Html Css Color HEX #E80BB1 Hollywood Cerise

📋 copy color: '#E80BB1'

red 232 ◦ green 11 ◦ blue 177

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

Shades of Hollywood Cerise #E80BB1

Tints of Hollywood Cerise #E80BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.14%

R = 55.24%
G = 2.62%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E80BB1 (or 0xE80BB1) is known color: Hollywood Cerise. HEX triplet: E8, 0B and B1. RGB value is (232,11,177). Sum of RGB (Red+Green+Blue) = 232+11+177=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80BB1 is #17F44E. Grayscale: #5F5F5F. Windows color (decimal): -1569871 or 11602920. OLE color: 11602920.

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

Color convert

RGB 232 11 177 -
CMYK 0 0.95 0.24 0.09
HSL 314.93º 0.91% 0.48% -
HSV(B) 314.93º 0.95% 0.91% -
XYZ 41.33 20.57 43.39 -
YUV 96 173.72 225 -
System Red Green Blue C M Y K H S L
Decimal 232 11 177 0 0.95 0.24 0.09 314.93 0.91 0.48
Hex E8 B B1 0 5F 18 9 13B 5B 30
Octal 350 13 261 0 137 30 11 473 133 60
Binary 11101000 1011 10110001 0 1011111 11000 1001 100111011 1011011 110000

Color Harmonies of #E80BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80BB1

Black with #E80BB1

Text Example


Text Example

White with #E80BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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