Shades of Persian Rose #E52EAD
Tints of Persian Rose #E52EAD
RGB
CMYK
RGB Variations
Color information
#E52EAD (or 0xE52EAD) is known color: Persian Rose. HEX triplet: E5, 2E and AD. RGB value is (229,46,173). Sum of RGB (Red+Green+Blue) = 229+46+173=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52EAD is #1AD152. Grayscale: #727272. Windows color (decimal): -1757523 or 11349733. OLE color: 11349733.
HSL color Cylindrical-coordinate representation of color #E52EAD: hue angle of 318.36º 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 #E52EAD is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 173 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.10 |
| HSL | 318.36º | 0.78% | 0.54% | - |
| HSV(B) | 318.36º | 0.8% | 0.9% | - |
| XYZ | 40.83 | 21.63 | 41.56 | - |
| YUV | 115.2 | 160.63 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 173 | 0 | 0.80 | 0.24 | 0.10 | 318.36 | 0.78 | 0.54 |
| Hex | E5 | 2E | AD | 0 | 50 | 18 | A | 13E | 4E | 36 |
| Octal | 345 | 56 | 255 | 0 | 120 | 30 | 12 | 476 | 116 | 66 |
| Binary | 11100101 | 101110 | 10101101 | 0 | 1010000 | 11000 | 1010 | 100111110 | 1001110 | 110110 |
Color Harmonies of #E52EAD
Complementary color
Monochromatic Colors of #E52EAD
Black with #E52EAD
Text Example
Text Example
White with #E52EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EAD; }
p { color: rgb(229,46,173); }
H1.HeaderClassName
{
color: #E52EAD;
}
.AnyTagClassName
{
color: #E52EAD;
}
</style>
background-color css
<style>
a { background-color: #E52EAD; }
a { background-color: rgb(229,46,173); }
div.DivClassName
{
background-color: #E52EAD;
}
.BgClassName
{
background-color: #E52EAD;
}
</style>
border-color css
<style>
span { border-color: #E52EAD; }
span { border-color: rgb(229,46,173); }
td.TdClassName
{
border-color: #E52EAD;
}
.TagClassName
{
border-color: #E52EAD;
}
</style>