Shades of Persian Rose #E72CAC
Tints of Persian Rose #E72CAC
RGB
CMYK
RGB Variations
Color information
#E72CAC (or 0xE72CAC) is known color: Persian Rose. HEX triplet: E7, 2C and AC. RGB value is (231,44,172). Sum of RGB (Red+Green+Blue) = 231+44+172=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72CAC is #18D353. Grayscale: #727272. Windows color (decimal): -1626964 or 11283687. OLE color: 11283687.
HSL color Cylindrical-coordinate representation of color #E72CAC: hue angle of 318.93º 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 #E72CAC is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 172 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.09 |
| HSL | 318.93º | 0.8% | 0.54% | - |
| HSV(B) | 318.93º | 0.81% | 0.91% | - |
| XYZ | 41.3 | 21.77 | 41.05 | - |
| YUV | 114.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 172 | 0 | 0.81 | 0.26 | 0.09 | 318.93 | 0.8 | 0.54 |
| Hex | E7 | 2C | AC | 0 | 51 | 1A | 9 | 13F | 50 | 36 |
| Octal | 347 | 54 | 254 | 0 | 121 | 32 | 11 | 477 | 120 | 66 |
| Binary | 11100111 | 101100 | 10101100 | 0 | 1010001 | 11010 | 1001 | 100111111 | 1010000 | 110110 |
Color Harmonies of #E72CAC
Complementary color
Monochromatic Colors of #E72CAC
Black with #E72CAC
Text Example
Text Example
White with #E72CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CAC; }
p { color: rgb(231,44,172); }
H1.HeaderClassName
{
color: #E72CAC;
}
.AnyTagClassName
{
color: #E72CAC;
}
</style>
background-color css
<style>
a { background-color: #E72CAC; }
a { background-color: rgb(231,44,172); }
div.DivClassName
{
background-color: #E72CAC;
}
.BgClassName
{
background-color: #E72CAC;
}
</style>
border-color css
<style>
span { border-color: #E72CAC; }
span { border-color: rgb(231,44,172); }
td.TdClassName
{
border-color: #E72CAC;
}
.TagClassName
{
border-color: #E72CAC;
}
</style>