Color Hex Logo

#ee228a Color Hex

#EE228A
(238,34,138)
0 Favorites   0 Comments

Color spaces of #ee228a

RGB 23834138
HSL0.920.860.53
HSV329°86°93°
CMYK 0.000.860.42   0.07
XYZ40.419421.156225.9980
Yxy21.15620.46150.2416
Hunter Lab45.995976.3662-1.3151
CIE-Lab53.120078.0683-4.9042

#ee228a color RGB value is (238,34,138).

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

The process color (four color CMYK) of #ee228a color hex is 0.00, 0.86, 0.42, 0.07. Web safe color of #ee228a is #ff3399. Color #ee228a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100010 10001010
Octal 356 42 212
Decimal 238 34 138
Hex EE 22 8A

RGB Percentages of Color #ee228a

%58.05
%8.29
%33.66

CMYK Percentages of Color #ee228a

%0
%86
%42
%7

Triadic Colors of #ee228a

#ee228a #8aee22 #228aee

Analogous Colors of #ee228a

#ee228a #ee2224 #ec22ee

Monochromatic Colors of #ee228a

#ee228a

Complementary Color

#ee228a #22ee86

#ee228a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee228a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee228a Color CSS Codes

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

#ee228a Text Font Color

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

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


#ee228a Background Color

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

This div background color is #ee228a


#ee228a Border Color

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

This div border color is #ee228a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee228a


Comments

No comments written yet.

Please login to write comment.