Shades of Persian Rose #E72D9E
Tints of Persian Rose #E72D9E
RGB
CMYK
RGB Variations
Color information
#E72D9E (or 0xE72D9E) is known color: Persian Rose. HEX triplet: E7, 2D and 9E. RGB value is (231,45,158). Sum of RGB (Red+Green+Blue) = 231+45+158=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72D9E is #18D261. Grayscale: #717171. Windows color (decimal): -1626722 or 10366439. OLE color: 10366439.
HSL color Cylindrical-coordinate representation of color #E72D9E: hue angle of 323.55º 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 #E72D9E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 158 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.09 |
| HSL | 323.55º | 0.79% | 0.54% | - |
| HSV(B) | 323.55º | 0.81% | 0.91% | - |
| XYZ | 40.06 | 21.33 | 34.35 | - |
| YUV | 113.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 158 | 0 | 0.81 | 0.32 | 0.09 | 323.55 | 0.79 | 0.54 |
| Hex | E7 | 2D | 9E | 0 | 51 | 20 | 9 | 144 | 4F | 36 |
| Octal | 347 | 55 | 236 | 0 | 121 | 40 | 11 | 504 | 117 | 66 |
| Binary | 11100111 | 101101 | 10011110 | 0 | 1010001 | 100000 | 1001 | 101000100 | 1001111 | 110110 |
Color Harmonies of #E72D9E
Complementary color
Monochromatic Colors of #E72D9E
Black with #E72D9E
Text Example
Text Example
White with #E72D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D9E; }
p { color: rgb(231,45,158); }
H1.HeaderClassName
{
color: #E72D9E;
}
.AnyTagClassName
{
color: #E72D9E;
}
</style>
background-color css
<style>
a { background-color: #E72D9E; }
a { background-color: rgb(231,45,158); }
div.DivClassName
{
background-color: #E72D9E;
}
.BgClassName
{
background-color: #E72D9E;
}
</style>
border-color css
<style>
span { border-color: #E72D9E; }
span { border-color: rgb(231,45,158); }
td.TdClassName
{
border-color: #E72D9E;
}
.TagClassName
{
border-color: #E72D9E;
}
</style>