Color Hex Logo

#ee555b Color Hex

#EE555B
(238,85,91)
0 Favorites   0 Comments

Color spaces of #ee555b

RGB 2388591
HSL0.990.820.63
HSV358°64°93°
CMYK 0.000.640.62   0.07
XYZ40.396725.429512.6768
Yxy25.42950.51460.3239
Hunter Lab50.427754.744720.3947
CIE-Lab57.491559.155229.0503

#ee555b color RGB value is (238,85,91).

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

The process color (four color CMYK) of #ee555b color hex is 0.00, 0.64, 0.62, 0.07. Web safe color of #ee555b is #ff6666. Color #ee555b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010101 01011011
Octal 356 125 133
Decimal 238 85 91
Hex EE 55 5B

RGB Percentages of Color #ee555b

%57.49
%20.53
%21.98

CMYK Percentages of Color #ee555b

%0
%64
%62
%7

Triadic Colors of #ee555b

#ee555b #5bee55 #555bee

Analogous Colors of #ee555b

#ee555b #ee9c55 #ee55a8

Monochromatic Colors of #ee555b

#ee555b

Complementary Color

#ee555b #55eee8

#ee555b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee555b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee555b Color CSS Codes

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

#ee555b Text Font Color

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

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


#ee555b Background Color

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

This div background color is #ee555b


#ee555b Border Color

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

This div border color is #ee555b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee555b


Comments

No comments written yet.

Please login to write comment.