Html Css Color HEX #E80A9F Hollywood Cerise

📋 copy color: '#E80A9F'

red 232 ◦ green 10 ◦ blue 159

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

Shades of Hollywood Cerise #E80A9F

Tints of Hollywood Cerise #E80A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 57.86%
G = 2.49%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E80A9F (or 0xE80A9F) is known color: Hollywood Cerise. HEX triplet: E8, 0A and 9F. RGB value is (232,10,159). Sum of RGB (Red+Green+Blue) = 232+10+159=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80A9F is #17F560. Grayscale: #5C5C5C. Windows color (decimal): -1570145 or 10423016. OLE color: 10423016.

HSL color Cylindrical-coordinate representation of color #E80A9F: hue angle of 319.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A9F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 10 159 -
CMYK 0 0.96 0.31 0.09
HSL 319.73º 0.92% 0.47% -
HSV(B) 319.73º 0.96% 0.91% -
XYZ 39.65 19.88 34.55 -
YUV 93.36 165.05 226.88 -
System Red Green Blue C M Y K H S L
Decimal 232 10 159 0 0.96 0.31 0.09 319.73 0.92 0.47
Hex E8 A 9F 0 60 1F 9 140 5C 2F
Octal 350 12 237 0 140 37 11 500 134 57
Binary 11101000 1010 10011111 0 1100000 11111 1001 101000000 1011100 101111

Color Harmonies of #E80A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A9F

Black with #E80A9F

Text Example


Text Example

White with #E80A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A9F; }

 p { color: rgb(232,10,159); }

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

background-color css

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

 a { background-color: rgb(232,10,159); }

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

border-color css

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

 span { border-color: rgb(232,10,159); }

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