Shades of Persian Rose #E534AB
Tints of Persian Rose #E534AB
RGB
CMYK
RGB Variations
Color information
#E534AB (or 0xE534AB) is known color: Persian Rose. HEX triplet: E5, 34 and AB. RGB value is (229,52,171). Sum of RGB (Red+Green+Blue) = 229+52+171=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E534AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534AB is #1ACB54. Grayscale: #767676. Windows color (decimal): -1755989 or 11220197. OLE color: 11220197.
HSL color Cylindrical-coordinate representation of color #E534AB: hue angle of 319.66º 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 #E534AB is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 171 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.10 |
| HSL | 319.66º | 0.77% | 0.55% | - |
| HSV(B) | 319.66º | 0.77% | 0.9% | - |
| XYZ | 40.89 | 22.05 | 40.63 | - |
| YUV | 118.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 171 | 0 | 0.77 | 0.25 | 0.10 | 319.66 | 0.77 | 0.55 |
| Hex | E5 | 34 | AB | 0 | 4D | 19 | A | 140 | 4D | 37 |
| Octal | 345 | 64 | 253 | 0 | 115 | 31 | 12 | 500 | 115 | 67 |
| Binary | 11100101 | 110100 | 10101011 | 0 | 1001101 | 11001 | 1010 | 101000000 | 1001101 | 110111 |
Color Harmonies of #E534AB
Complementary color
Monochromatic Colors of #E534AB
Black with #E534AB
Text Example
Text Example
White with #E534AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534AB; }
p { color: rgb(229,52,171); }
H1.HeaderClassName
{
color: #E534AB;
}
.AnyTagClassName
{
color: #E534AB;
}
</style>
background-color css
<style>
a { background-color: #E534AB; }
a { background-color: rgb(229,52,171); }
div.DivClassName
{
background-color: #E534AB;
}
.BgClassName
{
background-color: #E534AB;
}
</style>
border-color css
<style>
span { border-color: #E534AB; }
span { border-color: rgb(229,52,171); }
td.TdClassName
{
border-color: #E534AB;
}
.TagClassName
{
border-color: #E534AB;
}
</style>