Shades of Persian Rose #E82DAC
Tints of Persian Rose #E82DAC
RGB
CMYK
RGB Variations
Color information
#E82DAC (or 0xE82DAC) is known color: Persian Rose. HEX triplet: E8, 2D and AC. RGB value is (232,45,172). Sum of RGB (Red+Green+Blue) = 232+45+172=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82DAC is #17D253. Grayscale: #737373. Windows color (decimal): -1561172 or 11283944. OLE color: 11283944.
HSL color Cylindrical-coordinate representation of color #E82DAC: hue angle of 319.25º 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 #E82DAC is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 172 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.09 |
| HSL | 319.25º | 0.8% | 0.54% | - |
| HSV(B) | 319.25º | 0.81% | 0.91% | - |
| XYZ | 41.66 | 22.01 | 41.08 | - |
| YUV | 115.39 | 159.95 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 172 | 0 | 0.81 | 0.26 | 0.09 | 319.25 | 0.8 | 0.54 |
| Hex | E8 | 2D | AC | 0 | 51 | 1A | 9 | 13F | 50 | 36 |
| Octal | 350 | 55 | 254 | 0 | 121 | 32 | 11 | 477 | 120 | 66 |
| Binary | 11101000 | 101101 | 10101100 | 0 | 1010001 | 11010 | 1001 | 100111111 | 1010000 | 110110 |
Color Harmonies of #E82DAC
Complementary color
Monochromatic Colors of #E82DAC
Black with #E82DAC
Text Example
Text Example
White with #E82DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DAC; }
p { color: rgb(232,45,172); }
H1.HeaderClassName
{
color: #E82DAC;
}
.AnyTagClassName
{
color: #E82DAC;
}
</style>
background-color css
<style>
a { background-color: #E82DAC; }
a { background-color: rgb(232,45,172); }
div.DivClassName
{
background-color: #E82DAC;
}
.BgClassName
{
background-color: #E82DAC;
}
</style>
border-color css
<style>
span { border-color: #E82DAC; }
span { border-color: rgb(232,45,172); }
td.TdClassName
{
border-color: #E82DAC;
}
.TagClassName
{
border-color: #E82DAC;
}
</style>