#E52CAF

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

Shades of Persian Rose #E52CAF

Tints of Persian Rose #E52CAF

Color information

#E52CAF (or 0xE52CAF) is unknown color: approx Persian Rose. HEX triplet: E5, 2C and AF. RGB value is (229,44,175). Sum of RGB (Red+Green+Blue) = 229+44+175=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52CAF is #1AD350. Grayscale: #717171. Windows color (decimal): -1758033 or 11480293. OLE color: 11480293.

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

Color convert

RGB22944175-
CMYK00.810.240.10
HSL317.51º78.06%53.53%-
HSV(B)317.51º80.79%89.8%-
XYZ40.9521.5542.56-
YUV114.25162.29209.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.12%
GREEN value IS 44 (17.58% from 255) = 9.82%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=51.12%
G=9.82%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294417500.810.240.10317.5178.0653.53
HexE52CAF05118A13e4e36
Octal345542570121301247611666
Binary1110010110110010101111010100011100010101001111101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52CAF; }

 p { color: rgb(229,44,175); }

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

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

 a { background-color: rgb(229,44,175); }

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

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

 span { border-color: rgb(229,44,175); }

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