Html Css Color HEX #E80FA8 Hollywood Cerise

📋 copy color: '#E80FA8'

red 232 ◦ green 15 ◦ blue 168

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

Shades of Hollywood Cerise #E80FA8

Tints of Hollywood Cerise #E80FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 55.9%
G = 3.61%
B = 40.48%

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

#E80FA8 (or 0xE80FA8) is known color: Hollywood Cerise. HEX triplet: E8, 0F and A8. RGB value is (232,15,168). Sum of RGB (Red+Green+Blue) = 232+15+168=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FA8 is #17F057. Grayscale: #606060. Windows color (decimal): -1568856 or 11014120. OLE color: 11014120.

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

Color convert

RGB 232 15 168 -
CMYK 0 0.94 0.28 0.09
HSL 317.7º 0.88% 0.48% -
HSV(B) 317.7º 0.94% 0.91% -
XYZ 40.52 20.32 38.83 -
YUV 97.33 167.89 224.06 -
System Red Green Blue C M Y K H S L
Decimal 232 15 168 0 0.94 0.28 0.09 317.7 0.88 0.48
Hex E8 F A8 0 5E 1C 9 13E 58 30
Octal 350 17 250 0 136 34 11 476 130 60
Binary 11101000 1111 10101000 0 1011110 11100 1001 100111110 1011000 110000

Color Harmonies of #E80FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80FA8

Black with #E80FA8

Text Example


Text Example

White with #E80FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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