Shades of Persian Rose #E72E9D
Tints of Persian Rose #E72E9D
RGB
CMYK
RGB Variations
Color information
#E72E9D (or 0xE72E9D) is known color: Persian Rose. HEX triplet: E7, 2E and 9D. RGB value is (231,46,157). Sum of RGB (Red+Green+Blue) = 231+46+157=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72E9D is #18D162. Grayscale: #717171. Windows color (decimal): -1626467 or 10301159. OLE color: 10301159.
HSL color Cylindrical-coordinate representation of color #E72E9D: hue angle of 324º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72E9D is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 46 | 157 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.09 |
| HSL | 324º | 0.79% | 0.54% | - |
| HSV(B) | 324º | 0.8% | 0.91% | - |
| XYZ | 40.02 | 21.38 | 33.92 | - |
| YUV | 113.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 46 | 157 | 0 | 0.80 | 0.32 | 0.09 | 324 | 0.79 | 0.54 |
| Hex | E7 | 2E | 9D | 0 | 50 | 20 | 9 | 144 | 4F | 36 |
| Octal | 347 | 56 | 235 | 0 | 120 | 40 | 11 | 504 | 117 | 66 |
| Binary | 11100111 | 101110 | 10011101 | 0 | 1010000 | 100000 | 1001 | 101000100 | 1001111 | 110110 |
Color Harmonies of #E72E9D
Complementary color
Monochromatic Colors of #E72E9D
Black with #E72E9D
Text Example
Text Example
White with #E72E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72E9D; }
p { color: rgb(231,46,157); }
H1.HeaderClassName
{
color: #E72E9D;
}
.AnyTagClassName
{
color: #E72E9D;
}
</style>
background-color css
<style>
a { background-color: #E72E9D; }
a { background-color: rgb(231,46,157); }
div.DivClassName
{
background-color: #E72E9D;
}
.BgClassName
{
background-color: #E72E9D;
}
</style>
border-color css
<style>
span { border-color: #E72E9D; }
span { border-color: rgb(231,46,157); }
td.TdClassName
{
border-color: #E72E9D;
}
.TagClassName
{
border-color: #E72E9D;
}
</style>