Shades of Persian Rose #E81DA2
Tints of Persian Rose #E81DA2
RGB
CMYK
RGB Variations
Color information
#E81DA2 (or 0xE81DA2) is known color: Persian Rose. HEX triplet: E8, 1D and A2. RGB value is (232,29,162). Sum of RGB (Red+Green+Blue) = 232+29+162=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DA2 is #17E25D. Grayscale: #686868. Windows color (decimal): -1565278 or 10624488. OLE color: 10624488.
HSL color Cylindrical-coordinate representation of color #E81DA2: hue angle of 320.69º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81DA2 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 162 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.09 |
| HSL | 320.69º | 0.82% | 0.51% | - |
| HSV(B) | 320.69º | 0.88% | 0.91% | - |
| XYZ | 40.24 | 20.64 | 36.05 | - |
| YUV | 104.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 162 | 0 | 0.88 | 0.30 | 0.09 | 320.69 | 0.82 | 0.51 |
| Hex | E8 | 1D | A2 | 0 | 58 | 1E | 9 | 141 | 52 | 33 |
| Octal | 350 | 35 | 242 | 0 | 130 | 36 | 11 | 501 | 122 | 63 |
| Binary | 11101000 | 11101 | 10100010 | 0 | 1011000 | 11110 | 1001 | 101000001 | 1010010 | 110011 |
Color Harmonies of #E81DA2
Complementary color
Monochromatic Colors of #E81DA2
Black with #E81DA2
Text Example
Text Example
White with #E81DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DA2; }
p { color: rgb(232,29,162); }
H1.HeaderClassName
{
color: #E81DA2;
}
.AnyTagClassName
{
color: #E81DA2;
}
</style>
background-color css
<style>
a { background-color: #E81DA2; }
a { background-color: rgb(232,29,162); }
div.DivClassName
{
background-color: #E81DA2;
}
.BgClassName
{
background-color: #E81DA2;
}
</style>
border-color css
<style>
span { border-color: #E81DA2; }
span { border-color: rgb(232,29,162); }
td.TdClassName
{
border-color: #E81DA2;
}
.TagClassName
{
border-color: #E81DA2;
}
</style>