Html Css Color HEX #E800A9 Hollywood Cerise

📋 copy color: '#E800A9'

red 232 ◦ green 0 ◦ blue 169

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

Shades of Hollywood Cerise #E800A9

Tints of Hollywood Cerise #E800A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.14%

R = 57.86%
G = 0%
B = 42.14%

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

#E800A9 (or 0xE800A9) is known color: Hollywood Cerise. HEX triplet: E8, 00 and A9. RGB value is (232,0,169). Sum of RGB (Red+Green+Blue) = 232+0+169=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E800A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E800A9 is #17FF56. Grayscale: #585858. Windows color (decimal): -1572695 or 11075816. OLE color: 11075816.

HSL color Cylindrical-coordinate representation of color #E800A9: hue angle of 316.29º 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 #E800A9 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 169 -
CMYK 0 1 0.27 0.09
HSL 316.29º 1% 0.45% -
HSV(B) 316.29º 1% 0.91% -
XYZ 40.44 20.02 39.27 -
YUV 88.63 173.36 230.26 -
System Red Green Blue C M Y K H S L
Decimal 232 0 169 0 1 0.27 0.09 316.29 1 0.45
Hex E8 0 A9 0 64 1B 9 13C 64 2D
Octal 350 0 251 0 144 33 11 474 144 55
Binary 11101000 0 10101001 0 1100100 11011 1001 100111100 1100100 101101

Color Harmonies of #E800A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800A9

Black with #E800A9

Text Example


Text Example

White with #E800A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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