Shades of Persian Rose #E732AB
Tints of Persian Rose #E732AB
RGB
CMYK
RGB Variations
Color information
#E732AB (or 0xE732AB) is known color: Persian Rose. HEX triplet: E7, 32 and AB. RGB value is (231,50,171). Sum of RGB (Red+Green+Blue) = 231+50+171=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E732AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E732AB is #18CD54. Grayscale: #757575. Windows color (decimal): -1625429 or 11219687. OLE color: 11219687.
HSL color Cylindrical-coordinate representation of color #E732AB: hue angle of 319.89º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E732AB is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 171 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.09 |
| HSL | 319.89º | 0.79% | 0.55% | - |
| HSV(B) | 319.89º | 0.78% | 0.91% | - |
| XYZ | 41.45 | 22.21 | 40.63 | - |
| YUV | 117.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 171 | 0 | 0.78 | 0.26 | 0.09 | 319.89 | 0.79 | 0.55 |
| Hex | E7 | 32 | AB | 0 | 4E | 1A | 9 | 140 | 4F | 37 |
| Octal | 347 | 62 | 253 | 0 | 116 | 32 | 11 | 500 | 117 | 67 |
| Binary | 11100111 | 110010 | 10101011 | 0 | 1001110 | 11010 | 1001 | 101000000 | 1001111 | 110111 |
Color Harmonies of #E732AB
Complementary color
Monochromatic Colors of #E732AB
Black with #E732AB
Text Example
Text Example
White with #E732AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E732AB; }
p { color: rgb(231,50,171); }
H1.HeaderClassName
{
color: #E732AB;
}
.AnyTagClassName
{
color: #E732AB;
}
</style>
background-color css
<style>
a { background-color: #E732AB; }
a { background-color: rgb(231,50,171); }
div.DivClassName
{
background-color: #E732AB;
}
.BgClassName
{
background-color: #E732AB;
}
</style>
border-color css
<style>
span { border-color: #E732AB; }
span { border-color: rgb(231,50,171); }
td.TdClassName
{
border-color: #E732AB;
}
.TagClassName
{
border-color: #E732AB;
}
</style>