Html Css Color HEX #E800AA Hollywood Cerise

📋 copy color: '#E800AA'

red 232 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #E800AA

Tints of Hollywood Cerise #E800AA

RGB

 RED value IS 232 (91.02% from 255) = 57.71%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.71%
G = 0%
B = 42.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E800AA (or 0xE800AA) is known color: Hollywood Cerise. HEX triplet: E8, 00 and AA. RGB value is (232,0,170). Sum of RGB (Red+Green+Blue) = 232+0+170=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E800AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E800AA is #17FF55. Grayscale: #585858. Windows color (decimal): -1572694 or 11141352. OLE color: 11141352.

HSL color Cylindrical-coordinate representation of color #E800AA: hue angle of 316.03º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800AA is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 170 -
CMYK 0 1 0.27 0.09
HSL 316.03º 1% 0.45% -
HSV(B) 316.03º 1% 0.91% -
XYZ 40.53 20.06 39.77 -
YUV 88.75 173.86 230.18 -
System Red Green Blue C M Y K H S L
Decimal 232 0 170 0 1 0.27 0.09 316.03 1 0.45
Hex E8 0 AA 0 64 1B 9 13C 64 2D
Octal 350 0 252 0 144 33 11 474 144 55
Binary 11101000 0 10101010 0 1100100 11011 1001 100111100 1100100 101101

Color Harmonies of #E800AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800AA

Black with #E800AA

Text Example


Text Example

White with #E800AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800AA; }

 p { color: rgb(232,0,170); }

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

background-color css

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

 a { background-color: rgb(232,0,170); }

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

border-color css

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

 span { border-color: rgb(232,0,170); }

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