Shades of Persian Rose #E52CAA
Tints of Persian Rose #E52CAA
RGB
CMYK
RGB Variations
Color information
#E52CAA (or 0xE52CAA) is known color: Persian Rose. HEX triplet: E5, 2C and AA. RGB value is (229,44,170). Sum of RGB (Red+Green+Blue) = 229+44+170=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52CAA is #1AD355. Grayscale: #717171. Windows color (decimal): -1758038 or 11152613. OLE color: 11152613.
HSL color Cylindrical-coordinate representation of color #E52CAA: hue angle of 319.14º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CAA is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 170 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.10 |
| HSL | 319.14º | 0.78% | 0.54% | - |
| HSV(B) | 319.14º | 0.81% | 0.9% | - |
| XYZ | 40.47 | 21.36 | 40.02 | - |
| YUV | 113.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 170 | 0 | 0.81 | 0.26 | 0.10 | 319.14 | 0.78 | 0.54 |
| Hex | E5 | 2C | AA | 0 | 51 | 1A | A | 13F | 4E | 36 |
| Octal | 345 | 54 | 252 | 0 | 121 | 32 | 12 | 477 | 116 | 66 |
| Binary | 11100101 | 101100 | 10101010 | 0 | 1010001 | 11010 | 1010 | 100111111 | 1001110 | 110110 |
Color Harmonies of #E52CAA
Complementary color
Monochromatic Colors of #E52CAA
Black with #E52CAA
Text Example
Text Example
White with #E52CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CAA; }
p { color: rgb(229,44,170); }
H1.HeaderClassName
{
color: #E52CAA;
}
.AnyTagClassName
{
color: #E52CAA;
}
</style>
background-color css
<style>
a { background-color: #E52CAA; }
a { background-color: rgb(229,44,170); }
div.DivClassName
{
background-color: #E52CAA;
}
.BgClassName
{
background-color: #E52CAA;
}
</style>
border-color css
<style>
span { border-color: #E52CAA; }
span { border-color: rgb(229,44,170); }
td.TdClassName
{
border-color: #E52CAA;
}
.TagClassName
{
border-color: #E52CAA;
}
</style>