Shades of Persian Rose #E52FA7
Tints of Persian Rose #E52FA7
RGB
CMYK
RGB Variations
Color information
#E52FA7 (or 0xE52FA7) is known color: Persian Rose. HEX triplet: E5, 2F and A7. RGB value is (229,47,167). Sum of RGB (Red+Green+Blue) = 229+47+167=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52FA7 is #1AD058. Grayscale: #727272. Windows color (decimal): -1757273 or 10956773. OLE color: 10956773.
HSL color Cylindrical-coordinate representation of color #E52FA7: hue angle of 320.44º 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 #E52FA7 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 167 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.10 |
| HSL | 320.44º | 0.78% | 0.54% | - |
| HSV(B) | 320.44º | 0.79% | 0.9% | - |
| XYZ | 40.3 | 21.48 | 38.58 | - |
| YUV | 115.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 167 | 0 | 0.79 | 0.27 | 0.10 | 320.44 | 0.78 | 0.54 |
| Hex | E5 | 2F | A7 | 0 | 4F | 1B | A | 140 | 4E | 36 |
| Octal | 345 | 57 | 247 | 0 | 117 | 33 | 12 | 500 | 116 | 66 |
| Binary | 11100101 | 101111 | 10100111 | 0 | 1001111 | 11011 | 1010 | 101000000 | 1001110 | 110110 |
Color Harmonies of #E52FA7
Complementary color
Monochromatic Colors of #E52FA7
Black with #E52FA7
Text Example
Text Example
White with #E52FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FA7; }
p { color: rgb(229,47,167); }
H1.HeaderClassName
{
color: #E52FA7;
}
.AnyTagClassName
{
color: #E52FA7;
}
</style>
background-color css
<style>
a { background-color: #E52FA7; }
a { background-color: rgb(229,47,167); }
div.DivClassName
{
background-color: #E52FA7;
}
.BgClassName
{
background-color: #E52FA7;
}
</style>
border-color css
<style>
span { border-color: #E52FA7; }
span { border-color: rgb(229,47,167); }
td.TdClassName
{
border-color: #E52FA7;
}
.TagClassName
{
border-color: #E52FA7;
}
</style>