Shades of Persian Rose #E137A9
Tints of Persian Rose #E137A9
RGB
CMYK
RGB Variations
Color information
#E137A9 (or 0xE137A9) is known color: Persian Rose. HEX triplet: E1, 37 and A9. RGB value is (225,55,169). Sum of RGB (Red+Green+Blue) = 225+55+169=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E137A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E137A9 is #1EC856. Grayscale: #767676. Windows color (decimal): -2017367 or 11089889. OLE color: 11089889.
HSL color Cylindrical-coordinate representation of color #E137A9: hue angle of 319.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E137A9 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 169 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.12 |
| HSL | 319.76º | 0.74% | 0.55% | - |
| HSV(B) | 319.76º | 0.76% | 0.88% | - |
| XYZ | 39.58 | 21.6 | 39.62 | - |
| YUV | 118.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 169 | 0 | 0.76 | 0.25 | 0.12 | 319.76 | 0.74 | 0.55 |
| Hex | E1 | 37 | A9 | 0 | 4C | 19 | C | 140 | 4A | 37 |
| Octal | 341 | 67 | 251 | 0 | 114 | 31 | 14 | 500 | 112 | 67 |
| Binary | 11100001 | 110111 | 10101001 | 0 | 1001100 | 11001 | 1100 | 101000000 | 1001010 | 110111 |
Color Harmonies of #E137A9
Complementary color
Monochromatic Colors of #E137A9
Black with #E137A9
Text Example
Text Example
White with #E137A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E137A9; }
p { color: rgb(225,55,169); }
H1.HeaderClassName
{
color: #E137A9;
}
.AnyTagClassName
{
color: #E137A9;
}
</style>
background-color css
<style>
a { background-color: #E137A9; }
a { background-color: rgb(225,55,169); }
div.DivClassName
{
background-color: #E137A9;
}
.BgClassName
{
background-color: #E137A9;
}
</style>
border-color css
<style>
span { border-color: #E137A9; }
span { border-color: rgb(225,55,169); }
td.TdClassName
{
border-color: #E137A9;
}
.TagClassName
{
border-color: #E137A9;
}
</style>