Shades of Persian Rose #E52FA9
Tints of Persian Rose #E52FA9
RGB
CMYK
RGB Variations
Color information
#E52FA9 (or 0xE52FA9) is known color: Persian Rose. HEX triplet: E5, 2F and A9. RGB value is (229,47,169). Sum of RGB (Red+Green+Blue) = 229+47+169=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52FA9 is #1AD056. Grayscale: #737373. Windows color (decimal): -1757271 or 11087845. OLE color: 11087845.
HSL color Cylindrical-coordinate representation of color #E52FA9: hue angle of 319.78º 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 #E52FA9 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 169 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.10 |
| HSL | 319.78º | 0.78% | 0.54% | - |
| HSV(B) | 319.78º | 0.79% | 0.9% | - |
| XYZ | 40.49 | 21.56 | 39.56 | - |
| YUV | 115.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 169 | 0 | 0.79 | 0.26 | 0.10 | 319.78 | 0.78 | 0.54 |
| Hex | E5 | 2F | A9 | 0 | 4F | 1A | A | 140 | 4E | 36 |
| Octal | 345 | 57 | 251 | 0 | 117 | 32 | 12 | 500 | 116 | 66 |
| Binary | 11100101 | 101111 | 10101001 | 0 | 1001111 | 11010 | 1010 | 101000000 | 1001110 | 110110 |
Color Harmonies of #E52FA9
Complementary color
Monochromatic Colors of #E52FA9
Black with #E52FA9
Text Example
Text Example
White with #E52FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FA9; }
p { color: rgb(229,47,169); }
H1.HeaderClassName
{
color: #E52FA9;
}
.AnyTagClassName
{
color: #E52FA9;
}
</style>
background-color css
<style>
a { background-color: #E52FA9; }
a { background-color: rgb(229,47,169); }
div.DivClassName
{
background-color: #E52FA9;
}
.BgClassName
{
background-color: #E52FA9;
}
</style>
border-color css
<style>
span { border-color: #E52FA9; }
span { border-color: rgb(229,47,169); }
td.TdClassName
{
border-color: #E52FA9;
}
.TagClassName
{
border-color: #E52FA9;
}
</style>