#E53D73

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

Shades of Cerise #E53D73

Tints of Cerise #E53D73

Color information

#E53D73 (or 0xE53D73) is unknown color: approx Cerise. HEX triplet: E5, 3D and 73. RGB value is (229,61,115). Sum of RGB (Red+Green+Blue) = 229+61+115=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D73 is #1AC28C. Grayscale: #757575. Windows color (decimal): -1753741 or 7552485. OLE color: 7552485.

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

Color convert

RGB22961115-
CMYK00.730.500.10
HSL340.71º76.36%56.86%-
HSV(B)340.71º73.36%89.8%-
XYZ37.0821.2318.36-
YUV117.39126.66207.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.54%
GREEN value IS 61 (24.22% from 255) = 15.06%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=56.54%
G=15.06%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296111500.730.500.10340.7176.3656.86
HexE53D7304932A1554c39
Octal345751630111621252511471
Binary1110010111110111100110100100111001010101010101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53D73; }

 p { color: rgb(229,61,115); }

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

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

 a { background-color: rgb(229,61,115); }

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

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

 span { border-color: rgb(229,61,115); }

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