Html Css Color HEX #E80FAA Hollywood Cerise

📋 copy color: '#E80FAA'

red 232 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #E80FAA

Tints of Hollywood Cerise #E80FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 55.64%
G = 3.6%
B = 40.77%

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

#E80FAA (or 0xE80FAA) is known color: Hollywood Cerise. HEX triplet: E8, 0F and AA. RGB value is (232,15,170). Sum of RGB (Red+Green+Blue) = 232+15+170=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FAA is #17F055. Grayscale: #616161. Windows color (decimal): -1568854 or 11145192. OLE color: 11145192.

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

Color convert

RGB 232 15 170 -
CMYK 0 0.94 0.27 0.09
HSL 317.14º 0.88% 0.48% -
HSV(B) 317.14º 0.94% 0.91% -
XYZ 40.71 20.4 39.82 -
YUV 97.55 168.89 223.9 -
System Red Green Blue C M Y K H S L
Decimal 232 15 170 0 0.94 0.27 0.09 317.14 0.88 0.48
Hex E8 F AA 0 5E 1B 9 13D 58 30
Octal 350 17 252 0 136 33 11 475 130 60
Binary 11101000 1111 10101010 0 1011110 11011 1001 100111101 1011000 110000

Color Harmonies of #E80FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80FAA

Black with #E80FAA

Text Example


Text Example

White with #E80FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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