Shades of Persian Rose #E81EA0
Tints of Persian Rose #E81EA0
RGB
CMYK
RGB Variations
Color information
#E81EA0 (or 0xE81EA0) is known color: Persian Rose. HEX triplet: E8, 1E and A0. RGB value is (232,30,160). Sum of RGB (Red+Green+Blue) = 232+30+160=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E81EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81EA0 is #17E15F. Grayscale: #686868. Windows color (decimal): -1565024 or 10493672. OLE color: 10493672.
HSL color Cylindrical-coordinate representation of color #E81EA0: hue angle of 321.39º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81EA0 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 160 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.09 |
| HSL | 321.39º | 0.81% | 0.51% | - |
| HSV(B) | 321.39º | 0.87% | 0.91% | - |
| XYZ | 40.09 | 20.62 | 35.13 | - |
| YUV | 105.22 | 158.92 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 160 | 0 | 0.87 | 0.31 | 0.09 | 321.39 | 0.81 | 0.51 |
| Hex | E8 | 1E | A0 | 0 | 57 | 1F | 9 | 141 | 51 | 33 |
| Octal | 350 | 36 | 240 | 0 | 127 | 37 | 11 | 501 | 121 | 63 |
| Binary | 11101000 | 11110 | 10100000 | 0 | 1010111 | 11111 | 1001 | 101000001 | 1010001 | 110011 |
Color Harmonies of #E81EA0
Complementary color
Monochromatic Colors of #E81EA0
Black with #E81EA0
Text Example
Text Example
White with #E81EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81EA0; }
p { color: rgb(232,30,160); }
H1.HeaderClassName
{
color: #E81EA0;
}
.AnyTagClassName
{
color: #E81EA0;
}
</style>
background-color css
<style>
a { background-color: #E81EA0; }
a { background-color: rgb(232,30,160); }
div.DivClassName
{
background-color: #E81EA0;
}
.BgClassName
{
background-color: #E81EA0;
}
</style>
border-color css
<style>
span { border-color: #E81EA0; }
span { border-color: rgb(232,30,160); }
td.TdClassName
{
border-color: #E81EA0;
}
.TagClassName
{
border-color: #E81EA0;
}
</style>