Color Hex Logo

#e2555b Color Hex

#E2555B
(226,85,91)
0 Favorites   0 Comments

Color spaces of #e2555b

RGB 2268591
HSL0.990.710.61
HSV357°62°89°
CMYK 0.000.620.60   0.11
XYZ36.500923.421112.4944
Yxy23.42110.50400.3234
Hunter Lab48.395449.937018.5696
CIE-Lab55.503555.229026.0933

#e2555b color RGB value is (226,85,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 01011011
Octal 342 125 133
Decimal 226 85 91
Hex E2 55 5B

RGB Percentages of Color #e2555b

%56.22
%21.14
%22.64

CMYK Percentages of Color #e2555b

%0
%62
%60
%11

Triadic Colors of #e2555b

#e2555b #5be255 #555be2

Analogous Colors of #e2555b

#e2555b #e29655 #e255a2

Monochromatic Colors of #e2555b

#e2555b

Complementary Color

#e2555b #55e2dc

#e2555b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2555b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2555b Color CSS Codes

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

#e2555b Text Font Color

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

This sample text font color is #e2555b
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.


#e2555b Background Color

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

This div background color is #e2555b


#e2555b Border Color

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

This div border color is #e2555b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2555b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2555b


Comments

No comments written yet.

Please login to write comment.