#E53E5C

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

Shades of Cerise #E53E5C

Tints of Cerise #E53E5C

Color information

#E53E5C (or 0xE53E5C) is unknown color: approx Cerise. HEX triplet: E5, 3E and 5C. RGB value is (229,62,92). Sum of RGB (Red+Green+Blue) = 229+62+92=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53E5C is #1AC1A3. Grayscale: #737373. Windows color (decimal): -1753508 or 6045413. OLE color: 6045413.

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

Color convert

RGB2296292-
CMYK00.730.600.10
HSL349.22º76.26%57.06%-
HSV(B)349.22º72.93%89.8%-
XYZ35.9720.8812.26-
YUV115.35114.83209.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.79%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=59.79%
G=16.19%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229629200.730.600.10349.2276.2657.06
HexE53E5C0493CA15d4c39
Octal345761340111741253511471
Binary1110010111111010111000100100111110010101010111011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53E5C; }

 p { color: rgb(229,62,92); }

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

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

 a { background-color: rgb(229,62,92); }

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

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

 span { border-color: rgb(229,62,92); }

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