Shades of Persian Rose #E72D9C
Tints of Persian Rose #E72D9C
RGB
CMYK
RGB Variations
Color information
#E72D9C (or 0xE72D9C) is known color: Persian Rose. HEX triplet: E7, 2D and 9C. RGB value is (231,45,156). Sum of RGB (Red+Green+Blue) = 231+45+156=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72D9C is #18D263. Grayscale: #717171. Windows color (decimal): -1626724 or 10235367. OLE color: 10235367.
HSL color Cylindrical-coordinate representation of color #E72D9C: hue angle of 324.19º 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 #E72D9C is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 156 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.09 |
| HSL | 324.19º | 0.79% | 0.54% | - |
| HSV(B) | 324.19º | 0.81% | 0.91% | - |
| XYZ | 39.89 | 21.27 | 33.45 | - |
| YUV | 113.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 156 | 0 | 0.81 | 0.32 | 0.09 | 324.19 | 0.79 | 0.54 |
| Hex | E7 | 2D | 9C | 0 | 51 | 20 | 9 | 144 | 4F | 36 |
| Octal | 347 | 55 | 234 | 0 | 121 | 40 | 11 | 504 | 117 | 66 |
| Binary | 11100111 | 101101 | 10011100 | 0 | 1010001 | 100000 | 1001 | 101000100 | 1001111 | 110110 |
Color Harmonies of #E72D9C
Complementary color
Monochromatic Colors of #E72D9C
Black with #E72D9C
Text Example
Text Example
White with #E72D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D9C; }
p { color: rgb(231,45,156); }
H1.HeaderClassName
{
color: #E72D9C;
}
.AnyTagClassName
{
color: #E72D9C;
}
</style>
background-color css
<style>
a { background-color: #E72D9C; }
a { background-color: rgb(231,45,156); }
div.DivClassName
{
background-color: #E72D9C;
}
.BgClassName
{
background-color: #E72D9C;
}
</style>
border-color css
<style>
span { border-color: #E72D9C; }
span { border-color: rgb(231,45,156); }
td.TdClassName
{
border-color: #E72D9C;
}
.TagClassName
{
border-color: #E72D9C;
}
</style>