#E53E9E

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

Shades of Deep Cerise #E53E9E

Tints of Deep Cerise #E53E9E

Color information

#E53E9E (or 0xE53E9E) is unknown color: approx Deep Cerise. HEX triplet: E5, 3E and 9E. RGB value is (229,62,158). Sum of RGB (Red+Green+Blue) = 229+62+158=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53E9E is #1AC161. Grayscale: #7A7A7A. Windows color (decimal): -1753442 or 10370789. OLE color: 10370789.

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

Color convert

RGB22962158-
CMYK00.730.310.10
HSL325.51º76.26%57.06%-
HSV(B)325.51º72.93%89.8%-
XYZ40.2122.5734.59-
YUV122.88147.83203.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 62 (24.61% from 255) = 13.81%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=51.00%
G=13.81%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296215800.730.310.10325.5176.2657.06
HexE53E9E0491FA1464c39
Octal345762360111371250611471
Binary1110010111111010011110010010011111110101010001101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53E9E; }

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

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

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

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

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

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

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

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