#E50394

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

Shades of Hollywood Cerise #E50394

Tints of Hollywood Cerise #E50394

Color information

#E50394 (or 0xE50394) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 03 and 94. RGB value is (229,3,148). Sum of RGB (Red+Green+Blue) = 229+3+148=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E50394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50394 is #1AFC6B. Grayscale: #565656. Windows color (decimal): -1768556 or 9700325. OLE color: 9700325.

HSL color Cylindrical-coordinate representation of color #E50394: hue angle of 321.5º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50394 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB2293148-
CMYK00.990.350.10
HSL321.5º97.41%45.49%-
HSV(B)321.5º98.69%89.8%-
XYZ37.6918.8629.67-
YUV87.1162.37229.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.26%
GREEN value IS 3 (1.56% from 255) = 0.79%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=60.26%
G=0.79%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229314800.990.350.10321.597.4145.49
HexE539406323A142612d
Octal34532240143431250214155
Binary1110010111100101000110001110001110101010000101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50394; }

 p { color: rgb(229,3,148); }

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

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

 a { background-color: rgb(229,3,148); }

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

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

 span { border-color: rgb(229,3,148); }

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