Shades of Persian Rose #E72B9D
Tints of Persian Rose #E72B9D
RGB
CMYK
RGB Variations
Color information
#E72B9D (or 0xE72B9D) is known color: Persian Rose. HEX triplet: E7, 2B and 9D. RGB value is (231,43,157). Sum of RGB (Red+Green+Blue) = 231+43+157=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72B9D is #18D462. Grayscale: #6F6F6F. Windows color (decimal): -1627235 or 10300391. OLE color: 10300391.
HSL color Cylindrical-coordinate representation of color #E72B9D: hue angle of 323.62º degrees, saturation: 0.8, 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 #E72B9D is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 157 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.09 |
| HSL | 323.62º | 0.8% | 0.54% | - |
| HSV(B) | 323.62º | 0.81% | 0.91% | - |
| XYZ | 39.9 | 21.15 | 33.88 | - |
| YUV | 112.21 | 153.28 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 157 | 0 | 0.81 | 0.32 | 0.09 | 323.62 | 0.8 | 0.54 |
| Hex | E7 | 2B | 9D | 0 | 51 | 20 | 9 | 144 | 50 | 36 |
| Octal | 347 | 53 | 235 | 0 | 121 | 40 | 11 | 504 | 120 | 66 |
| Binary | 11100111 | 101011 | 10011101 | 0 | 1010001 | 100000 | 1001 | 101000100 | 1010000 | 110110 |
Color Harmonies of #E72B9D
Complementary color
Monochromatic Colors of #E72B9D
Black with #E72B9D
Text Example
Text Example
White with #E72B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72B9D; }
p { color: rgb(231,43,157); }
H1.HeaderClassName
{
color: #E72B9D;
}
.AnyTagClassName
{
color: #E72B9D;
}
</style>
background-color css
<style>
a { background-color: #E72B9D; }
a { background-color: rgb(231,43,157); }
div.DivClassName
{
background-color: #E72B9D;
}
.BgClassName
{
background-color: #E72B9D;
}
</style>
border-color css
<style>
span { border-color: #E72B9D; }
span { border-color: rgb(231,43,157); }
td.TdClassName
{
border-color: #E72B9D;
}
.TagClassName
{
border-color: #E72B9D;
}
</style>