Html Css Color HEX #E80AAC Hollywood Cerise

📋 copy color: '#E80AAC'

red 232 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #E80AAC

Tints of Hollywood Cerise #E80AAC

RGB

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

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

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

R = 56.04%
G = 2.42%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E80AAC (or 0xE80AAC) is known color: Hollywood Cerise. HEX triplet: E8, 0A and AC. RGB value is (232,10,172). Sum of RGB (Red+Green+Blue) = 232+10+172=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E80AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80AAC is #17F553. Grayscale: #5E5E5E. Windows color (decimal): -1570132 or 11274984. OLE color: 11274984.

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

Color convert

RGB 232 10 172 -
CMYK 0 0.96 0.26 0.09
HSL 316.22º 0.92% 0.47% -
HSV(B) 316.22º 0.96% 0.91% -
XYZ 40.83 20.35 40.81 -
YUV 94.85 171.55 225.83 -
System Red Green Blue C M Y K H S L
Decimal 232 10 172 0 0.96 0.26 0.09 316.22 0.92 0.47
Hex E8 A AC 0 60 1A 9 13C 5C 2F
Octal 350 12 254 0 140 32 11 474 134 57
Binary 11101000 1010 10101100 0 1100000 11010 1001 100111100 1011100 101111

Color Harmonies of #E80AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80AAC

Black with #E80AAC

Text Example


Text Example

White with #E80AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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