Shades of Persian Rose #E82AAC
Tints of Persian Rose #E82AAC
RGB
CMYK
RGB Variations
Color information
#E82AAC (or 0xE82AAC) is known color: Persian Rose. HEX triplet: E8, 2A and AC. RGB value is (232,42,172). Sum of RGB (Red+Green+Blue) = 232+42+172=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E82AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82AAC is #17D553. Grayscale: #717171. Windows color (decimal): -1561940 or 11283176. OLE color: 11283176.
HSL color Cylindrical-coordinate representation of color #E82AAC: hue angle of 318.95º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82AAC is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 172 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.09 |
| HSL | 318.95º | 0.81% | 0.54% | - |
| HSV(B) | 318.95º | 0.82% | 0.91% | - |
| XYZ | 41.55 | 21.79 | 41.05 | - |
| YUV | 113.63 | 160.95 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 172 | 0 | 0.82 | 0.26 | 0.09 | 318.95 | 0.81 | 0.54 |
| Hex | E8 | 2A | AC | 0 | 52 | 1A | 9 | 13F | 51 | 36 |
| Octal | 350 | 52 | 254 | 0 | 122 | 32 | 11 | 477 | 121 | 66 |
| Binary | 11101000 | 101010 | 10101100 | 0 | 1010010 | 11010 | 1001 | 100111111 | 1010001 | 110110 |
Color Harmonies of #E82AAC
Complementary color
Monochromatic Colors of #E82AAC
Black with #E82AAC
Text Example
Text Example
White with #E82AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82AAC; }
p { color: rgb(232,42,172); }
H1.HeaderClassName
{
color: #E82AAC;
}
.AnyTagClassName
{
color: #E82AAC;
}
</style>
background-color css
<style>
a { background-color: #E82AAC; }
a { background-color: rgb(232,42,172); }
div.DivClassName
{
background-color: #E82AAC;
}
.BgClassName
{
background-color: #E82AAC;
}
</style>
border-color css
<style>
span { border-color: #E82AAC; }
span { border-color: rgb(232,42,172); }
td.TdClassName
{
border-color: #E82AAC;
}
.TagClassName
{
border-color: #E82AAC;
}
</style>