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