Shades of Persian Rose #E72BA6
Tints of Persian Rose #E72BA6
RGB
CMYK
RGB Variations
Color information
#E72BA6 (or 0xE72BA6) is known color: Persian Rose. HEX triplet: E7, 2B and A6. RGB value is (231,43,166). Sum of RGB (Red+Green+Blue) = 231+43+166=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72BA6 is #18D459. Grayscale: #707070. Windows color (decimal): -1627226 or 10890215. OLE color: 10890215.
HSL color Cylindrical-coordinate representation of color #E72BA6: hue angle of 320.74º 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 #E72BA6 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 166 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.09 |
| HSL | 320.74º | 0.8% | 0.54% | - |
| HSV(B) | 320.74º | 0.81% | 0.91% | - |
| XYZ | 40.7 | 21.47 | 38.08 | - |
| YUV | 113.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 166 | 0 | 0.81 | 0.28 | 0.09 | 320.74 | 0.8 | 0.54 |
| Hex | E7 | 2B | A6 | 0 | 51 | 1C | 9 | 141 | 50 | 36 |
| Octal | 347 | 53 | 246 | 0 | 121 | 34 | 11 | 501 | 120 | 66 |
| Binary | 11100111 | 101011 | 10100110 | 0 | 1010001 | 11100 | 1001 | 101000001 | 1010000 | 110110 |
Color Harmonies of #E72BA6
Complementary color
Monochromatic Colors of #E72BA6
Black with #E72BA6
Text Example
Text Example
White with #E72BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72BA6; }
p { color: rgb(231,43,166); }
H1.HeaderClassName
{
color: #E72BA6;
}
.AnyTagClassName
{
color: #E72BA6;
}
</style>
background-color css
<style>
a { background-color: #E72BA6; }
a { background-color: rgb(231,43,166); }
div.DivClassName
{
background-color: #E72BA6;
}
.BgClassName
{
background-color: #E72BA6;
}
</style>
border-color css
<style>
span { border-color: #E72BA6; }
span { border-color: rgb(231,43,166); }
td.TdClassName
{
border-color: #E72BA6;
}
.TagClassName
{
border-color: #E72BA6;
}
</style>