Shades of Persian Rose #E531AB
Tints of Persian Rose #E531AB
RGB
CMYK
RGB Variations
Color information
#E531AB (or 0xE531AB) is known color: Persian Rose. HEX triplet: E5, 31 and AB. RGB value is (229,49,171). Sum of RGB (Red+Green+Blue) = 229+49+171=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E531AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E531AB is #1ACE54. Grayscale: #747474. Windows color (decimal): -1756757 or 11219429. OLE color: 11219429.
HSL color Cylindrical-coordinate representation of color #E531AB: hue angle of 319.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531AB is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 171 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.10 |
| HSL | 319.33º | 0.78% | 0.55% | - |
| HSV(B) | 319.33º | 0.79% | 0.9% | - |
| XYZ | 40.76 | 21.79 | 40.59 | - |
| YUV | 116.73 | 158.63 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 171 | 0 | 0.79 | 0.25 | 0.10 | 319.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | AB | 0 | 4F | 19 | A | 13F | 4E | 37 |
| Octal | 345 | 61 | 253 | 0 | 117 | 31 | 12 | 477 | 116 | 67 |
| Binary | 11100101 | 110001 | 10101011 | 0 | 1001111 | 11001 | 1010 | 100111111 | 1001110 | 110111 |
Color Harmonies of #E531AB
Complementary color
Monochromatic Colors of #E531AB
Black with #E531AB
Text Example
Text Example
White with #E531AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531AB; }
p { color: rgb(229,49,171); }
H1.HeaderClassName
{
color: #E531AB;
}
.AnyTagClassName
{
color: #E531AB;
}
</style>
background-color css
<style>
a { background-color: #E531AB; }
a { background-color: rgb(229,49,171); }
div.DivClassName
{
background-color: #E531AB;
}
.BgClassName
{
background-color: #E531AB;
}
</style>
border-color css
<style>
span { border-color: #E531AB; }
span { border-color: rgb(229,49,171); }
td.TdClassName
{
border-color: #E531AB;
}
.TagClassName
{
border-color: #E531AB;
}
</style>