#E53589

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

Shades of Deep Cerise #E53589

Tints of Deep Cerise #E53589

Color information

#E53589 (or 0xE53589) is unknown color: approx Deep Cerise. HEX triplet: E5, 35 and 89. RGB value is (229,53,137). Sum of RGB (Red+Green+Blue) = 229+53+137=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E53589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53589 is #1ACA76. Grayscale: #737373. Windows color (decimal): -1755767 or 8992229. OLE color: 8992229.

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

Color convert

RGB22953137-
CMYK00.770.400.10
HSL331.36º77.19%55.29%-
HSV(B)331.36º76.86%89.8%-
XYZ38.121.0125.71-
YUV115.2140.31209.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.65%
GREEN value IS 53 (21.09% from 255) = 12.65%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=54.65%
G=12.65%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295313700.770.400.10331.3677.1955.29
HexE5358904D28A14b4d37
Octal345652110115501251311567
Binary11100101110101100010010100110110100010101010010111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53589; }

 p { color: rgb(229,53,137); }

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

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

 a { background-color: rgb(229,53,137); }

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

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

 span { border-color: rgb(229,53,137); }

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