Html Css Color HEX #EE01AA Hollywood Cerise

📋 copy color: '#EE01AA'

red 238 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #EE01AA

Tints of Hollywood Cerise #EE01AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 58.19%
G = 0.24%
B = 41.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE01AA (or 0xEE01AA) is known color: Hollywood Cerise. HEX triplet: EE, 01 and AA. RGB value is (238,1,170). Sum of RGB (Red+Green+Blue) = 238+1+170=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE01AA is #11FE55. Grayscale: #5A5A5A. Windows color (decimal): -1179222 or 11141614. OLE color: 11141614.

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

Color convert

RGB 238 1 170 -
CMYK 0 1.00 0.29 0.07
HSL 317.22º 0.99% 0.47% -
HSV(B) 317.22º 1% 0.93% -
XYZ 42.53 21.1 39.86 -
YUV 91.13 172.52 232.76 -
System Red Green Blue C M Y K H S L
Decimal 238 1 170 0 1.00 0.29 0.07 317.22 0.99 0.47
Hex EE 1 AA 0 64 1D 7 13D 63 2F
Octal 356 1 252 0 144 35 7 475 143 57
Binary 11101110 1 10101010 0 1100100 11101 111 100111101 1100011 101111

Color Harmonies of #EE01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01AA

Black with #EE01AA

Text Example


Text Example

White with #EE01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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