#E52E87

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

Shades of Deep Cerise #E52E87

Tints of Deep Cerise #E52E87

Color information

#E52E87 (or 0xE52E87) is unknown color: approx Deep Cerise. HEX triplet: E5, 2E and 87. RGB value is (229,46,135). Sum of RGB (Red+Green+Blue) = 229+46+135=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52E87 is #1AD178. Grayscale: #6E6E6E. Windows color (decimal): -1757561 or 8859365. OLE color: 8859365.

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

Color convert

RGB22946135-
CMYK00.800.410.10
HSL330.82º77.87%53.92%-
HSV(B)330.82º79.91%89.8%-
XYZ37.6620.3624.87-
YUV110.86141.63212.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.85%
GREEN value IS 46 (18.36% from 255) = 11.22%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=55.85%
G=11.22%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294613500.800.410.10330.8277.8753.92
HexE52E8705029A14b4e36
Octal345562070120511251311666
Binary11100101101110100001110101000010100110101010010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E87; }

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

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

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

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

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

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

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

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