Shades of Persian Rose #E81DA0
Tints of Persian Rose #E81DA0
RGB
CMYK
RGB Variations
Color information
#E81DA0 (or 0xE81DA0) is known color: Persian Rose. HEX triplet: E8, 1D and A0. RGB value is (232,29,160). Sum of RGB (Red+Green+Blue) = 232+29+160=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DA0 is #17E25F. Grayscale: #686868. Windows color (decimal): -1565280 or 10493416. OLE color: 10493416.
HSL color Cylindrical-coordinate representation of color #E81DA0: hue angle of 321.28º 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 #E81DA0 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 160 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.09 |
| HSL | 321.28º | 0.82% | 0.51% | - |
| HSV(B) | 321.28º | 0.88% | 0.91% | - |
| XYZ | 40.06 | 20.57 | 35.12 | - |
| YUV | 104.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 160 | 0 | 0.88 | 0.31 | 0.09 | 321.28 | 0.82 | 0.51 |
| Hex | E8 | 1D | A0 | 0 | 58 | 1F | 9 | 141 | 52 | 33 |
| Octal | 350 | 35 | 240 | 0 | 130 | 37 | 11 | 501 | 122 | 63 |
| Binary | 11101000 | 11101 | 10100000 | 0 | 1011000 | 11111 | 1001 | 101000001 | 1010010 | 110011 |
Color Harmonies of #E81DA0
Complementary color
Monochromatic Colors of #E81DA0
Black with #E81DA0
Text Example
Text Example
White with #E81DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DA0; }
p { color: rgb(232,29,160); }
H1.HeaderClassName
{
color: #E81DA0;
}
.AnyTagClassName
{
color: #E81DA0;
}
</style>
background-color css
<style>
a { background-color: #E81DA0; }
a { background-color: rgb(232,29,160); }
div.DivClassName
{
background-color: #E81DA0;
}
.BgClassName
{
background-color: #E81DA0;
}
</style>
border-color css
<style>
span { border-color: #E81DA0; }
span { border-color: rgb(232,29,160); }
td.TdClassName
{
border-color: #E81DA0;
}
.TagClassName
{
border-color: #E81DA0;
}
</style>