Shades of Persian Rose #E839A9
Tints of Persian Rose #E839A9
RGB
CMYK
RGB Variations
Color information
#E839A9 (or 0xE839A9) is known color: Persian Rose. HEX triplet: E8, 39 and A9. RGB value is (232,57,169). Sum of RGB (Red+Green+Blue) = 232+57+169=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E839A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E839A9 is #17C656. Grayscale: #797979. Windows color (decimal): -1558103 or 11090408. OLE color: 11090408.
HSL color Cylindrical-coordinate representation of color #E839A9: hue angle of 321.6º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E839A9 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 57 | 169 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.09 |
| HSL | 321.6º | 0.79% | 0.57% | - |
| HSV(B) | 321.6º | 0.75% | 0.91% | - |
| XYZ | 41.9 | 22.95 | 39.76 | - |
| YUV | 122.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 57 | 169 | 0 | 0.75 | 0.27 | 0.09 | 321.6 | 0.79 | 0.57 |
| Hex | E8 | 39 | A9 | 0 | 4B | 1B | 9 | 142 | 4F | 39 |
| Octal | 350 | 71 | 251 | 0 | 113 | 33 | 11 | 502 | 117 | 71 |
| Binary | 11101000 | 111001 | 10101001 | 0 | 1001011 | 11011 | 1001 | 101000010 | 1001111 | 111001 |
Color Harmonies of #E839A9
Complementary color
Monochromatic Colors of #E839A9
Black with #E839A9
Text Example
Text Example
White with #E839A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E839A9; }
p { color: rgb(232,57,169); }
H1.HeaderClassName
{
color: #E839A9;
}
.AnyTagClassName
{
color: #E839A9;
}
</style>
background-color css
<style>
a { background-color: #E839A9; }
a { background-color: rgb(232,57,169); }
div.DivClassName
{
background-color: #E839A9;
}
.BgClassName
{
background-color: #E839A9;
}
</style>
border-color css
<style>
span { border-color: #E839A9; }
span { border-color: rgb(232,57,169); }
td.TdClassName
{
border-color: #E839A9;
}
.TagClassName
{
border-color: #E839A9;
}
</style>