Shades of Persian Rose #E52DAC
Tints of Persian Rose #E52DAC
RGB
CMYK
RGB Variations
Color information
#E52DAC (or 0xE52DAC) is known color: Persian Rose. HEX triplet: E5, 2D and AC. RGB value is (229,45,172). Sum of RGB (Red+Green+Blue) = 229+45+172=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52DAC is #1AD253. Grayscale: #727272. Windows color (decimal): -1757780 or 11283941. OLE color: 11283941.
HSL color Cylindrical-coordinate representation of color #E52DAC: hue angle of 318.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52DAC is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 172 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.10 |
| HSL | 318.59º | 0.78% | 0.54% | - |
| HSV(B) | 318.59º | 0.8% | 0.9% | - |
| XYZ | 40.7 | 21.51 | 41.04 | - |
| YUV | 114.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 172 | 0 | 0.80 | 0.25 | 0.10 | 318.59 | 0.78 | 0.54 |
| Hex | E5 | 2D | AC | 0 | 50 | 19 | A | 13F | 4E | 36 |
| Octal | 345 | 55 | 254 | 0 | 120 | 31 | 12 | 477 | 116 | 66 |
| Binary | 11100101 | 101101 | 10101100 | 0 | 1010000 | 11001 | 1010 | 100111111 | 1001110 | 110110 |
Color Harmonies of #E52DAC
Complementary color
Monochromatic Colors of #E52DAC
Black with #E52DAC
Text Example
Text Example
White with #E52DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DAC; }
p { color: rgb(229,45,172); }
H1.HeaderClassName
{
color: #E52DAC;
}
.AnyTagClassName
{
color: #E52DAC;
}
</style>
background-color css
<style>
a { background-color: #E52DAC; }
a { background-color: rgb(229,45,172); }
div.DivClassName
{
background-color: #E52DAC;
}
.BgClassName
{
background-color: #E52DAC;
}
</style>
border-color css
<style>
span { border-color: #E52DAC; }
span { border-color: rgb(229,45,172); }
td.TdClassName
{
border-color: #E52DAC;
}
.TagClassName
{
border-color: #E52DAC;
}
</style>