Shades of Persian Rose #E82E9B
Tints of Persian Rose #E82E9B
RGB
CMYK
RGB Variations
Color information
#E82E9B (or 0xE82E9B) is known color: Persian Rose. HEX triplet: E8, 2E and 9B. RGB value is (232,46,155). Sum of RGB (Red+Green+Blue) = 232+46+155=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82E9B is #17D164. Grayscale: #717171. Windows color (decimal): -1560933 or 10170088. OLE color: 10170088.
HSL color Cylindrical-coordinate representation of color #E82E9B: hue angle of 324.84º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82E9B is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 155 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.09 |
| HSL | 324.84º | 0.8% | 0.55% | - |
| HSV(B) | 324.84º | 0.8% | 0.91% | - |
| XYZ | 40.17 | 21.48 | 33.04 | - |
| YUV | 114.04 | 151.12 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 155 | 0 | 0.80 | 0.33 | 0.09 | 324.84 | 0.8 | 0.55 |
| Hex | E8 | 2E | 9B | 0 | 50 | 21 | 9 | 145 | 50 | 37 |
| Octal | 350 | 56 | 233 | 0 | 120 | 41 | 11 | 505 | 120 | 67 |
| Binary | 11101000 | 101110 | 10011011 | 0 | 1010000 | 100001 | 1001 | 101000101 | 1010000 | 110111 |
Color Harmonies of #E82E9B
Complementary color
Monochromatic Colors of #E82E9B
Black with #E82E9B
Text Example
Text Example
White with #E82E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E9B; }
p { color: rgb(232,46,155); }
H1.HeaderClassName
{
color: #E82E9B;
}
.AnyTagClassName
{
color: #E82E9B;
}
</style>
background-color css
<style>
a { background-color: #E82E9B; }
a { background-color: rgb(232,46,155); }
div.DivClassName
{
background-color: #E82E9B;
}
.BgClassName
{
background-color: #E82E9B;
}
</style>
border-color css
<style>
span { border-color: #E82E9B; }
span { border-color: rgb(232,46,155); }
td.TdClassName
{
border-color: #E82E9B;
}
.TagClassName
{
border-color: #E82E9B;
}
</style>