Shades of Persian Rose #E72BAB
Tints of Persian Rose #E72BAB
RGB
CMYK
RGB Variations
Color information
#E72BAB (or 0xE72BAB) is known color: Persian Rose. HEX triplet: E7, 2B and AB. RGB value is (231,43,171). Sum of RGB (Red+Green+Blue) = 231+43+171=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72BAB is #18D454. Grayscale: #717171. Windows color (decimal): -1627221 or 11217895. OLE color: 11217895.
HSL color Cylindrical-coordinate representation of color #E72BAB: hue angle of 319.15º 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 #E72BAB is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 171 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.09 |
| HSL | 319.15º | 0.8% | 0.54% | - |
| HSV(B) | 319.15º | 0.81% | 0.91% | - |
| XYZ | 41.17 | 21.66 | 40.54 | - |
| YUV | 113.8 | 160.28 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 171 | 0 | 0.81 | 0.26 | 0.09 | 319.15 | 0.8 | 0.54 |
| Hex | E7 | 2B | AB | 0 | 51 | 1A | 9 | 13F | 50 | 36 |
| Octal | 347 | 53 | 253 | 0 | 121 | 32 | 11 | 477 | 120 | 66 |
| Binary | 11100111 | 101011 | 10101011 | 0 | 1010001 | 11010 | 1001 | 100111111 | 1010000 | 110110 |
Color Harmonies of #E72BAB
Complementary color
Monochromatic Colors of #E72BAB
Black with #E72BAB
Text Example
Text Example
White with #E72BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72BAB; }
p { color: rgb(231,43,171); }
H1.HeaderClassName
{
color: #E72BAB;
}
.AnyTagClassName
{
color: #E72BAB;
}
</style>
background-color css
<style>
a { background-color: #E72BAB; }
a { background-color: rgb(231,43,171); }
div.DivClassName
{
background-color: #E72BAB;
}
.BgClassName
{
background-color: #E72BAB;
}
</style>
border-color css
<style>
span { border-color: #E72BAB; }
span { border-color: rgb(231,43,171); }
td.TdClassName
{
border-color: #E72BAB;
}
.TagClassName
{
border-color: #E72BAB;
}
</style>