#E53F5C

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

Shades of Cerise #E53F5C

Tints of Cerise #E53F5C

Color information

#E53F5C (or 0xE53F5C) is unknown color: approx Cerise. HEX triplet: E5, 3F and 5C. RGB value is (229,63,92). Sum of RGB (Red+Green+Blue) = 229+63+92=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53F5C is #1AC0A3. Grayscale: #737373. Windows color (decimal): -1753252 or 6045669. OLE color: 6045669.

HSL color Cylindrical-coordinate representation of color #E53F5C: hue angle of 349.52º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53F5C is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB2296392-
CMYK00.720.600.10
HSL349.52º76.15%57.25%-
HSV(B)349.52º72.49%89.8%-
XYZ36.0220.9912.28-
YUV115.94114.5208.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.64%
GREEN value IS 63 (25% from 255) = 16.41%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=59.64%
G=16.41%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229639200.720.600.10349.5276.1557.25
HexE53F5C0483CA15e4c39
Octal345771340110741253611471
Binary1110010111111110111000100100011110010101010111101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53F5C; }

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

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

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

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

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

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

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

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