Color Hex Logo

#ee555f Color Hex

#EE555F
(238,85,95)
0 Favorites   0 Comments

Color spaces of #ee555f

RGB 2388595
HSL0.990.820.63
HSV356°64°93°
CMYK 0.000.640.60   0.07
XYZ40.574025.500413.6101
Yxy25.50040.50920.3200
Hunter Lab50.497955.049619.3688
CIE-Lab57.559859.410226.8279

#ee555f color RGB value is (238,85,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010101 01011111
Octal 356 125 137
Decimal 238 85 95
Hex EE 55 5F

RGB Percentages of Color #ee555f

%56.94
%20.33
%22.73

CMYK Percentages of Color #ee555f

%0
%64
%60
%7

Triadic Colors of #ee555f

#ee555f #5fee55 #555fee

Analogous Colors of #ee555f

#ee555f #ee9855 #ee55ac

Monochromatic Colors of #ee555f

#ee555f

Complementary Color

#ee555f #55eee4

#ee555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee555f Color CSS Codes

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

#ee555f Text Font Color

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

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


#ee555f Background Color

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

This div background color is #ee555f


#ee555f Border Color

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

This div border color is #ee555f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee555f


Comments

No comments written yet.

Please login to write comment.