Html Css Color HEX #E80AAE Hollywood Cerise

📋 copy color: '#E80AAE'

red 232 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #E80AAE

Tints of Hollywood Cerise #E80AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 55.77%
G = 2.4%
B = 41.83%

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

#E80AAE (or 0xE80AAE) is known color: Hollywood Cerise. HEX triplet: E8, 0A and AE. RGB value is (232,10,174). Sum of RGB (Red+Green+Blue) = 232+10+174=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E80AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80AAE is #17F551. Grayscale: #5E5E5E. Windows color (decimal): -1570130 or 11406056. OLE color: 11406056.

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

Color convert

RGB 232 10 174 -
CMYK 0 0.96 0.25 0.09
HSL 315.68º 0.92% 0.47% -
HSV(B) 315.68º 0.96% 0.91% -
XYZ 41.03 20.43 41.83 -
YUV 95.07 172.55 225.66 -
System Red Green Blue C M Y K H S L
Decimal 232 10 174 0 0.96 0.25 0.09 315.68 0.92 0.47
Hex E8 A AE 0 60 19 9 13C 5C 2F
Octal 350 12 256 0 140 31 11 474 134 57
Binary 11101000 1010 10101110 0 1100000 11001 1001 100111100 1011100 101111

Color Harmonies of #E80AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80AAE

Black with #E80AAE

Text Example


Text Example

White with #E80AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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