Shades of Persian Rose #E52AAC
Tints of Persian Rose #E52AAC
RGB
CMYK
RGB Variations
Color information
#E52AAC (or 0xE52AAC) is known color: Persian Rose. HEX triplet: E5, 2A and AC. RGB value is (229,42,172). Sum of RGB (Red+Green+Blue) = 229+42+172=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52AAC is #1AD553. Grayscale: #707070. Windows color (decimal): -1758548 or 11283173. OLE color: 11283173.
HSL color Cylindrical-coordinate representation of color #E52AAC: hue angle of 318.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52AAC is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 172 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.10 |
| HSL | 318.29º | 0.78% | 0.53% | - |
| HSV(B) | 318.29º | 0.82% | 0.9% | - |
| XYZ | 40.59 | 21.29 | 41 | - |
| YUV | 112.73 | 161.45 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 172 | 0 | 0.82 | 0.25 | 0.10 | 318.29 | 0.78 | 0.53 |
| Hex | E5 | 2A | AC | 0 | 52 | 19 | A | 13E | 4E | 35 |
| Octal | 345 | 52 | 254 | 0 | 122 | 31 | 12 | 476 | 116 | 65 |
| Binary | 11100101 | 101010 | 10101100 | 0 | 1010010 | 11001 | 1010 | 100111110 | 1001110 | 110101 |
Color Harmonies of #E52AAC
Complementary color
Monochromatic Colors of #E52AAC
Black with #E52AAC
Text Example
Text Example
White with #E52AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AAC; }
p { color: rgb(229,42,172); }
H1.HeaderClassName
{
color: #E52AAC;
}
.AnyTagClassName
{
color: #E52AAC;
}
</style>
background-color css
<style>
a { background-color: #E52AAC; }
a { background-color: rgb(229,42,172); }
div.DivClassName
{
background-color: #E52AAC;
}
.BgClassName
{
background-color: #E52AAC;
}
</style>
border-color css
<style>
span { border-color: #E52AAC; }
span { border-color: rgb(229,42,172); }
td.TdClassName
{
border-color: #E52AAC;
}
.TagClassName
{
border-color: #E52AAC;
}
</style>