#E53A76

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

Shades of Cerise #E53A76

Tints of Cerise #E53A76

Color information

#E53A76 (or 0xE53A76) is unknown color: approx Cerise. HEX triplet: E5, 3A and 76. RGB value is (229,58,118). Sum of RGB (Red+Green+Blue) = 229+58+118=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A76 is #1AC589. Grayscale: #737373. Windows color (decimal): -1754506 or 7748325. OLE color: 7748325.

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

Color convert

RGB22958118-
CMYK00.750.480.10
HSL338.95º76.68%56.27%-
HSV(B)338.95º74.67%89.8%-
XYZ37.120.9919.24-
YUV115.97129.15208.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.54%
GREEN value IS 58 (23.05% from 255) = 14.32%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=56.54%
G=14.32%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295811800.750.480.10338.9576.6856.27
HexE53A7604B30A1534d38
Octal345721660113601252311570
Binary1110010111101011101100100101111000010101010100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A76; }

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

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

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

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

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

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

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

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