Color Hex Logo

#ee05aa Color Hex

#EE05AA
(238,5,170)
0 Favorites   0 Comments

Color spaces of #ee05aa

RGB 2385170
HSL0.880.960.48
HSV318°98°93°
CMYK 0.000.980.29   0.07
XYZ42.569921.188039.8762
Yxy21.18800.41080.2045
Hunter Lab46.030484.5273-19.1417
CIE-Lab53.154684.4725-23.8596

#ee05aa color RGB value is (238,5,170).

#ee05aa hex color red value is 238, green value is 5 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ee05aa hue: 0.88 , saturation: 0.96 and the lightness value of ee05aa is 0.48.

The process color (four color CMYK) of #ee05aa color hex is 0.00, 0.98, 0.29, 0.07. Web safe color of #ee05aa is #ff0099. Color #ee05aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000101 10101010
Octal 356 5 252
Decimal 238 5 170
Hex EE 5 AA

RGB Percentages of Color #ee05aa

%57.63
%1.21
%41.16

CMYK Percentages of Color #ee05aa

%0
%98
%29
%7

Triadic Colors of #ee05aa

#ee05aa #aaee05 #05aaee

Analogous Colors of #ee05aa

#ee05aa #ee0535 #be05ee

Monochromatic Colors of #ee05aa

#ee05aa

Complementary Color

#ee05aa #05ee49

#ee05aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee05aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee05aa Color CSS Codes

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

#ee05aa Text Font Color

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

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


#ee05aa Background Color

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

This div background color is #ee05aa


#ee05aa Border Color

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

This div border color is #ee05aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee05aa


Comments

No comments written yet.

Please login to write comment.