Shades of Persian Rose #E72BA7
Tints of Persian Rose #E72BA7
RGB
CMYK
RGB Variations
Color information
#E72BA7 (or 0xE72BA7) is known color: Persian Rose. HEX triplet: E7, 2B and A7. RGB value is (231,43,167). Sum of RGB (Red+Green+Blue) = 231+43+167=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72BA7 is #18D458. Grayscale: #717171. Windows color (decimal): -1627225 or 10955751. OLE color: 10955751.
HSL color Cylindrical-coordinate representation of color #E72BA7: hue angle of 320.43º 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 #E72BA7 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 167 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.09 |
| HSL | 320.43º | 0.8% | 0.54% | - |
| HSV(B) | 320.43º | 0.81% | 0.91% | - |
| XYZ | 40.79 | 21.51 | 38.56 | - |
| YUV | 113.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 167 | 0 | 0.81 | 0.28 | 0.09 | 320.43 | 0.8 | 0.54 |
| Hex | E7 | 2B | A7 | 0 | 51 | 1C | 9 | 140 | 50 | 36 |
| Octal | 347 | 53 | 247 | 0 | 121 | 34 | 11 | 500 | 120 | 66 |
| Binary | 11100111 | 101011 | 10100111 | 0 | 1010001 | 11100 | 1001 | 101000000 | 1010000 | 110110 |
Color Harmonies of #E72BA7
Complementary color
Monochromatic Colors of #E72BA7
Black with #E72BA7
Text Example
Text Example
White with #E72BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72BA7; }
p { color: rgb(231,43,167); }
H1.HeaderClassName
{
color: #E72BA7;
}
.AnyTagClassName
{
color: #E72BA7;
}
</style>
background-color css
<style>
a { background-color: #E72BA7; }
a { background-color: rgb(231,43,167); }
div.DivClassName
{
background-color: #E72BA7;
}
.BgClassName
{
background-color: #E72BA7;
}
</style>
border-color css
<style>
span { border-color: #E72BA7; }
span { border-color: rgb(231,43,167); }
td.TdClassName
{
border-color: #E72BA7;
}
.TagClassName
{
border-color: #E72BA7;
}
</style>