#E52E7F

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

Shades of Deep Cerise #E52E7F

Tints of Deep Cerise #E52E7F

Color information

#E52E7F (or 0xE52E7F) is unknown color: approx Deep Cerise. HEX triplet: E5, 2E and 7F. RGB value is (229,46,127). Sum of RGB (Red+Green+Blue) = 229+46+127=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52E7F is #1AD180. Grayscale: #6D6D6D. Windows color (decimal): -1757569 or 8335077. OLE color: 8335077.

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

Color convert

RGB22946127-
CMYK00.800.450.10
HSL333.44º77.87%53.92%-
HSV(B)333.44º79.91%89.8%-
XYZ37.1220.1422.01-
YUV109.95137.63212.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.97%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 127 (50% from 255) = 31.59%
R=56.97%
G=11.44%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294612700.800.450.10333.4477.8753.92
HexE52E7F0502DA14d4e36
Octal345561770120551251511666
Binary1110010110111011111110101000010110110101010011011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E7F; }

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

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

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

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

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

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

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

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