#e53a96

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

Shades of Deep Cerise #E53A96

Tints of Deep Cerise #E53A96

Color information

#E53A96 (or 0xE53A96) is unknown color: approx Deep Cerise. HEX triplet: E5, 3A and 96. RGB value is (229,58,150). Sum of RGB (Red+Green+Blue) = 229+58+150=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53A96 is #1AC569. Grayscale: #777777. Windows color (decimal): -1754474 or 9845477. OLE color: 9845477.

HSL color Cylindrical-coordinate representation of color #E53A96: hue angle of 327.72º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53A96 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB22958150-
CMYK00.750.340.10
HSL327.72º76.68%56.27%-
HSV(B)327.72º74.67%89.8%-
XYZ39.3321.8931.01-
YUV119.62145.15206.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.40%
GREEN value IS 58 (23.05% from 255) = 13.27%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=52.40%
G=13.27%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295815000.750.340.10327.7276.6856.27
HexE53A9604B22A1484d38
Octal345722260113421251011570
Binary11100101111010100101100100101110001010101010010001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53a96; }

 p { color: rgb(229,58,150); }

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

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

 a { background-color: rgb(229,58,150); }

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

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

 span { border-color: rgb(229,58,150); }

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