#E52E8F

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

Shades of Deep Cerise #E52E8F

Tints of Deep Cerise #E52E8F

Color information

#E52E8F (or 0xE52E8F) is unknown color: approx Deep Cerise. HEX triplet: E5, 2E and 8F. RGB value is (229,46,143). Sum of RGB (Red+Green+Blue) = 229+46+143=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52E8F is #1AD170. Grayscale: #6F6F6F. Windows color (decimal): -1757553 or 9383653. OLE color: 9383653.

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

Color convert

RGB22946143-
CMYK00.800.380.10
HSL328.2º77.87%53.92%-
HSV(B)328.2º79.91%89.8%-
XYZ38.2520.627.95-
YUV111.78145.63211.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 46 (18.36% from 255) = 11.00%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=54.78%
G=11.00%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294614300.800.380.10328.277.8753.92
HexE52E8F05026A1484e36
Octal345562170120461251011666
Binary11100101101110100011110101000010011010101010010001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E8F; }

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

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

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

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

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

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

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

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