#E52B63

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

Shades of Cerise #E52B63

Tints of Cerise #E52B63

Color information

#E52B63 (or 0xE52B63) is unknown color: approx Cerise. HEX triplet: E5, 2B and 63. RGB value is (229,43,99). Sum of RGB (Red+Green+Blue) = 229+43+99=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B63 is #1AD49C. Grayscale: #686868. Windows color (decimal): -1758365 or 6499301. OLE color: 6499301.

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

Color convert

RGB2294399-
CMYK00.810.570.10
HSL341.94º78.15%53.33%-
HSV(B)341.94º81.22%89.8%-
XYZ35.4319.2913.66-
YUV105124.62216.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.73%
GREEN value IS 43 (17.19% from 255) = 11.59%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=61.73%
G=11.59%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229439900.810.570.10341.9478.1553.33
HexE52B6305139A1564e35
Octal345531430121711252611665
Binary1110010110101111000110101000111100110101010101101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52B63; }

 p { color: rgb(229,43,99); }

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

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

 a { background-color: rgb(229,43,99); }

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

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

 span { border-color: rgb(229,43,99); }

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