Shades of Persian Rose #E536A6
Tints of Persian Rose #E536A6
RGB
CMYK
RGB Variations
Color information
#E536A6 (or 0xE536A6) is known color: Persian Rose. HEX triplet: E5, 36 and A6. RGB value is (229,54,166). Sum of RGB (Red+Green+Blue) = 229+54+166=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E536A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E536A6 is #1AC959. Grayscale: #767676. Windows color (decimal): -1755482 or 10893029. OLE color: 10893029.
HSL color Cylindrical-coordinate representation of color #E536A6: hue angle of 321.6º 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 #E536A6 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 166 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.10 |
| HSL | 321.6º | 0.77% | 0.55% | - |
| HSV(B) | 321.6º | 0.76% | 0.9% | - |
| XYZ | 40.52 | 22.05 | 38.2 | - |
| YUV | 119.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 166 | 0 | 0.76 | 0.28 | 0.10 | 321.6 | 0.77 | 0.55 |
| Hex | E5 | 36 | A6 | 0 | 4C | 1C | A | 142 | 4D | 37 |
| Octal | 345 | 66 | 246 | 0 | 114 | 34 | 12 | 502 | 115 | 67 |
| Binary | 11100101 | 110110 | 10100110 | 0 | 1001100 | 11100 | 1010 | 101000010 | 1001101 | 110111 |
Color Harmonies of #E536A6
Complementary color
Monochromatic Colors of #E536A6
Black with #E536A6
Text Example
Text Example
White with #E536A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536A6; }
p { color: rgb(229,54,166); }
H1.HeaderClassName
{
color: #E536A6;
}
.AnyTagClassName
{
color: #E536A6;
}
</style>
background-color css
<style>
a { background-color: #E536A6; }
a { background-color: rgb(229,54,166); }
div.DivClassName
{
background-color: #E536A6;
}
.BgClassName
{
background-color: #E536A6;
}
</style>
border-color css
<style>
span { border-color: #E536A6; }
span { border-color: rgb(229,54,166); }
td.TdClassName
{
border-color: #E536A6;
}
.TagClassName
{
border-color: #E536A6;
}
</style>