#E53491

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

Shades of Deep Cerise #E53491

Tints of Deep Cerise #E53491

Color information

#E53491 (or 0xE53491) is unknown color: approx Deep Cerise. HEX triplet: E5, 34 and 91. RGB value is (229,52,145). Sum of RGB (Red+Green+Blue) = 229+52+145=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E53491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53491 is #1ACB6E. Grayscale: #737373. Windows color (decimal): -1756015 or 9516261. OLE color: 9516261.

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

Color convert

RGB22952145-
CMYK00.770.370.10
HSL328.47º77.29%55.1%-
HSV(B)328.47º77.29%89.8%-
XYZ38.6521.1628.83-
YUV115.52144.64208.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.76%
GREEN value IS 52 (20.70% from 255) = 12.21%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=53.76%
G=12.21%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295214500.770.370.10328.4777.2955.1
HexE5349104D25A1484d37
Octal345642210115451251011567
Binary11100101110100100100010100110110010110101010010001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53491; }

 p { color: rgb(229,52,145); }

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

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

 a { background-color: rgb(229,52,145); }

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

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

 span { border-color: rgb(229,52,145); }

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