Shades of Persian Rose #E52AAA
Tints of Persian Rose #E52AAA
RGB
CMYK
RGB Variations
Color information
#E52AAA (or 0xE52AAA) is known color: Persian Rose. HEX triplet: E5, 2A and AA. RGB value is (229,42,170). Sum of RGB (Red+Green+Blue) = 229+42+170=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52AAA is #1AD555. Grayscale: #707070. Windows color (decimal): -1758550 or 11152101. OLE color: 11152101.
HSL color Cylindrical-coordinate representation of color #E52AAA: hue angle of 318.93º 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 #E52AAA is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 170 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.10 |
| HSL | 318.93º | 0.78% | 0.53% | - |
| HSV(B) | 318.93º | 0.82% | 0.9% | - |
| XYZ | 40.4 | 21.22 | 40 | - |
| YUV | 112.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 170 | 0 | 0.82 | 0.26 | 0.10 | 318.93 | 0.78 | 0.53 |
| Hex | E5 | 2A | AA | 0 | 52 | 1A | A | 13F | 4E | 35 |
| Octal | 345 | 52 | 252 | 0 | 122 | 32 | 12 | 477 | 116 | 65 |
| Binary | 11100101 | 101010 | 10101010 | 0 | 1010010 | 11010 | 1010 | 100111111 | 1001110 | 110101 |
Color Harmonies of #E52AAA
Complementary color
Monochromatic Colors of #E52AAA
Black with #E52AAA
Text Example
Text Example
White with #E52AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AAA; }
p { color: rgb(229,42,170); }
H1.HeaderClassName
{
color: #E52AAA;
}
.AnyTagClassName
{
color: #E52AAA;
}
</style>
background-color css
<style>
a { background-color: #E52AAA; }
a { background-color: rgb(229,42,170); }
div.DivClassName
{
background-color: #E52AAA;
}
.BgClassName
{
background-color: #E52AAA;
}
</style>
border-color css
<style>
span { border-color: #E52AAA; }
span { border-color: rgb(229,42,170); }
td.TdClassName
{
border-color: #E52AAA;
}
.TagClassName
{
border-color: #E52AAA;
}
</style>