Shades of Persian Rose #E824A2
Tints of Persian Rose #E824A2
RGB
CMYK
RGB Variations
Color information
#E824A2 (or 0xE824A2) is known color: Persian Rose. HEX triplet: E8, 24 and A2. RGB value is (232,36,162). Sum of RGB (Red+Green+Blue) = 232+36+162=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E824A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E824A2 is #17DB5D. Grayscale: #6C6C6C. Windows color (decimal): -1563486 or 10626280. OLE color: 10626280.
HSL color Cylindrical-coordinate representation of color #E824A2: hue angle of 321.43º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E824A2 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 162 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.09 |
| HSL | 321.43º | 0.81% | 0.53% | - |
| HSV(B) | 321.43º | 0.84% | 0.91% | - |
| XYZ | 40.43 | 21.03 | 36.11 | - |
| YUV | 108.97 | 157.93 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 162 | 0 | 0.84 | 0.30 | 0.09 | 321.43 | 0.81 | 0.53 |
| Hex | E8 | 24 | A2 | 0 | 54 | 1E | 9 | 141 | 51 | 35 |
| Octal | 350 | 44 | 242 | 0 | 124 | 36 | 11 | 501 | 121 | 65 |
| Binary | 11101000 | 100100 | 10100010 | 0 | 1010100 | 11110 | 1001 | 101000001 | 1010001 | 110101 |
Color Harmonies of #E824A2
Complementary color
Monochromatic Colors of #E824A2
Black with #E824A2
Text Example
Text Example
White with #E824A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E824A2; }
p { color: rgb(232,36,162); }
H1.HeaderClassName
{
color: #E824A2;
}
.AnyTagClassName
{
color: #E824A2;
}
</style>
background-color css
<style>
a { background-color: #E824A2; }
a { background-color: rgb(232,36,162); }
div.DivClassName
{
background-color: #E824A2;
}
.BgClassName
{
background-color: #E824A2;
}
</style>
border-color css
<style>
span { border-color: #E824A2; }
span { border-color: rgb(232,36,162); }
td.TdClassName
{
border-color: #E824A2;
}
.TagClassName
{
border-color: #E824A2;
}
</style>