Shades of Persian Rose #E534A3
Tints of Persian Rose #E534A3
RGB
CMYK
RGB Variations
Color information
#E534A3 (or 0xE534A3) is known color: Persian Rose. HEX triplet: E5, 34 and A3. RGB value is (229,52,163). Sum of RGB (Red+Green+Blue) = 229+52+163=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E534A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534A3 is #1ACB5C. Grayscale: #757575. Windows color (decimal): -1755997 or 10695909. OLE color: 10695909.
HSL color Cylindrical-coordinate representation of color #E534A3: hue angle of 322.37º 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 #E534A3 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 163 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.10 |
| HSL | 322.37º | 0.77% | 0.55% | - |
| HSV(B) | 322.37º | 0.77% | 0.9% | - |
| XYZ | 40.15 | 21.76 | 36.73 | - |
| YUV | 117.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 163 | 0 | 0.77 | 0.29 | 0.10 | 322.37 | 0.77 | 0.55 |
| Hex | E5 | 34 | A3 | 0 | 4D | 1D | A | 142 | 4D | 37 |
| Octal | 345 | 64 | 243 | 0 | 115 | 35 | 12 | 502 | 115 | 67 |
| Binary | 11100101 | 110100 | 10100011 | 0 | 1001101 | 11101 | 1010 | 101000010 | 1001101 | 110111 |
Color Harmonies of #E534A3
Complementary color
Monochromatic Colors of #E534A3
Black with #E534A3
Text Example
Text Example
White with #E534A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534A3; }
p { color: rgb(229,52,163); }
H1.HeaderClassName
{
color: #E534A3;
}
.AnyTagClassName
{
color: #E534A3;
}
</style>
background-color css
<style>
a { background-color: #E534A3; }
a { background-color: rgb(229,52,163); }
div.DivClassName
{
background-color: #E534A3;
}
.BgClassName
{
background-color: #E534A3;
}
</style>
border-color css
<style>
span { border-color: #E534A3; }
span { border-color: rgb(229,52,163); }
td.TdClassName
{
border-color: #E534A3;
}
.TagClassName
{
border-color: #E534A3;
}
</style>