#E53E85

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

Shades of Deep Cerise #E53E85

Tints of Deep Cerise #E53E85

Color information

#E53E85 (or 0xE53E85) is unknown color: approx Deep Cerise. HEX triplet: E5, 3E and 85. RGB value is (229,62,133). Sum of RGB (Red+Green+Blue) = 229+62+133=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53E85 is #1AC17A. Grayscale: #777777. Windows color (decimal): -1753467 or 8732389. OLE color: 8732389.

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

Color convert

RGB22962133-
CMYK00.730.420.10
HSL334.49º76.26%57.06%-
HSV(B)334.49º72.93%89.8%-
XYZ38.2721.824.38-
YUV120.03135.33205.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.01%
GREEN value IS 62 (24.61% from 255) = 14.62%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=54.01%
G=14.62%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296213300.730.420.10334.4976.2657.06
HexE53E850492AA14e4c39
Octal345762050111521251611471
Binary11100101111110100001010100100110101010101010011101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53E85; }

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

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

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

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

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

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

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

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