Shades of Persian Rose #E72DAC
Tints of Persian Rose #E72DAC
RGB
CMYK
RGB Variations
Color information
#E72DAC (or 0xE72DAC) is known color: Persian Rose. HEX triplet: E7, 2D and AC. RGB value is (231,45,172). Sum of RGB (Red+Green+Blue) = 231+45+172=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E72DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72DAC is #18D253. Grayscale: #727272. Windows color (decimal): -1626708 or 11283943. OLE color: 11283943.
HSL color Cylindrical-coordinate representation of color #E72DAC: hue angle of 319.03º degrees, saturation: 0.79, 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 #E72DAC is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 172 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.09 |
| HSL | 319.03º | 0.79% | 0.54% | - |
| HSV(B) | 319.03º | 0.81% | 0.91% | - |
| XYZ | 41.34 | 21.84 | 41.07 | - |
| YUV | 115.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 172 | 0 | 0.81 | 0.26 | 0.09 | 319.03 | 0.79 | 0.54 |
| Hex | E7 | 2D | AC | 0 | 51 | 1A | 9 | 13F | 4F | 36 |
| Octal | 347 | 55 | 254 | 0 | 121 | 32 | 11 | 477 | 117 | 66 |
| Binary | 11100111 | 101101 | 10101100 | 0 | 1010001 | 11010 | 1001 | 100111111 | 1001111 | 110110 |
Color Harmonies of #E72DAC
Complementary color
Monochromatic Colors of #E72DAC
Black with #E72DAC
Text Example
Text Example
White with #E72DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72DAC; }
p { color: rgb(231,45,172); }
H1.HeaderClassName
{
color: #E72DAC;
}
.AnyTagClassName
{
color: #E72DAC;
}
</style>
background-color css
<style>
a { background-color: #E72DAC; }
a { background-color: rgb(231,45,172); }
div.DivClassName
{
background-color: #E72DAC;
}
.BgClassName
{
background-color: #E72DAC;
}
</style>
border-color css
<style>
span { border-color: #E72DAC; }
span { border-color: rgb(231,45,172); }
td.TdClassName
{
border-color: #E72DAC;
}
.TagClassName
{
border-color: #E72DAC;
}
</style>