Shades of Persian Rose #E131A9
Tints of Persian Rose #E131A9
RGB
CMYK
RGB Variations
Color information
#E131A9 (or 0xE131A9) is known color: Persian Rose. HEX triplet: E1, 31 and A9. RGB value is (225,49,169). Sum of RGB (Red+Green+Blue) = 225+49+169=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E131A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E131A9 is #1ECE56. Grayscale: #737373. Windows color (decimal): -2018903 or 11088353. OLE color: 11088353.
HSL color Cylindrical-coordinate representation of color #E131A9: hue angle of 319.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131A9 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 169 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.12 |
| HSL | 319.09º | 0.75% | 0.54% | - |
| HSV(B) | 319.09º | 0.78% | 0.88% | - |
| XYZ | 39.31 | 21.07 | 39.53 | - |
| YUV | 115.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 169 | 0 | 0.78 | 0.25 | 0.12 | 319.09 | 0.75 | 0.54 |
| Hex | E1 | 31 | A9 | 0 | 4E | 19 | C | 13F | 4B | 36 |
| Octal | 341 | 61 | 251 | 0 | 116 | 31 | 14 | 477 | 113 | 66 |
| Binary | 11100001 | 110001 | 10101001 | 0 | 1001110 | 11001 | 1100 | 100111111 | 1001011 | 110110 |
Color Harmonies of #E131A9
Complementary color
Monochromatic Colors of #E131A9
Black with #E131A9
Text Example
Text Example
White with #E131A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131A9; }
p { color: rgb(225,49,169); }
H1.HeaderClassName
{
color: #E131A9;
}
.AnyTagClassName
{
color: #E131A9;
}
</style>
background-color css
<style>
a { background-color: #E131A9; }
a { background-color: rgb(225,49,169); }
div.DivClassName
{
background-color: #E131A9;
}
.BgClassName
{
background-color: #E131A9;
}
</style>
border-color css
<style>
span { border-color: #E131A9; }
span { border-color: rgb(225,49,169); }
td.TdClassName
{
border-color: #E131A9;
}
.TagClassName
{
border-color: #E131A9;
}
</style>