Html Css Color HEX #E80AAF Hollywood Cerise

📋 copy color: '#E80AAF'

red 232 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #E80AAF

Tints of Hollywood Cerise #E80AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 55.64%
G = 2.4%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E80AAF (or 0xE80AAF) is known color: Hollywood Cerise. HEX triplet: E8, 0A and AF. RGB value is (232,10,175). Sum of RGB (Red+Green+Blue) = 232+10+175=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E80AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80AAF is #17F550. Grayscale: #5E5E5E. Windows color (decimal): -1570129 or 11471592. OLE color: 11471592.

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

Color convert

RGB 232 10 175 -
CMYK 0 0.96 0.25 0.09
HSL 315.41º 0.92% 0.47% -
HSV(B) 315.41º 0.96% 0.91% -
XYZ 41.13 20.47 42.34 -
YUV 95.19 173.05 225.58 -
System Red Green Blue C M Y K H S L
Decimal 232 10 175 0 0.96 0.25 0.09 315.41 0.92 0.47
Hex E8 A AF 0 60 19 9 13B 5C 2F
Octal 350 12 257 0 140 31 11 473 134 57
Binary 11101000 1010 10101111 0 1100000 11001 1001 100111011 1011100 101111

Color Harmonies of #E80AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80AAF

Black with #E80AAF

Text Example


Text Example

White with #E80AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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