#E53895

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

Shades of Deep Cerise #E53895

Tints of Deep Cerise #E53895

Color information

#E53895 (or 0xE53895) is unknown color: approx Deep Cerise. HEX triplet: E5, 38 and 95. RGB value is (229,56,149). Sum of RGB (Red+Green+Blue) = 229+56+149=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E53895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53895 is #1AC76A. Grayscale: #767676. Windows color (decimal): -1754987 or 9779429. OLE color: 9779429.

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

Color convert

RGB22956149-
CMYK00.760.350.10
HSL327.75º76.89%55.88%-
HSV(B)327.75º75.55%89.8%-
XYZ39.1521.6630.55-
YUV118.33145.31206.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.76%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=52.76%
G=12.90%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295614900.760.350.10327.7576.8955.88
HexE5389504C23A1484d38
Octal345702250114431251011570
Binary11100101111000100101010100110010001110101010010001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53895; }

 p { color: rgb(229,56,149); }

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

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

 a { background-color: rgb(229,56,149); }

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

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

 span { border-color: rgb(229,56,149); }

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