Shades of Persian Rose #E72CAA
Tints of Persian Rose #E72CAA
RGB
CMYK
RGB Variations
Color information
#E72CAA (or 0xE72CAA) is known color: Persian Rose. HEX triplet: E7, 2C and AA. RGB value is (231,44,170). Sum of RGB (Red+Green+Blue) = 231+44+170=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72CAA is #18D355. Grayscale: #717171. Windows color (decimal): -1626966 or 11152615. OLE color: 11152615.
HSL color Cylindrical-coordinate representation of color #E72CAA: hue angle of 319.57º 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 #E72CAA is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 170 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.09 |
| HSL | 319.57º | 0.8% | 0.54% | - |
| HSV(B) | 319.57º | 0.81% | 0.91% | - |
| XYZ | 41.11 | 21.69 | 40.05 | - |
| YUV | 114.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 170 | 0 | 0.81 | 0.26 | 0.09 | 319.57 | 0.8 | 0.54 |
| Hex | E7 | 2C | AA | 0 | 51 | 1A | 9 | 140 | 50 | 36 |
| Octal | 347 | 54 | 252 | 0 | 121 | 32 | 11 | 500 | 120 | 66 |
| Binary | 11100111 | 101100 | 10101010 | 0 | 1010001 | 11010 | 1001 | 101000000 | 1010000 | 110110 |
Color Harmonies of #E72CAA
Complementary color
Monochromatic Colors of #E72CAA
Black with #E72CAA
Text Example
Text Example
White with #E72CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CAA; }
p { color: rgb(231,44,170); }
H1.HeaderClassName
{
color: #E72CAA;
}
.AnyTagClassName
{
color: #E72CAA;
}
</style>
background-color css
<style>
a { background-color: #E72CAA; }
a { background-color: rgb(231,44,170); }
div.DivClassName
{
background-color: #E72CAA;
}
.BgClassName
{
background-color: #E72CAA;
}
</style>
border-color css
<style>
span { border-color: #E72CAA; }
span { border-color: rgb(231,44,170); }
td.TdClassName
{
border-color: #E72CAA;
}
.TagClassName
{
border-color: #E72CAA;
}
</style>