Html Css Color HEX #E80B93 Hollywood Cerise

📋 copy color: '#E80B93'

red 232 ◦ green 11 ◦ blue 147

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

Shades of Hollywood Cerise #E80B93

Tints of Hollywood Cerise #E80B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 59.49%
G = 2.82%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E80B93 (or 0xE80B93) is known color: Hollywood Cerise. HEX triplet: E8, 0B and 93. RGB value is (232,11,147). Sum of RGB (Red+Green+Blue) = 232+11+147=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B93 is #17F46C. Grayscale: #5C5C5C. Windows color (decimal): -1569901 or 9636840. OLE color: 9636840.

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

Color convert

RGB 232 11 147 -
CMYK 0 0.95 0.37 0.09
HSL 323.08º 0.91% 0.48% -
HSV(B) 323.08º 0.95% 0.91% -
XYZ 38.66 19.5 29.33 -
YUV 92.58 158.72 227.44 -
System Red Green Blue C M Y K H S L
Decimal 232 11 147 0 0.95 0.37 0.09 323.08 0.91 0.48
Hex E8 B 93 0 5F 25 9 143 5B 30
Octal 350 13 223 0 137 45 11 503 133 60
Binary 11101000 1011 10010011 0 1011111 100101 1001 101000011 1011011 110000

Color Harmonies of #E80B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B93

Black with #E80B93

Text Example


Text Example

White with #E80B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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