Shades of Persian Rose #E534A7
Tints of Persian Rose #E534A7
RGB
CMYK
RGB Variations
Color information
#E534A7 (or 0xE534A7) is known color: Persian Rose. HEX triplet: E5, 34 and A7. RGB value is (229,52,167). Sum of RGB (Red+Green+Blue) = 229+52+167=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E534A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534A7 is #1ACB58. Grayscale: #757575. Windows color (decimal): -1755993 or 10958053. OLE color: 10958053.
HSL color Cylindrical-coordinate representation of color #E534A7: hue angle of 321.02º 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 #E534A7 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 167 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.10 |
| HSL | 321.02º | 0.77% | 0.55% | - |
| HSV(B) | 321.02º | 0.77% | 0.9% | - |
| XYZ | 40.52 | 21.9 | 38.65 | - |
| YUV | 118.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 167 | 0 | 0.77 | 0.27 | 0.10 | 321.02 | 0.77 | 0.55 |
| Hex | E5 | 34 | A7 | 0 | 4D | 1B | A | 141 | 4D | 37 |
| Octal | 345 | 64 | 247 | 0 | 115 | 33 | 12 | 501 | 115 | 67 |
| Binary | 11100101 | 110100 | 10100111 | 0 | 1001101 | 11011 | 1010 | 101000001 | 1001101 | 110111 |
Color Harmonies of #E534A7
Complementary color
Monochromatic Colors of #E534A7
Black with #E534A7
Text Example
Text Example
White with #E534A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534A7; }
p { color: rgb(229,52,167); }
H1.HeaderClassName
{
color: #E534A7;
}
.AnyTagClassName
{
color: #E534A7;
}
</style>
background-color css
<style>
a { background-color: #E534A7; }
a { background-color: rgb(229,52,167); }
div.DivClassName
{
background-color: #E534A7;
}
.BgClassName
{
background-color: #E534A7;
}
</style>
border-color css
<style>
span { border-color: #E534A7; }
span { border-color: rgb(229,52,167); }
td.TdClassName
{
border-color: #E534A7;
}
.TagClassName
{
border-color: #E534A7;
}
</style>