Shades of Persian Rose #E534AD
Tints of Persian Rose #E534AD
RGB
CMYK
RGB Variations
Color information
#E534AD (or 0xE534AD) is known color: Persian Rose. HEX triplet: E5, 34 and AD. RGB value is (229,52,173). Sum of RGB (Red+Green+Blue) = 229+52+173=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E534AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534AD is #1ACB52. Grayscale: #767676. Windows color (decimal): -1755987 or 11351269. OLE color: 11351269.
HSL color Cylindrical-coordinate representation of color #E534AD: hue angle of 318.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534AD is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 173 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.10 |
| HSL | 318.98º | 0.77% | 0.55% | - |
| HSV(B) | 318.98º | 0.77% | 0.9% | - |
| XYZ | 41.08 | 22.13 | 41.64 | - |
| YUV | 118.72 | 158.64 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 173 | 0 | 0.77 | 0.24 | 0.10 | 318.98 | 0.77 | 0.55 |
| Hex | E5 | 34 | AD | 0 | 4D | 18 | A | 13F | 4D | 37 |
| Octal | 345 | 64 | 255 | 0 | 115 | 30 | 12 | 477 | 115 | 67 |
| Binary | 11100101 | 110100 | 10101101 | 0 | 1001101 | 11000 | 1010 | 100111111 | 1001101 | 110111 |
Color Harmonies of #E534AD
Complementary color
Monochromatic Colors of #E534AD
Black with #E534AD
Text Example
Text Example
White with #E534AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534AD; }
p { color: rgb(229,52,173); }
H1.HeaderClassName
{
color: #E534AD;
}
.AnyTagClassName
{
color: #E534AD;
}
</style>
background-color css
<style>
a { background-color: #E534AD; }
a { background-color: rgb(229,52,173); }
div.DivClassName
{
background-color: #E534AD;
}
.BgClassName
{
background-color: #E534AD;
}
</style>
border-color css
<style>
span { border-color: #E534AD; }
span { border-color: rgb(229,52,173); }
td.TdClassName
{
border-color: #E534AD;
}
.TagClassName
{
border-color: #E534AD;
}
</style>