#E53D96

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

Shades of Deep Cerise #E53D96

Tints of Deep Cerise #E53D96

Color information

#E53D96 (or 0xE53D96) is unknown color: approx Deep Cerise. HEX triplet: E5, 3D and 96. RGB value is (229,61,150). Sum of RGB (Red+Green+Blue) = 229+61+150=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53D96 is #1AC269. Grayscale: #797979. Windows color (decimal): -1753706 or 9846245. OLE color: 9846245.

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

Color convert

RGB22961150-
CMYK00.730.340.10
HSL328.21º76.36%56.86%-
HSV(B)328.21º73.36%89.8%-
XYZ39.4922.231.06-
YUV121.38144.16204.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.05%
GREEN value IS 61 (24.22% from 255) = 13.86%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=52.05%
G=13.86%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296115000.730.340.10328.2176.3656.86
HexE53D9604922A1484c39
Octal345752260111421251011471
Binary11100101111101100101100100100110001010101010010001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53D96; }

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

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

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

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

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

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

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

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