Color Hex Logo

#ee024d Color Hex

#EE024D
(238,2,77)
0 Favorites   0 Comments

Color spaces of #ee024d

RGB 238277
HSL0.950.980.47
HSV341°99°93°
CMYK 0.000.990.68   0.07
XYZ36.621218.75648.7114
Yxy18.75640.57140.2927
Hunter Lab43.308775.147018.3901
CIE-Lab50.401077.621328.3046

#ee024d color RGB value is (238,2,77).

#ee024d hex color red value is 238, green value is 2 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ee024d hue: 0.95 , saturation: 0.98 and the lightness value of ee024d is 0.47.

The process color (four color CMYK) of #ee024d color hex is 0.00, 0.99, 0.68, 0.07. Web safe color of #ee024d is #ff0066. Color #ee024d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000010 01001101
Octal 356 2 115
Decimal 238 2 77
Hex EE 2 4D

RGB Percentages of Color #ee024d

%75.08
%0.63
%24.29

CMYK Percentages of Color #ee024d

%0
%99
%68
%7

Triadic Colors of #ee024d

#ee024d #4dee02 #024dee

Analogous Colors of #ee024d

#ee024d #ee2d02 #ee02c3

Monochromatic Colors of #ee024d

#ee024d

Complementary Color

#ee024d #02eea3

#ee024d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee024d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee024d Color CSS Codes

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

#ee024d Text Font Color

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

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


#ee024d Background Color

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

This div background color is #ee024d


#ee024d Border Color

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

This div border color is #ee024d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee024d


Comments

No comments written yet.

Please login to write comment.