Shades of Persian Rose #E82CAA
Tints of Persian Rose #E82CAA
RGB
CMYK
RGB Variations
Color information
#E82CAA (or 0xE82CAA) is known color: Persian Rose. HEX triplet: E8, 2C and AA. RGB value is (232,44,170). Sum of RGB (Red+Green+Blue) = 232+44+170=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E82CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82CAA is #17D355. Grayscale: #727272. Windows color (decimal): -1561430 or 11152616. OLE color: 11152616.
HSL color Cylindrical-coordinate representation of color #E82CAA: hue angle of 319.79º 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 #E82CAA is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 170 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.09 |
| HSL | 319.79º | 0.8% | 0.54% | - |
| HSV(B) | 319.79º | 0.81% | 0.91% | - |
| XYZ | 41.44 | 21.86 | 40.07 | - |
| YUV | 114.58 | 159.28 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 170 | 0 | 0.81 | 0.27 | 0.09 | 319.79 | 0.8 | 0.54 |
| Hex | E8 | 2C | AA | 0 | 51 | 1B | 9 | 140 | 50 | 36 |
| Octal | 350 | 54 | 252 | 0 | 121 | 33 | 11 | 500 | 120 | 66 |
| Binary | 11101000 | 101100 | 10101010 | 0 | 1010001 | 11011 | 1001 | 101000000 | 1010000 | 110110 |
Color Harmonies of #E82CAA
Complementary color
Monochromatic Colors of #E82CAA
Black with #E82CAA
Text Example
Text Example
White with #E82CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82CAA; }
p { color: rgb(232,44,170); }
H1.HeaderClassName
{
color: #E82CAA;
}
.AnyTagClassName
{
color: #E82CAA;
}
</style>
background-color css
<style>
a { background-color: #E82CAA; }
a { background-color: rgb(232,44,170); }
div.DivClassName
{
background-color: #E82CAA;
}
.BgClassName
{
background-color: #E82CAA;
}
</style>
border-color css
<style>
span { border-color: #E82CAA; }
span { border-color: rgb(232,44,170); }
td.TdClassName
{
border-color: #E82CAA;
}
.TagClassName
{
border-color: #E82CAA;
}
</style>