Shades of Persian Rose #E52EA4
Tints of Persian Rose #E52EA4
RGB
CMYK
RGB Variations
Color information
#E52EA4 (or 0xE52EA4) is known color: Persian Rose. HEX triplet: E5, 2E and A4. RGB value is (229,46,164). Sum of RGB (Red+Green+Blue) = 229+46+164=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52EA4 is #1AD15B. Grayscale: #717171. Windows color (decimal): -1757532 or 10759909. OLE color: 10759909.
HSL color Cylindrical-coordinate representation of color #E52EA4: hue angle of 321.31º 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 #E52EA4 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 164 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.10 |
| HSL | 321.31º | 0.78% | 0.54% | - |
| HSV(B) | 321.31º | 0.8% | 0.9% | - |
| XYZ | 39.99 | 21.29 | 37.12 | - |
| YUV | 114.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 164 | 0 | 0.80 | 0.28 | 0.10 | 321.31 | 0.78 | 0.54 |
| Hex | E5 | 2E | A4 | 0 | 50 | 1C | A | 141 | 4E | 36 |
| Octal | 345 | 56 | 244 | 0 | 120 | 34 | 12 | 501 | 116 | 66 |
| Binary | 11100101 | 101110 | 10100100 | 0 | 1010000 | 11100 | 1010 | 101000001 | 1001110 | 110110 |
Color Harmonies of #E52EA4
Complementary color
Monochromatic Colors of #E52EA4
Black with #E52EA4
Text Example
Text Example
White with #E52EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EA4; }
p { color: rgb(229,46,164); }
H1.HeaderClassName
{
color: #E52EA4;
}
.AnyTagClassName
{
color: #E52EA4;
}
</style>
background-color css
<style>
a { background-color: #E52EA4; }
a { background-color: rgb(229,46,164); }
div.DivClassName
{
background-color: #E52EA4;
}
.BgClassName
{
background-color: #E52EA4;
}
</style>
border-color css
<style>
span { border-color: #E52EA4; }
span { border-color: rgb(229,46,164); }
td.TdClassName
{
border-color: #E52EA4;
}
.TagClassName
{
border-color: #E52EA4;
}
</style>