Html Css Color HEX #EE05AA Hollywood Cerise

📋 copy color: '#EE05AA'

red 238 ◦ green 5 ◦ blue 170

#EE05AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #EE05AA

Tints of Hollywood Cerise #EE05AA

RGB

 RED value IS 238 (93.36% from 255) = 57.63%

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 57.63%
G = 1.21%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE05AA (or 0xEE05AA) is known color: Hollywood Cerise. HEX triplet: EE, 05 and AA. RGB value is (238,5,170). Sum of RGB (Red+Green+Blue) = 238+5+170=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05AA is #11FA55. Grayscale: #5D5D5D. Windows color (decimal): -1178198 or 11142638. OLE color: 11142638.

HSL color Cylindrical-coordinate representation of color #EE05AA: hue angle of 317.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05AA is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 170 -
CMYK 0 0.98 0.29 0.07
HSL 317.51º 0.96% 0.48% -
HSV(B) 317.51º 0.98% 0.93% -
XYZ 42.57 21.19 39.88 -
YUV 93.48 171.19 231.08 -
System Red Green Blue C M Y K H S L
Decimal 238 5 170 0 0.98 0.29 0.07 317.51 0.96 0.48
Hex EE 5 AA 0 62 1D 7 13E 60 30
Octal 356 5 252 0 142 35 7 476 140 60
Binary 11101110 101 10101010 0 1100010 11101 111 100111110 1100000 110000

Color Harmonies of #EE05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05AA

Black with #EE05AA

Text Example


Text Example

White with #EE05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05AA; }

 p { color: rgb(238,5,170); }

 H1.HeaderClassName
 {
   color: #EE05AA;
 }
 .AnyTagClassName
 {
   color: #EE05AA;
 }
</style>

background-color css

<style>
 a { background-color: #EE05AA; }

 a { background-color: rgb(238,5,170); }

 div.DivClassName
 {
   background-color: #EE05AA;
 }
 .BgClassName
 {
   background-color: #EE05AA;
 }
</style>

border-color css

<style>
 span { border-color: #EE05AA; }

 span { border-color: rgb(238,5,170); }

 td.TdClassName
 {
   border-color: #EE05AA;
 }
 .TagClassName
 {
   border-color: #EE05AA;
 }
</style>