Shades of Persian Rose #E82C9E
Tints of Persian Rose #E82C9E
RGB
CMYK
RGB Variations
Color information
#E82C9E (or 0xE82C9E) is known color: Persian Rose. HEX triplet: E8, 2C and 9E. RGB value is (232,44,158). Sum of RGB (Red+Green+Blue) = 232+44+158=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82C9E is #17D361. Grayscale: #707070. Windows color (decimal): -1561442 or 10366184. OLE color: 10366184.
HSL color Cylindrical-coordinate representation of color #E82C9E: hue angle of 323.62º 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 #E82C9E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 158 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.09 |
| HSL | 323.62º | 0.8% | 0.54% | - |
| HSV(B) | 323.62º | 0.81% | 0.91% | - |
| XYZ | 40.35 | 21.43 | 34.36 | - |
| YUV | 113.21 | 153.28 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 158 | 0 | 0.81 | 0.32 | 0.09 | 323.62 | 0.8 | 0.54 |
| Hex | E8 | 2C | 9E | 0 | 51 | 20 | 9 | 144 | 50 | 36 |
| Octal | 350 | 54 | 236 | 0 | 121 | 40 | 11 | 504 | 120 | 66 |
| Binary | 11101000 | 101100 | 10011110 | 0 | 1010001 | 100000 | 1001 | 101000100 | 1010000 | 110110 |
Color Harmonies of #E82C9E
Complementary color
Monochromatic Colors of #E82C9E
Black with #E82C9E
Text Example
Text Example
White with #E82C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C9E; }
p { color: rgb(232,44,158); }
H1.HeaderClassName
{
color: #E82C9E;
}
.AnyTagClassName
{
color: #E82C9E;
}
</style>
background-color css
<style>
a { background-color: #E82C9E; }
a { background-color: rgb(232,44,158); }
div.DivClassName
{
background-color: #E82C9E;
}
.BgClassName
{
background-color: #E82C9E;
}
</style>
border-color css
<style>
span { border-color: #E82C9E; }
span { border-color: rgb(232,44,158); }
td.TdClassName
{
border-color: #E82C9E;
}
.TagClassName
{
border-color: #E82C9E;
}
</style>