Html Css Color HEX #E80DA7 Hollywood Cerise

📋 copy color: '#E80DA7'

red 232 ◦ green 13 ◦ blue 167

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

Shades of Hollywood Cerise #E80DA7

Tints of Hollywood Cerise #E80DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.53%

R = 56.31%
G = 3.16%
B = 40.53%

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

#E80DA7 (or 0xE80DA7) is known color: Hollywood Cerise. HEX triplet: E8, 0D and A7. RGB value is (232,13,167). Sum of RGB (Red+Green+Blue) = 232+13+167=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80DA7 is #17F258. Grayscale: #5F5F5F. Windows color (decimal): -1569369 or 10948072. OLE color: 10948072.

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

Color convert

RGB 232 13 167 -
CMYK 0 0.94 0.28 0.09
HSL 317.81º 0.89% 0.48% -
HSV(B) 317.81º 0.94% 0.91% -
XYZ 40.4 20.23 38.34 -
YUV 96.04 168.05 224.98 -
System Red Green Blue C M Y K H S L
Decimal 232 13 167 0 0.94 0.28 0.09 317.81 0.89 0.48
Hex E8 D A7 0 5E 1C 9 13E 59 30
Octal 350 15 247 0 136 34 11 476 131 60
Binary 11101000 1101 10100111 0 1011110 11100 1001 100111110 1011001 110000

Color Harmonies of #E80DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80DA7

Black with #E80DA7

Text Example


Text Example

White with #E80DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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