Color Hex Logo

#ee475c Color Hex

#EE475C
(238,71,92)
0 Favorites   0 Comments

Color spaces of #ee475c

RGB 2387192
HSL0.980.830.61
HSV352°70°93°
CMYK 0.000.700.61   0.07
XYZ39.444923.456312.5738
Yxy23.45630.52260.3108
Hunter Lab48.431760.622718.5094
CIE-Lab55.539364.594125.9496

#ee475c color RGB value is (238,71,92).

#ee475c hex color red value is 238, green value is 71 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ee475c hue: 0.98 , saturation: 0.83 and the lightness value of ee475c is 0.61.

The process color (four color CMYK) of #ee475c color hex is 0.00, 0.70, 0.61, 0.07. Web safe color of #ee475c is #ff3366. Color #ee475c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000111 01011100
Octal 356 107 134
Decimal 238 71 92
Hex EE 47 5C

RGB Percentages of Color #ee475c

%59.35
%17.71
%22.94

CMYK Percentages of Color #ee475c

%0
%70
%61
%7

Triadic Colors of #ee475c

#ee475c #5cee47 #475cee

Analogous Colors of #ee475c

#ee475c #ee8647 #ee47b0

Monochromatic Colors of #ee475c

#ee475c

Complementary Color

#ee475c #47eed9

#ee475c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee475c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee475c Color CSS Codes

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

#ee475c Text Font Color

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

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


#ee475c Background Color

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

This div background color is #ee475c


#ee475c Border Color

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

This div border color is #ee475c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee475c


Comments

No comments written yet.

Please login to write comment.