#E50B9A

Color #E50B9A Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E50B9A

Tints of Hollywood Cerise #E50B9A

Color information

#E50B9A (or 0xE50B9A) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 0B and 9A. RGB value is (229,11,154). Sum of RGB (Red+Green+Blue) = 229+11+154=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50B9A is #1AF465. Grayscale: #5C5C5C. Windows color (decimal): -1766502 or 10095589. OLE color: 10095589.

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

Color convert

RGB22911154-
CMYK00.950.330.10
HSL320.64º90.83%47.06%-
HSV(B)320.64º95.2%89.8%-
XYZ38.2719.2332.27-
YUV92.48162.72225.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.12%
GREEN value IS 11 (4.69% from 255) = 2.79%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=58.12%
G=2.79%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291115400.950.330.10320.6490.8347.06
HexE5B9A05F21A1415b2f
Octal345132320137411250113357
Binary111001011011100110100101111110000110101010000011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50B9A; }

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

 H1.HeaderClassName
 {
   color: #E50B9A;
 }
 .AnyTagClassName
 {
   color: #E50B9A;
 }
</style>
background-color css

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

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

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

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

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

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