Html Css Color HEX #E50B99 Hollywood Cerise

📋 copy color: '#E50B99'

red 229 ◦ green 11 ◦ blue 153

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

Shades of Hollywood Cerise #E50B99

Tints of Hollywood Cerise #E50B99

RGB

 RED value IS 229 (89.84% from 255) = 58.27%

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 58.27%
G = 2.8%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E50B99 (or 0xE50B99) is known color: Hollywood Cerise. HEX triplet: E5, 0B and 99. RGB value is (229,11,153). Sum of RGB (Red+Green+Blue) = 229+11+153=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50B99 is #1AF466. Grayscale: #5C5C5C. Windows color (decimal): -1766503 or 10030053. OLE color: 10030053.

HSL color Cylindrical-coordinate representation of color #E50B99: hue angle of 320.92º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50B99 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 11 153 -
CMYK 0 0.95 0.33 0.10
HSL 320.92º 0.91% 0.47% -
HSV(B) 320.92º 0.95% 0.9% -
XYZ 38.18 19.2 31.83 -
YUV 92.37 162.22 225.45 -
System Red Green Blue C M Y K H S L
Decimal 229 11 153 0 0.95 0.33 0.10 320.92 0.91 0.47
Hex E5 B 99 0 5F 21 A 141 5B 2F
Octal 345 13 231 0 137 41 12 501 133 57
Binary 11100101 1011 10011001 0 1011111 100001 1010 101000001 1011011 101111

Color Harmonies of #E50B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50B99

Black with #E50B99

Text Example


Text Example

White with #E50B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50B99; }

 p { color: rgb(229,11,153); }

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

background-color css

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

 a { background-color: rgb(229,11,153); }

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

border-color css

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

 span { border-color: rgb(229,11,153); }

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