Shades of Persian Rose #E82DA5
Tints of Persian Rose #E82DA5
RGB
CMYK
RGB Variations
Color information
#E82DA5 (or 0xE82DA5) is known color: Persian Rose. HEX triplet: E8, 2D and A5. RGB value is (232,45,165). Sum of RGB (Red+Green+Blue) = 232+45+165=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82DA5 is #17D25A. Grayscale: #727272. Windows color (decimal): -1561179 or 10825192. OLE color: 10825192.
HSL color Cylindrical-coordinate representation of color #E82DA5: hue angle of 321.5º 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 #E82DA5 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 165 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.09 |
| HSL | 321.5º | 0.8% | 0.54% | - |
| HSV(B) | 321.5º | 0.81% | 0.91% | - |
| XYZ | 41.01 | 21.75 | 37.63 | - |
| YUV | 114.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 165 | 0 | 0.81 | 0.29 | 0.09 | 321.5 | 0.8 | 0.54 |
| Hex | E8 | 2D | A5 | 0 | 51 | 1D | 9 | 141 | 50 | 36 |
| Octal | 350 | 55 | 245 | 0 | 121 | 35 | 11 | 501 | 120 | 66 |
| Binary | 11101000 | 101101 | 10100101 | 0 | 1010001 | 11101 | 1001 | 101000001 | 1010000 | 110110 |
Color Harmonies of #E82DA5
Complementary color
Monochromatic Colors of #E82DA5
Black with #E82DA5
Text Example
Text Example
White with #E82DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DA5; }
p { color: rgb(232,45,165); }
H1.HeaderClassName
{
color: #E82DA5;
}
.AnyTagClassName
{
color: #E82DA5;
}
</style>
background-color css
<style>
a { background-color: #E82DA5; }
a { background-color: rgb(232,45,165); }
div.DivClassName
{
background-color: #E82DA5;
}
.BgClassName
{
background-color: #E82DA5;
}
</style>
border-color css
<style>
span { border-color: #E82DA5; }
span { border-color: rgb(232,45,165); }
td.TdClassName
{
border-color: #E82DA5;
}
.TagClassName
{
border-color: #E82DA5;
}
</style>