Shades of Persian Rose #E82B9E
Tints of Persian Rose #E82B9E
RGB
CMYK
RGB Variations
Color information
#E82B9E (or 0xE82B9E) is known color: Persian Rose. HEX triplet: E8, 2B and 9E. RGB value is (232,43,158). Sum of RGB (Red+Green+Blue) = 232+43+158=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82B9E is #17D461. Grayscale: #707070. Windows color (decimal): -1561698 or 10365928. OLE color: 10365928.
HSL color Cylindrical-coordinate representation of color #E82B9E: hue angle of 323.49º 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 #E82B9E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 158 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.09 |
| HSL | 323.49º | 0.8% | 0.54% | - |
| HSV(B) | 323.49º | 0.81% | 0.91% | - |
| XYZ | 40.31 | 21.35 | 34.34 | - |
| YUV | 112.62 | 153.62 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 158 | 0 | 0.81 | 0.32 | 0.09 | 323.49 | 0.8 | 0.54 |
| Hex | E8 | 2B | 9E | 0 | 51 | 20 | 9 | 143 | 50 | 36 |
| Octal | 350 | 53 | 236 | 0 | 121 | 40 | 11 | 503 | 120 | 66 |
| Binary | 11101000 | 101011 | 10011110 | 0 | 1010001 | 100000 | 1001 | 101000011 | 1010000 | 110110 |
Color Harmonies of #E82B9E
Complementary color
Monochromatic Colors of #E82B9E
Black with #E82B9E
Text Example
Text Example
White with #E82B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82B9E; }
p { color: rgb(232,43,158); }
H1.HeaderClassName
{
color: #E82B9E;
}
.AnyTagClassName
{
color: #E82B9E;
}
</style>
background-color css
<style>
a { background-color: #E82B9E; }
a { background-color: rgb(232,43,158); }
div.DivClassName
{
background-color: #E82B9E;
}
.BgClassName
{
background-color: #E82B9E;
}
</style>
border-color css
<style>
span { border-color: #E82B9E; }
span { border-color: rgb(232,43,158); }
td.TdClassName
{
border-color: #E82B9E;
}
.TagClassName
{
border-color: #E82B9E;
}
</style>