#E53A82

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

Shades of Deep Cerise #E53A82

Tints of Deep Cerise #E53A82

Color information

#E53A82 (or 0xE53A82) is unknown color: approx Deep Cerise. HEX triplet: E5, 3A and 82. RGB value is (229,58,130). Sum of RGB (Red+Green+Blue) = 229+58+130=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53A82 is #1AC57D. Grayscale: #757575. Windows color (decimal): -1754494 or 8534757. OLE color: 8534757.

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

Color convert

RGB22958130-
CMYK00.750.430.10
HSL334.74º76.68%56.27%-
HSV(B)334.74º74.67%89.8%-
XYZ37.8621.323.23-
YUV117.34135.15207.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.92%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=54.92%
G=13.91%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295813000.750.430.10334.7476.6856.27
HexE53A8204B2BA14f4d38
Octal345722020113531251711570
Binary11100101111010100000100100101110101110101010011111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A82; }

 p { color: rgb(229,58,130); }

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

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

 a { background-color: rgb(229,58,130); }

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

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

 span { border-color: rgb(229,58,130); }

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