#E53E84

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

Shades of Deep Cerise #E53E84

Tints of Deep Cerise #E53E84

Color information

#E53E84 (or 0xE53E84) is unknown color: approx Deep Cerise. HEX triplet: E5, 3E and 84. RGB value is (229,62,132). Sum of RGB (Red+Green+Blue) = 229+62+132=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53E84 is #1AC17B. Grayscale: #777777. Windows color (decimal): -1753468 or 8666853. OLE color: 8666853.

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

Color convert

RGB22962132-
CMYK00.730.420.10
HSL334.85º76.26%57.06%-
HSV(B)334.85º72.93%89.8%-
XYZ38.221.7724.02-
YUV119.91134.83205.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.14%
GREEN value IS 62 (24.61% from 255) = 14.66%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=54.14%
G=14.66%
B=31.21%

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
Decimal2296213200.730.420.10334.8576.2657.06
HexE53E840492AA14f4c39
Octal345762040111521251711471
Binary11100101111110100001000100100110101010101010011111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53E84; }

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

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

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

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

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

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

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

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