Color Hex Logo

#ee224f Color Hex

#EE224F
(238,34,79)
0 Favorites   0 Comments

Color spaces of #ee224f

RGB 2383479
HSL0.960.860.53
HSV347°86°93°
CMYK 0.000.860.67   0.07
XYZ37.243219.88579.2725
Yxy19.88570.56090.2995
Hunter Lab44.593471.040018.8869
CIE-Lab51.707774.037028.7457

#ee224f color RGB value is (238,34,79).

#ee224f hex color red value is 238, green value is 34 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ee224f hue: 0.96 , saturation: 0.86 and the lightness value of ee224f is 0.53.

The process color (four color CMYK) of #ee224f color hex is 0.00, 0.86, 0.67, 0.07. Web safe color of #ee224f is #ff3366. Color #ee224f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100010 01001111
Octal 356 42 117
Decimal 238 34 79
Hex EE 22 4F

RGB Percentages of Color #ee224f

%67.81
%9.69
%22.51

CMYK Percentages of Color #ee224f

%0
%86
%67
%7

Triadic Colors of #ee224f

#ee224f #4fee22 #224fee

Analogous Colors of #ee224f

#ee224f #ee5b22 #ee22b5

Monochromatic Colors of #ee224f

#ee224f

Complementary Color

#ee224f #22eec1

#ee224f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee224f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee224f Color CSS Codes

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

#ee224f Text Font Color

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

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


#ee224f Background Color

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

This div background color is #ee224f


#ee224f Border Color

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

This div border color is #ee224f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee224f


Comments

No comments written yet.

Please login to write comment.