Shades of Persian Rose #E829AA
Tints of Persian Rose #E829AA
RGB
CMYK
RGB Variations
Color information
#E829AA (or 0xE829AA) is known color: Persian Rose. HEX triplet: E8, 29 and AA. RGB value is (232,41,170). Sum of RGB (Red+Green+Blue) = 232+41+170=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E829AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829AA is #17D655. Grayscale: #707070. Windows color (decimal): -1562198 or 11151848. OLE color: 11151848.
HSL color Cylindrical-coordinate representation of color #E829AA: hue angle of 319.48º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E829AA is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 170 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.09 |
| HSL | 319.48º | 0.81% | 0.54% | - |
| HSV(B) | 319.48º | 0.82% | 0.91% | - |
| XYZ | 41.33 | 21.64 | 40.03 | - |
| YUV | 112.82 | 160.28 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 170 | 0 | 0.82 | 0.27 | 0.09 | 319.48 | 0.81 | 0.54 |
| Hex | E8 | 29 | AA | 0 | 52 | 1B | 9 | 13F | 51 | 36 |
| Octal | 350 | 51 | 252 | 0 | 122 | 33 | 11 | 477 | 121 | 66 |
| Binary | 11101000 | 101001 | 10101010 | 0 | 1010010 | 11011 | 1001 | 100111111 | 1010001 | 110110 |
Color Harmonies of #E829AA
Complementary color
Monochromatic Colors of #E829AA
Black with #E829AA
Text Example
Text Example
White with #E829AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829AA; }
p { color: rgb(232,41,170); }
H1.HeaderClassName
{
color: #E829AA;
}
.AnyTagClassName
{
color: #E829AA;
}
</style>
background-color css
<style>
a { background-color: #E829AA; }
a { background-color: rgb(232,41,170); }
div.DivClassName
{
background-color: #E829AA;
}
.BgClassName
{
background-color: #E829AA;
}
</style>
border-color css
<style>
span { border-color: #E829AA; }
span { border-color: rgb(232,41,170); }
td.TdClassName
{
border-color: #E829AA;
}
.TagClassName
{
border-color: #E829AA;
}
</style>