#E52E5D

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

Shades of Cerise #E52E5D

Tints of Cerise #E52E5D

Color information

#E52E5D (or 0xE52E5D) is unknown color: approx Cerise. HEX triplet: E5, 2E and 5D. RGB value is (229,46,93). Sum of RGB (Red+Green+Blue) = 229+46+93=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52E5D is #1AD1A2. Grayscale: #6A6A6A. Windows color (decimal): -1757603 or 6106853. OLE color: 6106853.

HSL color Cylindrical-coordinate representation of color #E52E5D: hue angle of 344.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E5D is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2294693-
CMYK00.800.590.10
HSL344.59º77.87%53.92%-
HSV(B)344.59º79.91%89.8%-
XYZ35.2719.412.24-
YUV106.08120.63215.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.23%
GREEN value IS 46 (18.36% from 255) = 12.5%
BLUE value IS 93 (36.72% from 255) = 25.27%
R=62.23%
G=12.5%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229469300.800.590.10344.5977.8753.92
HexE52E5D0503BA1594e36
Octal345561350120731253111666
Binary1110010110111010111010101000011101110101010110011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E5D; }

 p { color: rgb(229,46,93); }

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

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

 a { background-color: rgb(229,46,93); }

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

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

 span { border-color: rgb(229,46,93); }

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