Shades of Persian Rose #E825A9
Tints of Persian Rose #E825A9
RGB
CMYK
RGB Variations
Color information
#E825A9 (or 0xE825A9) is known color: Persian Rose. HEX triplet: E8, 25 and A9. RGB value is (232,37,169). Sum of RGB (Red+Green+Blue) = 232+37+169=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E825A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E825A9 is #17DA56. Grayscale: #6E6E6E. Windows color (decimal): -1563223 or 11085288. OLE color: 11085288.
HSL color Cylindrical-coordinate representation of color #E825A9: hue angle of 319.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825A9 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 169 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.09 |
| HSL | 319.38º | 0.81% | 0.53% | - |
| HSV(B) | 319.38º | 0.84% | 0.91% | - |
| XYZ | 41.1 | 21.34 | 39.49 | - |
| YUV | 110.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 169 | 0 | 0.84 | 0.27 | 0.09 | 319.38 | 0.81 | 0.53 |
| Hex | E8 | 25 | A9 | 0 | 54 | 1B | 9 | 13F | 51 | 35 |
| Octal | 350 | 45 | 251 | 0 | 124 | 33 | 11 | 477 | 121 | 65 |
| Binary | 11101000 | 100101 | 10101001 | 0 | 1010100 | 11011 | 1001 | 100111111 | 1010001 | 110101 |
Color Harmonies of #E825A9
Complementary color
Monochromatic Colors of #E825A9
Black with #E825A9
Text Example
Text Example
White with #E825A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E825A9; }
p { color: rgb(232,37,169); }
H1.HeaderClassName
{
color: #E825A9;
}
.AnyTagClassName
{
color: #E825A9;
}
</style>
background-color css
<style>
a { background-color: #E825A9; }
a { background-color: rgb(232,37,169); }
div.DivClassName
{
background-color: #E825A9;
}
.BgClassName
{
background-color: #E825A9;
}
</style>
border-color css
<style>
span { border-color: #E825A9; }
span { border-color: rgb(232,37,169); }
td.TdClassName
{
border-color: #E825A9;
}
.TagClassName
{
border-color: #E825A9;
}
</style>