Shades of Persian Rose #E827A0
Tints of Persian Rose #E827A0
RGB
CMYK
RGB Variations
Color information
#E827A0 (or 0xE827A0) is known color: Persian Rose. HEX triplet: E8, 27 and A0. RGB value is (232,39,160). Sum of RGB (Red+Green+Blue) = 232+39+160=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E827A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E827A0 is #17D85F. Grayscale: #6E6E6E. Windows color (decimal): -1562720 or 10495976. OLE color: 10495976.
HSL color Cylindrical-coordinate representation of color #E827A0: hue angle of 322.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E827A0 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 160 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.09 |
| HSL | 322.38º | 0.81% | 0.53% | - |
| HSV(B) | 322.38º | 0.83% | 0.91% | - |
| XYZ | 40.35 | 21.14 | 35.21 | - |
| YUV | 110.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 160 | 0 | 0.83 | 0.31 | 0.09 | 322.38 | 0.81 | 0.53 |
| Hex | E8 | 27 | A0 | 0 | 53 | 1F | 9 | 142 | 51 | 35 |
| Octal | 350 | 47 | 240 | 0 | 123 | 37 | 11 | 502 | 121 | 65 |
| Binary | 11101000 | 100111 | 10100000 | 0 | 1010011 | 11111 | 1001 | 101000010 | 1010001 | 110101 |
Color Harmonies of #E827A0
Complementary color
Monochromatic Colors of #E827A0
Black with #E827A0
Text Example
Text Example
White with #E827A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E827A0; }
p { color: rgb(232,39,160); }
H1.HeaderClassName
{
color: #E827A0;
}
.AnyTagClassName
{
color: #E827A0;
}
</style>
background-color css
<style>
a { background-color: #E827A0; }
a { background-color: rgb(232,39,160); }
div.DivClassName
{
background-color: #E827A0;
}
.BgClassName
{
background-color: #E827A0;
}
</style>
border-color css
<style>
span { border-color: #E827A0; }
span { border-color: rgb(232,39,160); }
td.TdClassName
{
border-color: #E827A0;
}
.TagClassName
{
border-color: #E827A0;
}
</style>