#E52F97

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

Shades of Deep Cerise #E52F97

Tints of Deep Cerise #E52F97

Color information

#E52F97 (or 0xE52F97) is unknown color: approx Deep Cerise. HEX triplet: E5, 2F and 97. RGB value is (229,47,151). Sum of RGB (Red+Green+Blue) = 229+47+151=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52F97 is #1AD068. Grayscale: #717171. Windows color (decimal): -1757289 or 9908197. OLE color: 9908197.

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

Color convert

RGB22947151-
CMYK00.790.340.10
HSL325.71º77.78%54.12%-
HSV(B)325.71º79.48%89.8%-
XYZ38.9220.9331.27-
YUV113.27149.3210.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.63%
GREEN value IS 47 (18.75% from 255) = 11.01%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=53.63%
G=11.01%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294715100.790.340.10325.7177.7854.12
HexE52F9704F22A1464e36
Octal345572270117421250611666
Binary11100101101111100101110100111110001010101010001101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52F97; }

 p { color: rgb(229,47,151); }

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

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

 a { background-color: rgb(229,47,151); }

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

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

 span { border-color: rgb(229,47,151); }

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