Shades of Persian Rose #E52FB0
Tints of Persian Rose #E52FB0
RGB
CMYK
RGB Variations
Color information
#E52FB0 (or 0xE52FB0) is known color: Persian Rose. HEX triplet: E5, 2F and B0. RGB value is (229,47,176). Sum of RGB (Red+Green+Blue) = 229+47+176=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52FB0 is #1AD04F. Grayscale: #737373. Windows color (decimal): -1757264 or 11546597. OLE color: 11546597.
HSL color Cylindrical-coordinate representation of color #E52FB0: hue angle of 317.47º 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 #E52FB0 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 176 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.10 |
| HSL | 317.47º | 0.78% | 0.54% | - |
| HSV(B) | 317.47º | 0.79% | 0.9% | - |
| XYZ | 41.17 | 21.83 | 43.12 | - |
| YUV | 116.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 176 | 0 | 0.79 | 0.23 | 0.10 | 317.47 | 0.78 | 0.54 |
| Hex | E5 | 2F | B0 | 0 | 4F | 17 | A | 13D | 4E | 36 |
| Octal | 345 | 57 | 260 | 0 | 117 | 27 | 12 | 475 | 116 | 66 |
| Binary | 11100101 | 101111 | 10110000 | 0 | 1001111 | 10111 | 1010 | 100111101 | 1001110 | 110110 |
Color Harmonies of #E52FB0
Complementary color
Monochromatic Colors of #E52FB0
Black with #E52FB0
Text Example
Text Example
White with #E52FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FB0; }
p { color: rgb(229,47,176); }
H1.HeaderClassName
{
color: #E52FB0;
}
.AnyTagClassName
{
color: #E52FB0;
}
</style>
background-color css
<style>
a { background-color: #E52FB0; }
a { background-color: rgb(229,47,176); }
div.DivClassName
{
background-color: #E52FB0;
}
.BgClassName
{
background-color: #E52FB0;
}
</style>
border-color css
<style>
span { border-color: #E52FB0; }
span { border-color: rgb(229,47,176); }
td.TdClassName
{
border-color: #E52FB0;
}
.TagClassName
{
border-color: #E52FB0;
}
</style>