Html Css Color HEX #EE02AB Hollywood Cerise

📋 copy color: '#EE02AB'

red 238 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #EE02AB

Tints of Hollywood Cerise #EE02AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 57.91%
G = 0.49%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE02AB (or 0xEE02AB) is known color: Hollywood Cerise. HEX triplet: EE, 02 and AB. RGB value is (238,2,171). Sum of RGB (Red+Green+Blue) = 238+2+171=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE02AB is #11FD54. Grayscale: #5B5B5B. Windows color (decimal): -1178965 or 11207406. OLE color: 11207406.

HSL color Cylindrical-coordinate representation of color #EE02AB: hue angle of 317.03º 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 #EE02AB is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 2 171 -
CMYK 0 0.99 0.28 0.07
HSL 317.03º 0.98% 0.47% -
HSV(B) 317.03º 0.99% 0.93% -
XYZ 42.63 21.16 40.37 -
YUV 91.83 172.69 232.26 -
System Red Green Blue C M Y K H S L
Decimal 238 2 171 0 0.99 0.28 0.07 317.03 0.98 0.47
Hex EE 2 AB 0 63 1C 7 13D 62 2F
Octal 356 2 253 0 143 34 7 475 142 57
Binary 11101110 10 10101011 0 1100011 11100 111 100111101 1100010 101111

Color Harmonies of #EE02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02AB

Black with #EE02AB

Text Example


Text Example

White with #EE02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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