Shades of Persian Rose #E82BAE
Tints of Persian Rose #E82BAE
RGB
CMYK
RGB Variations
Color information
#E82BAE (or 0xE82BAE) is known color: Persian Rose. HEX triplet: E8, 2B and AE. RGB value is (232,43,174). Sum of RGB (Red+Green+Blue) = 232+43+174=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E82BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82BAE is #17D451. Grayscale: #727272. Windows color (decimal): -1561682 or 11414504. OLE color: 11414504.
HSL color Cylindrical-coordinate representation of color #E82BAE: hue angle of 318.41º 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 #E82BAE is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 174 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.09 |
| HSL | 318.41º | 0.8% | 0.54% | - |
| HSV(B) | 318.41º | 0.81% | 0.91% | - |
| XYZ | 41.78 | 21.94 | 42.08 | - |
| YUV | 114.45 | 161.62 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 174 | 0 | 0.81 | 0.25 | 0.09 | 318.41 | 0.8 | 0.54 |
| Hex | E8 | 2B | AE | 0 | 51 | 19 | 9 | 13E | 50 | 36 |
| Octal | 350 | 53 | 256 | 0 | 121 | 31 | 11 | 476 | 120 | 66 |
| Binary | 11101000 | 101011 | 10101110 | 0 | 1010001 | 11001 | 1001 | 100111110 | 1010000 | 110110 |
Color Harmonies of #E82BAE
Complementary color
Monochromatic Colors of #E82BAE
Black with #E82BAE
Text Example
Text Example
White with #E82BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82BAE; }
p { color: rgb(232,43,174); }
H1.HeaderClassName
{
color: #E82BAE;
}
.AnyTagClassName
{
color: #E82BAE;
}
</style>
background-color css
<style>
a { background-color: #E82BAE; }
a { background-color: rgb(232,43,174); }
div.DivClassName
{
background-color: #E82BAE;
}
.BgClassName
{
background-color: #E82BAE;
}
</style>
border-color css
<style>
span { border-color: #E82BAE; }
span { border-color: rgb(232,43,174); }
td.TdClassName
{
border-color: #E82BAE;
}
.TagClassName
{
border-color: #E82BAE;
}
</style>