#E52F8B

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

Shades of Deep Cerise #E52F8B

Tints of Deep Cerise #E52F8B

Color information

#E52F8B (or 0xE52F8B) is unknown color: approx Deep Cerise. HEX triplet: E5, 2F and 8B. RGB value is (229,47,139). Sum of RGB (Red+Green+Blue) = 229+47+139=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52F8B is #1AD074. Grayscale: #6F6F6F. Windows color (decimal): -1757301 or 9121765. OLE color: 9121765.

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

Color convert

RGB22947139-
CMYK00.790.390.10
HSL329.67º77.78%54.12%-
HSV(B)329.67º79.48%89.8%-
XYZ37.9920.5626.39-
YUV111.91143.3211.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 47 (18.75% from 255) = 11.33%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=55.18%
G=11.33%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294713900.790.390.10329.6777.7854.12
HexE52F8B04F27A14a4e36
Octal345572130117471251211666
Binary11100101101111100010110100111110011110101010010101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52F8B; }

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

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

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

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

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

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

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

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