Html Css Color HEX #E80DA1 Hollywood Cerise

📋 copy color: '#E80DA1'

red 232 ◦ green 13 ◦ blue 161

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

Shades of Hollywood Cerise #E80DA1

Tints of Hollywood Cerise #E80DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 57.14%
G = 3.2%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E80DA1 (or 0xE80DA1) is known color: Hollywood Cerise. HEX triplet: E8, 0D and A1. RGB value is (232,13,161). Sum of RGB (Red+Green+Blue) = 232+13+161=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80DA1 is #17F25E. Grayscale: #5E5E5E. Windows color (decimal): -1569375 or 10554856. OLE color: 10554856.

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

Color convert

RGB 232 13 161 -
CMYK 0 0.94 0.31 0.09
HSL 319.45º 0.89% 0.48% -
HSV(B) 319.45º 0.94% 0.91% -
XYZ 39.86 20.02 35.48 -
YUV 95.35 165.05 225.47 -
System Red Green Blue C M Y K H S L
Decimal 232 13 161 0 0.94 0.31 0.09 319.45 0.89 0.48
Hex E8 D A1 0 5E 1F 9 13F 59 30
Octal 350 15 241 0 136 37 11 477 131 60
Binary 11101000 1101 10100001 0 1011110 11111 1001 100111111 1011001 110000

Color Harmonies of #E80DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80DA1

Black with #E80DA1

Text Example


Text Example

White with #E80DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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