Shades of Persian Rose #E827A4
Tints of Persian Rose #E827A4
RGB
CMYK
RGB Variations
Color information
#E827A4 (or 0xE827A4) is known color: Persian Rose. HEX triplet: E8, 27 and A4. RGB value is (232,39,164). Sum of RGB (Red+Green+Blue) = 232+39+164=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E827A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E827A4 is #17D85B. Grayscale: #6E6E6E. Windows color (decimal): -1562716 or 10758120. OLE color: 10758120.
HSL color Cylindrical-coordinate representation of color #E827A4: hue angle of 321.14º 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 #E827A4 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 164 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.09 |
| HSL | 321.14º | 0.81% | 0.53% | - |
| HSV(B) | 321.14º | 0.83% | 0.91% | - |
| XYZ | 40.71 | 21.29 | 37.09 | - |
| YUV | 110.96 | 157.94 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 164 | 0 | 0.83 | 0.29 | 0.09 | 321.14 | 0.81 | 0.53 |
| Hex | E8 | 27 | A4 | 0 | 53 | 1D | 9 | 141 | 51 | 35 |
| Octal | 350 | 47 | 244 | 0 | 123 | 35 | 11 | 501 | 121 | 65 |
| Binary | 11101000 | 100111 | 10100100 | 0 | 1010011 | 11101 | 1001 | 101000001 | 1010001 | 110101 |
Color Harmonies of #E827A4
Complementary color
Monochromatic Colors of #E827A4
Black with #E827A4
Text Example
Text Example
White with #E827A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E827A4; }
p { color: rgb(232,39,164); }
H1.HeaderClassName
{
color: #E827A4;
}
.AnyTagClassName
{
color: #E827A4;
}
</style>
background-color css
<style>
a { background-color: #E827A4; }
a { background-color: rgb(232,39,164); }
div.DivClassName
{
background-color: #E827A4;
}
.BgClassName
{
background-color: #E827A4;
}
</style>
border-color css
<style>
span { border-color: #E827A4; }
span { border-color: rgb(232,39,164); }
td.TdClassName
{
border-color: #E827A4;
}
.TagClassName
{
border-color: #E827A4;
}
</style>