Html Css Color HEX #E808A0 Hollywood Cerise

📋 copy color: '#E808A0'

red 232 ◦ green 8 ◦ blue 160

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

Shades of Hollywood Cerise #E808A0

Tints of Hollywood Cerise #E808A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 160 (62.89% from 255) = 40%

R = 58%
G = 2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E808A0 (or 0xE808A0) is known color: Hollywood Cerise. HEX triplet: E8, 08 and A0. RGB value is (232,8,160). Sum of RGB (Red+Green+Blue) = 232+8+160=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E808A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E808A0 is #17F75F. Grayscale: #5B5B5B. Windows color (decimal): -1570656 or 10488040. OLE color: 10488040.

HSL color Cylindrical-coordinate representation of color #E808A0: hue angle of 319.29º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E808A0 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 8 160 -
CMYK 0 0.97 0.31 0.09
HSL 319.29º 0.93% 0.47% -
HSV(B) 319.29º 0.97% 0.91% -
XYZ 39.71 19.87 35 -
YUV 92.3 166.21 227.64 -
System Red Green Blue C M Y K H S L
Decimal 232 8 160 0 0.97 0.31 0.09 319.29 0.93 0.47
Hex E8 8 A0 0 61 1F 9 13F 5D 2F
Octal 350 10 240 0 141 37 11 477 135 57
Binary 11101000 1000 10100000 0 1100001 11111 1001 100111111 1011101 101111

Color Harmonies of #E808A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E808A0

Black with #E808A0

Text Example


Text Example

White with #E808A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E808A0; }

 p { color: rgb(232,8,160); }

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

background-color css

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

 a { background-color: rgb(232,8,160); }

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

border-color css

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

 span { border-color: rgb(232,8,160); }

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