#E52F6B

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

Shades of Cerise #E52F6B

Tints of Cerise #E52F6B

Color information

#E52F6B (or 0xE52F6B) is unknown color: approx Cerise. HEX triplet: E5, 2F and 6B. RGB value is (229,47,107). Sum of RGB (Red+Green+Blue) = 229+47+107=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F6B is #1AD094. Grayscale: #6C6C6C. Windows color (decimal): -1757333 or 7024613. OLE color: 7024613.

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

Color convert

RGB22947107-
CMYK00.790.530.10
HSL340.22º77.78%54.12%-
HSV(B)340.22º79.48%89.8%-
XYZ35.9819.7515.83-
YUV108.26127.3214.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.79%
GREEN value IS 47 (18.75% from 255) = 12.27%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=59.79%
G=12.27%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294710700.790.530.10340.2277.7854.12
HexE52F6B04F35A1544e36
Octal345571530117651252411666
Binary1110010110111111010110100111111010110101010101001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52F6B; }

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

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

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

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

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

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

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

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