Shades of Persian Rose #E81FA0
Tints of Persian Rose #E81FA0
RGB
CMYK
RGB Variations
Color information
#E81FA0 (or 0xE81FA0) is known color: Persian Rose. HEX triplet: E8, 1F and A0. RGB value is (232,31,160). Sum of RGB (Red+Green+Blue) = 232+31+160=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E81FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81FA0 is #17E05F. Grayscale: #696969. Windows color (decimal): -1564768 or 10493928. OLE color: 10493928.
HSL color Cylindrical-coordinate representation of color #E81FA0: hue angle of 321.49º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81FA0 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 160 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.09 |
| HSL | 321.49º | 0.81% | 0.52% | - |
| HSV(B) | 321.49º | 0.87% | 0.91% | - |
| XYZ | 40.11 | 20.67 | 35.13 | - |
| YUV | 105.81 | 158.59 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 160 | 0 | 0.87 | 0.31 | 0.09 | 321.49 | 0.81 | 0.52 |
| Hex | E8 | 1F | A0 | 0 | 57 | 1F | 9 | 141 | 51 | 34 |
| Octal | 350 | 37 | 240 | 0 | 127 | 37 | 11 | 501 | 121 | 64 |
| Binary | 11101000 | 11111 | 10100000 | 0 | 1010111 | 11111 | 1001 | 101000001 | 1010001 | 110100 |
Color Harmonies of #E81FA0
Complementary color
Monochromatic Colors of #E81FA0
Black with #E81FA0
Text Example
Text Example
White with #E81FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81FA0; }
p { color: rgb(232,31,160); }
H1.HeaderClassName
{
color: #E81FA0;
}
.AnyTagClassName
{
color: #E81FA0;
}
</style>
background-color css
<style>
a { background-color: #E81FA0; }
a { background-color: rgb(232,31,160); }
div.DivClassName
{
background-color: #E81FA0;
}
.BgClassName
{
background-color: #E81FA0;
}
</style>
border-color css
<style>
span { border-color: #E81FA0; }
span { border-color: rgb(232,31,160); }
td.TdClassName
{
border-color: #E81FA0;
}
.TagClassName
{
border-color: #E81FA0;
}
</style>