Html Css Color HEX #E80DA6 Hollywood Cerise

📋 copy color: '#E80DA6'

red 232 ◦ green 13 ◦ blue 166

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

Shades of Hollywood Cerise #E80DA6

Tints of Hollywood Cerise #E80DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.16%

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 56.45%
G = 3.16%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E80DA6 (or 0xE80DA6) is known color: Hollywood Cerise. HEX triplet: E8, 0D and A6. RGB value is (232,13,166). Sum of RGB (Red+Green+Blue) = 232+13+166=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80DA6 is #17F259. Grayscale: #5F5F5F. Windows color (decimal): -1569370 or 10882536. OLE color: 10882536.

HSL color Cylindrical-coordinate representation of color #E80DA6: hue angle of 318.08º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80DA6 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 13 166 -
CMYK 0 0.94 0.28 0.09
HSL 318.08º 0.89% 0.48% -
HSV(B) 318.08º 0.94% 0.91% -
XYZ 40.31 20.2 37.85 -
YUV 95.92 167.55 225.06 -
System Red Green Blue C M Y K H S L
Decimal 232 13 166 0 0.94 0.28 0.09 318.08 0.89 0.48
Hex E8 D A6 0 5E 1C 9 13E 59 30
Octal 350 15 246 0 136 34 11 476 131 60
Binary 11101000 1101 10100110 0 1011110 11100 1001 100111110 1011001 110000

Color Harmonies of #E80DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80DA6

Black with #E80DA6

Text Example


Text Example

White with #E80DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80DA6; }

 p { color: rgb(232,13,166); }

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

background-color css

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

 a { background-color: rgb(232,13,166); }

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

border-color css

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

 span { border-color: rgb(232,13,166); }

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