Color Hex Logo

#e1555b Color Hex

#E1555B
(225,85,91)
0 Favorites   0 Comments

Color spaces of #e1555b

RGB 2258591
HSL0.990.700.61
HSV357°62°88°
CMYK 0.000.620.60   0.12
XYZ36.188223.259912.4798
Yxy23.25990.50310.3234
Hunter Lab48.228549.537318.4179
CIE-Lab55.339054.896925.8477

#e1555b color RGB value is (225,85,91).

#e1555b hex color red value is 225, green value is 85 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e1555b hue: 0.99 , saturation: 0.70 and the lightness value of e1555b is 0.61.

The process color (four color CMYK) of #e1555b color hex is 0.00, 0.62, 0.60, 0.12. Web safe color of #e1555b is #cc6666. Color #e1555b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 01011011
Octal 341 125 133
Decimal 225 85 91
Hex E1 55 5B

RGB Percentages of Color #e1555b

%56.11
%21.20
%22.69

CMYK Percentages of Color #e1555b

%0
%62
%60
%12

Triadic Colors of #e1555b

#e1555b #5be155 #555be1

Analogous Colors of #e1555b

#e1555b #e19555 #e155a1

Monochromatic Colors of #e1555b

#e1555b

Complementary Color

#e1555b #55e1db

#e1555b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1555b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1555b Color CSS Codes

.mybgcolor {background-color:#e1555b; } 
.myforecolor {color:#e1555b; }
.mybordercolor {border:3px solid #e1555b; }

#e1555b Text Font Color

<p style="color:#e1555b">Text here</p>

This sample text font color is #e1555b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e1555b Background Color

<div style="background-color:#e1555b">
Div content here</div>

This div background color is #e1555b


#e1555b Border Color

<div style="border:3px solid #e1555b">
Div here</div>

This div border color is #e1555b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,85,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1555b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1555b;
  -webkit-box-shadow: 1px 1px 3px 2px #e1555b;
  box-shadow:         1px 1px 3px 2px #e1555b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,85,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1555b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1555b;
  -webkit-box-shadow: 1px 1px 3px 2px #e1555b;
  box-shadow:         1px 1px 3px 2px #e1555b;">
Div content here</div>

This div box has shadow with color #e1555b


Comments

No comments written yet.

Please login to write comment.