Shades of Persian Rose #E82DA4
Tints of Persian Rose #E82DA4
RGB
CMYK
RGB Variations
Color information
#E82DA4 (or 0xE82DA4) is known color: Persian Rose. HEX triplet: E8, 2D and A4. RGB value is (232,45,164). Sum of RGB (Red+Green+Blue) = 232+45+164=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82DA4 is #17D25B. Grayscale: #727272. Windows color (decimal): -1561180 or 10759656. OLE color: 10759656.
HSL color Cylindrical-coordinate representation of color #E82DA4: hue angle of 321.82º 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 #E82DA4 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 164 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.09 |
| HSL | 321.82º | 0.8% | 0.54% | - |
| HSV(B) | 321.82º | 0.81% | 0.91% | - |
| XYZ | 40.92 | 21.71 | 37.16 | - |
| YUV | 114.48 | 155.95 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 164 | 0 | 0.81 | 0.29 | 0.09 | 321.82 | 0.8 | 0.54 |
| Hex | E8 | 2D | A4 | 0 | 51 | 1D | 9 | 142 | 50 | 36 |
| Octal | 350 | 55 | 244 | 0 | 121 | 35 | 11 | 502 | 120 | 66 |
| Binary | 11101000 | 101101 | 10100100 | 0 | 1010001 | 11101 | 1001 | 101000010 | 1010000 | 110110 |
Color Harmonies of #E82DA4
Complementary color
Monochromatic Colors of #E82DA4
Black with #E82DA4
Text Example
Text Example
White with #E82DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DA4; }
p { color: rgb(232,45,164); }
H1.HeaderClassName
{
color: #E82DA4;
}
.AnyTagClassName
{
color: #E82DA4;
}
</style>
background-color css
<style>
a { background-color: #E82DA4; }
a { background-color: rgb(232,45,164); }
div.DivClassName
{
background-color: #E82DA4;
}
.BgClassName
{
background-color: #E82DA4;
}
</style>
border-color css
<style>
span { border-color: #E82DA4; }
span { border-color: rgb(232,45,164); }
td.TdClassName
{
border-color: #E82DA4;
}
.TagClassName
{
border-color: #E82DA4;
}
</style>