Shades of Persian Rose #E82A9F
Tints of Persian Rose #E82A9F
RGB
CMYK
RGB Variations
Color information
#E82A9F (or 0xE82A9F) is known color: Persian Rose. HEX triplet: E8, 2A and 9F. RGB value is (232,42,159). Sum of RGB (Red+Green+Blue) = 232+42+159=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82A9F is #17D560. Grayscale: #6F6F6F. Windows color (decimal): -1561953 or 10431208. OLE color: 10431208.
HSL color Cylindrical-coordinate representation of color #E82A9F: hue angle of 323.05º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82A9F is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 159 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.09 |
| HSL | 323.05º | 0.81% | 0.54% | - |
| HSV(B) | 323.05º | 0.82% | 0.91% | - |
| XYZ | 40.36 | 21.31 | 34.79 | - |
| YUV | 112.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 159 | 0 | 0.82 | 0.31 | 0.09 | 323.05 | 0.81 | 0.54 |
| Hex | E8 | 2A | 9F | 0 | 52 | 1F | 9 | 143 | 51 | 36 |
| Octal | 350 | 52 | 237 | 0 | 122 | 37 | 11 | 503 | 121 | 66 |
| Binary | 11101000 | 101010 | 10011111 | 0 | 1010010 | 11111 | 1001 | 101000011 | 1010001 | 110110 |
Color Harmonies of #E82A9F
Complementary color
Monochromatic Colors of #E82A9F
Black with #E82A9F
Text Example
Text Example
White with #E82A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82A9F; }
p { color: rgb(232,42,159); }
H1.HeaderClassName
{
color: #E82A9F;
}
.AnyTagClassName
{
color: #E82A9F;
}
</style>
background-color css
<style>
a { background-color: #E82A9F; }
a { background-color: rgb(232,42,159); }
div.DivClassName
{
background-color: #E82A9F;
}
.BgClassName
{
background-color: #E82A9F;
}
</style>
border-color css
<style>
span { border-color: #E82A9F; }
span { border-color: rgb(232,42,159); }
td.TdClassName
{
border-color: #E82A9F;
}
.TagClassName
{
border-color: #E82A9F;
}
</style>