Html Css Color HEX #E80AAB Hollywood Cerise

📋 copy color: '#E80AAB'

red 232 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #E80AAB

Tints of Hollywood Cerise #E80AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 56.17%
G = 2.42%
B = 41.4%

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

#E80AAB (or 0xE80AAB) is known color: Hollywood Cerise. HEX triplet: E8, 0A and AB. RGB value is (232,10,171). Sum of RGB (Red+Green+Blue) = 232+10+171=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E80AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80AAB is #17F554. Grayscale: #5E5E5E. Windows color (decimal): -1570133 or 11209448. OLE color: 11209448.

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

Color convert

RGB 232 10 171 -
CMYK 0 0.96 0.26 0.09
HSL 316.49º 0.92% 0.47% -
HSV(B) 316.49º 0.96% 0.91% -
XYZ 40.74 20.31 40.3 -
YUV 94.73 171.05 225.91 -
System Red Green Blue C M Y K H S L
Decimal 232 10 171 0 0.96 0.26 0.09 316.49 0.92 0.47
Hex E8 A AB 0 60 1A 9 13C 5C 2F
Octal 350 12 253 0 140 32 11 474 134 57
Binary 11101000 1010 10101011 0 1100000 11010 1001 100111100 1011100 101111

Color Harmonies of #E80AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80AAB

Black with #E80AAB

Text Example


Text Example

White with #E80AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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