Shades of Persian Rose #E131A6
Tints of Persian Rose #E131A6
RGB
CMYK
RGB Variations
Color information
#E131A6 (or 0xE131A6) is known color: Persian Rose. HEX triplet: E1, 31 and A6. RGB value is (225,49,166). Sum of RGB (Red+Green+Blue) = 225+49+166=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E131A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E131A6 is #1ECE59. Grayscale: #727272. Windows color (decimal): -2018906 or 10891745. OLE color: 10891745.
HSL color Cylindrical-coordinate representation of color #E131A6: hue angle of 320.11º 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 #E131A6 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 166 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.12 |
| HSL | 320.11º | 0.75% | 0.54% | - |
| HSV(B) | 320.11º | 0.78% | 0.88% | - |
| XYZ | 39.03 | 20.96 | 38.06 | - |
| YUV | 114.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 166 | 0 | 0.78 | 0.26 | 0.12 | 320.11 | 0.75 | 0.54 |
| Hex | E1 | 31 | A6 | 0 | 4E | 1A | C | 140 | 4B | 36 |
| Octal | 341 | 61 | 246 | 0 | 116 | 32 | 14 | 500 | 113 | 66 |
| Binary | 11100001 | 110001 | 10100110 | 0 | 1001110 | 11010 | 1100 | 101000000 | 1001011 | 110110 |
Color Harmonies of #E131A6
Complementary color
Monochromatic Colors of #E131A6
Black with #E131A6
Text Example
Text Example
White with #E131A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131A6; }
p { color: rgb(225,49,166); }
H1.HeaderClassName
{
color: #E131A6;
}
.AnyTagClassName
{
color: #E131A6;
}
</style>
background-color css
<style>
a { background-color: #E131A6; }
a { background-color: rgb(225,49,166); }
div.DivClassName
{
background-color: #E131A6;
}
.BgClassName
{
background-color: #E131A6;
}
</style>
border-color css
<style>
span { border-color: #E131A6; }
span { border-color: rgb(225,49,166); }
td.TdClassName
{
border-color: #E131A6;
}
.TagClassName
{
border-color: #E131A6;
}
</style>