Shades of Persian Rose #E72BA9
Tints of Persian Rose #E72BA9
RGB
CMYK
RGB Variations
Color information
#E72BA9 (or 0xE72BA9) is known color: Persian Rose. HEX triplet: E7, 2B and A9. RGB value is (231,43,169). Sum of RGB (Red+Green+Blue) = 231+43+169=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72BA9 is #18D456. Grayscale: #717171. Windows color (decimal): -1627223 or 11086823. OLE color: 11086823.
HSL color Cylindrical-coordinate representation of color #E72BA9: hue angle of 319.79º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72BA9 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 169 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.09 |
| HSL | 319.79º | 0.8% | 0.54% | - |
| HSV(B) | 319.79º | 0.81% | 0.91% | - |
| XYZ | 40.98 | 21.58 | 39.54 | - |
| YUV | 113.58 | 159.28 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 169 | 0 | 0.81 | 0.27 | 0.09 | 319.79 | 0.8 | 0.54 |
| Hex | E7 | 2B | A9 | 0 | 51 | 1B | 9 | 140 | 50 | 36 |
| Octal | 347 | 53 | 251 | 0 | 121 | 33 | 11 | 500 | 120 | 66 |
| Binary | 11100111 | 101011 | 10101001 | 0 | 1010001 | 11011 | 1001 | 101000000 | 1010000 | 110110 |
Color Harmonies of #E72BA9
Complementary color
Monochromatic Colors of #E72BA9
Black with #E72BA9
Text Example
Text Example
White with #E72BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72BA9; }
p { color: rgb(231,43,169); }
H1.HeaderClassName
{
color: #E72BA9;
}
.AnyTagClassName
{
color: #E72BA9;
}
</style>
background-color css
<style>
a { background-color: #E72BA9; }
a { background-color: rgb(231,43,169); }
div.DivClassName
{
background-color: #E72BA9;
}
.BgClassName
{
background-color: #E72BA9;
}
</style>
border-color css
<style>
span { border-color: #E72BA9; }
span { border-color: rgb(231,43,169); }
td.TdClassName
{
border-color: #E72BA9;
}
.TagClassName
{
border-color: #E72BA9;
}
</style>