Shades of Persian Rose #E536AB
Tints of Persian Rose #E536AB
RGB
CMYK
RGB Variations
Color information
#E536AB (or 0xE536AB) is known color: Persian Rose. HEX triplet: E5, 36 and AB. RGB value is (229,54,171). Sum of RGB (Red+Green+Blue) = 229+54+171=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E536AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E536AB is #1AC954. Grayscale: #777777. Windows color (decimal): -1755477 or 11220709. OLE color: 11220709.
HSL color Cylindrical-coordinate representation of color #E536AB: hue angle of 319.89º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E536AB is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 171 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.10 |
| HSL | 319.89º | 0.77% | 0.55% | - |
| HSV(B) | 319.89º | 0.76% | 0.9% | - |
| XYZ | 40.98 | 22.24 | 40.66 | - |
| YUV | 119.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 171 | 0 | 0.76 | 0.25 | 0.10 | 319.89 | 0.77 | 0.55 |
| Hex | E5 | 36 | AB | 0 | 4C | 19 | A | 140 | 4D | 37 |
| Octal | 345 | 66 | 253 | 0 | 114 | 31 | 12 | 500 | 115 | 67 |
| Binary | 11100101 | 110110 | 10101011 | 0 | 1001100 | 11001 | 1010 | 101000000 | 1001101 | 110111 |
Color Harmonies of #E536AB
Complementary color
Monochromatic Colors of #E536AB
Black with #E536AB
Text Example
Text Example
White with #E536AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536AB; }
p { color: rgb(229,54,171); }
H1.HeaderClassName
{
color: #E536AB;
}
.AnyTagClassName
{
color: #E536AB;
}
</style>
background-color css
<style>
a { background-color: #E536AB; }
a { background-color: rgb(229,54,171); }
div.DivClassName
{
background-color: #E536AB;
}
.BgClassName
{
background-color: #E536AB;
}
</style>
border-color css
<style>
span { border-color: #E536AB; }
span { border-color: rgb(229,54,171); }
td.TdClassName
{
border-color: #E536AB;
}
.TagClassName
{
border-color: #E536AB;
}
</style>