Html Css Color HEX #E80FA9 Hollywood Cerise

📋 copy color: '#E80FA9'

red 232 ◦ green 15 ◦ blue 169

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

Shades of Hollywood Cerise #E80FA9

Tints of Hollywood Cerise #E80FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.61%

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

R = 55.77%
G = 3.61%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E80FA9 (or 0xE80FA9) is known color: Hollywood Cerise. HEX triplet: E8, 0F and A9. RGB value is (232,15,169). Sum of RGB (Red+Green+Blue) = 232+15+169=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FA9 is #17F056. Grayscale: #616161. Windows color (decimal): -1568855 or 11079656. OLE color: 11079656.

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

Color convert

RGB 232 15 169 -
CMYK 0 0.94 0.27 0.09
HSL 317.42º 0.88% 0.48% -
HSV(B) 317.42º 0.94% 0.91% -
XYZ 40.61 20.36 39.33 -
YUV 97.44 168.39 223.98 -
System Red Green Blue C M Y K H S L
Decimal 232 15 169 0 0.94 0.27 0.09 317.42 0.88 0.48
Hex E8 F A9 0 5E 1B 9 13D 58 30
Octal 350 17 251 0 136 33 11 475 130 60
Binary 11101000 1111 10101001 0 1011110 11011 1001 100111101 1011000 110000

Color Harmonies of #E80FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80FA9

Black with #E80FA9

Text Example


Text Example

White with #E80FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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