Html Css Color HEX #EE02AA Hollywood Cerise

📋 copy color: '#EE02AA'

red 238 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #EE02AA

Tints of Hollywood Cerise #EE02AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 58.05%
G = 0.49%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE02AA (or 0xEE02AA) is known color: Hollywood Cerise. HEX triplet: EE, 02 and AA. RGB value is (238,2,170). Sum of RGB (Red+Green+Blue) = 238+2+170=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE02AA is #11FD55. Grayscale: #5B5B5B. Windows color (decimal): -1178966 or 11141870. OLE color: 11141870.

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

Color convert

RGB 238 2 170 -
CMYK 0 0.99 0.29 0.07
HSL 317.29º 0.98% 0.47% -
HSV(B) 317.29º 0.99% 0.93% -
XYZ 42.54 21.12 39.87 -
YUV 91.72 172.19 232.34 -
System Red Green Blue C M Y K H S L
Decimal 238 2 170 0 0.99 0.29 0.07 317.29 0.98 0.47
Hex EE 2 AA 0 63 1D 7 13D 62 2F
Octal 356 2 252 0 143 35 7 475 142 57
Binary 11101110 10 10101010 0 1100011 11101 111 100111101 1100010 101111

Color Harmonies of #EE02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02AA

Black with #EE02AA

Text Example


Text Example

White with #EE02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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