#E53A9E

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

Shades of Deep Cerise #E53A9E

Tints of Deep Cerise #E53A9E

Color information

#E53A9E (or 0xE53A9E) is unknown color: approx Deep Cerise. HEX triplet: E5, 3A and 9E. RGB value is (229,58,158). Sum of RGB (Red+Green+Blue) = 229+58+158=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53A9E is #1AC561. Grayscale: #787878. Windows color (decimal): -1754466 or 10369765. OLE color: 10369765.

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

Color convert

RGB22958158-
CMYK00.750.310.10
HSL324.91º76.68%56.27%-
HSV(B)324.91º74.67%89.8%-
XYZ4022.1534.52-
YUV120.53149.15205.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.46%
GREEN value IS 58 (23.05% from 255) = 13.03%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=51.46%
G=13.03%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295815800.750.310.10324.9176.6856.27
HexE53A9E04B1FA1454d38
Octal345722360113371250511570
Binary1110010111101010011110010010111111110101010001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A9E; }

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

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

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

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

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

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

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

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