Html Css Color HEX #E80BA6 Hollywood Cerise

📋 copy color: '#E80BA6'

red 232 ◦ green 11 ◦ blue 166

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

Shades of Hollywood Cerise #E80BA6

Tints of Hollywood Cerise #E80BA6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.69%

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 56.72%
G = 2.69%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E80BA6 (or 0xE80BA6) is known color: Hollywood Cerise. HEX triplet: E8, 0B and A6. RGB value is (232,11,166). Sum of RGB (Red+Green+Blue) = 232+11+166=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80BA6 is #17F459. Grayscale: #5E5E5E. Windows color (decimal): -1569882 or 10882024. OLE color: 10882024.

HSL color Cylindrical-coordinate representation of color #E80BA6: hue angle of 317.92º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80BA6 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 11 166 -
CMYK 0 0.95 0.28 0.09
HSL 317.92º 0.91% 0.48% -
HSV(B) 317.92º 0.95% 0.91% -
XYZ 40.28 20.15 37.84 -
YUV 94.75 168.22 225.9 -
System Red Green Blue C M Y K H S L
Decimal 232 11 166 0 0.95 0.28 0.09 317.92 0.91 0.48
Hex E8 B A6 0 5F 1C 9 13E 5B 30
Octal 350 13 246 0 137 34 11 476 133 60
Binary 11101000 1011 10100110 0 1011111 11100 1001 100111110 1011011 110000

Color Harmonies of #E80BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80BA6

Black with #E80BA6

Text Example


Text Example

White with #E80BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80BA6; }

 p { color: rgb(232,11,166); }

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

background-color css

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

 a { background-color: rgb(232,11,166); }

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

border-color css

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

 span { border-color: rgb(232,11,166); }

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