#E53A9C

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

Shades of Deep Cerise #E53A9C

Tints of Deep Cerise #E53A9C

Color information

#E53A9C (or 0xE53A9C) is unknown color: approx Deep Cerise. HEX triplet: E5, 3A and 9C. RGB value is (229,58,156). Sum of RGB (Red+Green+Blue) = 229+58+156=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53A9C is #1AC563. Grayscale: #787878. Windows color (decimal): -1754468 or 10238693. OLE color: 10238693.

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

Color convert

RGB22958156-
CMYK00.750.320.10
HSL325.61º76.68%56.27%-
HSV(B)325.61º74.67%89.8%-
XYZ39.8322.0833.62-
YUV120.3148.15205.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.69%
GREEN value IS 58 (23.05% from 255) = 13.09%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=51.69%
G=13.09%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295815600.750.320.10325.6176.6856.27
HexE53A9C04B20A1464d38
Octal345722340113401250611570
Binary11100101111010100111000100101110000010101010001101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A9C; }

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

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

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

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

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

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

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

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