#E53A9D

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

Shades of Deep Cerise #E53A9D

Tints of Deep Cerise #E53A9D

Color information

#E53A9D (or 0xE53A9D) is unknown color: approx Deep Cerise. HEX triplet: E5, 3A and 9D. RGB value is (229,58,157). Sum of RGB (Red+Green+Blue) = 229+58+157=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53A9D is #1AC562. Grayscale: #787878. Windows color (decimal): -1754467 or 10304229. OLE color: 10304229.

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

Color convert

RGB22958157-
CMYK00.750.310.10
HSL325.26º76.68%56.27%-
HSV(B)325.26º74.67%89.8%-
XYZ39.9122.1234.06-
YUV120.42148.65205.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.58%
GREEN value IS 58 (23.05% from 255) = 13.06%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=51.58%
G=13.06%
B=35.36%

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
Decimal2295815700.750.310.10325.2676.6856.27
HexE53A9D04B1FA1454d38
Octal345722350113371250511570
Binary1110010111101010011101010010111111110101010001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A9D; }

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

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

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

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

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

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

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

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