Html Css Color HEX #E80FAC Hollywood Cerise

📋 copy color: '#E80FAC'

red 232 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #E80FAC

Tints of Hollywood Cerise #E80FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 55.37%
G = 3.58%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E80FAC (or 0xE80FAC) is known color: Hollywood Cerise. HEX triplet: E8, 0F and AC. RGB value is (232,15,172). Sum of RGB (Red+Green+Blue) = 232+15+172=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FAC is #17F053. Grayscale: #616161. Windows color (decimal): -1568852 or 11276264. OLE color: 11276264.

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

Color convert

RGB 232 15 172 -
CMYK 0 0.94 0.26 0.09
HSL 316.59º 0.88% 0.48% -
HSV(B) 316.59º 0.94% 0.91% -
XYZ 40.9 20.48 40.83 -
YUV 97.78 169.89 223.73 -
System Red Green Blue C M Y K H S L
Decimal 232 15 172 0 0.94 0.26 0.09 316.59 0.88 0.48
Hex E8 F AC 0 5E 1A 9 13D 58 30
Octal 350 17 254 0 136 32 11 475 130 60
Binary 11101000 1111 10101100 0 1011110 11010 1001 100111101 1011000 110000

Color Harmonies of #E80FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80FAC

Black with #E80FAC

Text Example


Text Example

White with #E80FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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