Shades of Persian Rose #E83AA9
Tints of Persian Rose #E83AA9
RGB
CMYK
RGB Variations
Color information
#E83AA9 (or 0xE83AA9) is known color: Persian Rose. HEX triplet: E8, 3A and A9. RGB value is (232,58,169). Sum of RGB (Red+Green+Blue) = 232+58+169=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E83AA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83AA9 is #17C556. Grayscale: #7A7A7A. Windows color (decimal): -1557847 or 11090664. OLE color: 11090664.
HSL color Cylindrical-coordinate representation of color #E83AA9: hue angle of 321.72º 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 #E83AA9 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 169 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.09 |
| HSL | 321.72º | 0.79% | 0.57% | - |
| HSV(B) | 321.72º | 0.75% | 0.91% | - |
| XYZ | 41.95 | 23.05 | 39.77 | - |
| YUV | 122.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 169 | 0 | 0.75 | 0.27 | 0.09 | 321.72 | 0.79 | 0.57 |
| Hex | E8 | 3A | A9 | 0 | 4B | 1B | 9 | 142 | 4F | 39 |
| Octal | 350 | 72 | 251 | 0 | 113 | 33 | 11 | 502 | 117 | 71 |
| Binary | 11101000 | 111010 | 10101001 | 0 | 1001011 | 11011 | 1001 | 101000010 | 1001111 | 111001 |
Color Harmonies of #E83AA9
Complementary color
Monochromatic Colors of #E83AA9
Black with #E83AA9
Text Example
Text Example
White with #E83AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83AA9; }
p { color: rgb(232,58,169); }
H1.HeaderClassName
{
color: #E83AA9;
}
.AnyTagClassName
{
color: #E83AA9;
}
</style>
background-color css
<style>
a { background-color: #E83AA9; }
a { background-color: rgb(232,58,169); }
div.DivClassName
{
background-color: #E83AA9;
}
.BgClassName
{
background-color: #E83AA9;
}
</style>
border-color css
<style>
span { border-color: #E83AA9; }
span { border-color: rgb(232,58,169); }
td.TdClassName
{
border-color: #E83AA9;
}
.TagClassName
{
border-color: #E83AA9;
}
</style>