Shades of Persian Rose #E82D9E
Tints of Persian Rose #E82D9E
RGB
CMYK
RGB Variations
Color information
#E82D9E (or 0xE82D9E) is known color: Persian Rose. HEX triplet: E8, 2D and 9E. RGB value is (232,45,158). Sum of RGB (Red+Green+Blue) = 232+45+158=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82D9E is #17D261. Grayscale: #717171. Windows color (decimal): -1561186 or 10366440. OLE color: 10366440.
HSL color Cylindrical-coordinate representation of color #E82D9E: hue angle of 323.74º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82D9E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 158 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.09 |
| HSL | 323.74º | 0.8% | 0.54% | - |
| HSV(B) | 323.74º | 0.81% | 0.91% | - |
| XYZ | 40.39 | 21.5 | 34.37 | - |
| YUV | 113.8 | 152.95 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 158 | 0 | 0.81 | 0.32 | 0.09 | 323.74 | 0.8 | 0.54 |
| Hex | E8 | 2D | 9E | 0 | 51 | 20 | 9 | 144 | 50 | 36 |
| Octal | 350 | 55 | 236 | 0 | 121 | 40 | 11 | 504 | 120 | 66 |
| Binary | 11101000 | 101101 | 10011110 | 0 | 1010001 | 100000 | 1001 | 101000100 | 1010000 | 110110 |
Color Harmonies of #E82D9E
Complementary color
Monochromatic Colors of #E82D9E
Black with #E82D9E
Text Example
Text Example
White with #E82D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D9E; }
p { color: rgb(232,45,158); }
H1.HeaderClassName
{
color: #E82D9E;
}
.AnyTagClassName
{
color: #E82D9E;
}
</style>
background-color css
<style>
a { background-color: #E82D9E; }
a { background-color: rgb(232,45,158); }
div.DivClassName
{
background-color: #E82D9E;
}
.BgClassName
{
background-color: #E82D9E;
}
</style>
border-color css
<style>
span { border-color: #E82D9E; }
span { border-color: rgb(232,45,158); }
td.TdClassName
{
border-color: #E82D9E;
}
.TagClassName
{
border-color: #E82D9E;
}
</style>