Html Css Color HEX #E80BAF Hollywood Cerise

📋 copy color: '#E80BAF'

red 232 ◦ green 11 ◦ blue 175

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

Shades of Hollywood Cerise #E80BAF

Tints of Hollywood Cerise #E80BAF

RGB

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

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

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

R = 55.5%
G = 2.63%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E80BAF (or 0xE80BAF) is known color: Hollywood Cerise. HEX triplet: E8, 0B and AF. RGB value is (232,11,175). Sum of RGB (Red+Green+Blue) = 232+11+175=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80BAF is #17F450. Grayscale: #5F5F5F. Windows color (decimal): -1569873 or 11471848. OLE color: 11471848.

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

Color convert

RGB 232 11 175 -
CMYK 0 0.95 0.25 0.09
HSL 315.48º 0.91% 0.48% -
HSV(B) 315.48º 0.95% 0.91% -
XYZ 41.14 20.49 42.34 -
YUV 95.78 172.72 225.16 -
System Red Green Blue C M Y K H S L
Decimal 232 11 175 0 0.95 0.25 0.09 315.48 0.91 0.48
Hex E8 B AF 0 5F 19 9 13B 5B 30
Octal 350 13 257 0 137 31 11 473 133 60
Binary 11101000 1011 10101111 0 1011111 11001 1001 100111011 1011011 110000

Color Harmonies of #E80BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80BAF

Black with #E80BAF

Text Example


Text Example

White with #E80BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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