Shades of Heliotrope #E56AED
Tints of Heliotrope #E56AED
RGB
CMYK
RGB Variations
Color information
#E56AED (or 0xE56AED) is known color: Heliotrope. HEX triplet: E5, 6A and ED. RGB value is (229,106,237). Sum of RGB (Red+Green+Blue) = 229+106+237=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #E56AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56AED is #1A9512. Grayscale: #9D9D9D. Windows color (decimal): -1742099 or 15559397. OLE color: 15559397.
HSL color Cylindrical-coordinate representation of color #E56AED: hue angle of 296.34º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56AED is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 106 | 237 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.07 |
| HSL | 296.34º | 0.78% | 0.67% | - |
| HSV(B) | 296.34º | 0.55% | 0.93% | - |
| XYZ | 52.75 | 33.08 | 83.73 | - |
| YUV | 157.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 237 | 0.03 | 0.55 | 0 | 0.07 | 296.34 | 0.78 | 0.67 |
| Hex | E5 | 6A | ED | 3 | 37 | 0 | 7 | 128 | 4E | 43 |
| Octal | 345 | 152 | 355 | 3 | 67 | 0 | 7 | 450 | 116 | 103 |
| Binary | 11100101 | 1101010 | 11101101 | 11 | 110111 | 0 | 111 | 100101000 | 1001110 | 1000011 |
Color Harmonies of #E56AED
Complementary color
Monochromatic Colors of #E56AED
Black with #E56AED
Text Example
Text Example
White with #E56AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56AED; }
p { color: rgb(229,106,237); }
H1.HeaderClassName
{
color: #E56AED;
}
.AnyTagClassName
{
color: #E56AED;
}
</style>
background-color css
<style>
a { background-color: #E56AED; }
a { background-color: rgb(229,106,237); }
div.DivClassName
{
background-color: #E56AED;
}
.BgClassName
{
background-color: #E56AED;
}
</style>
border-color css
<style>
span { border-color: #E56AED; }
span { border-color: rgb(229,106,237); }
td.TdClassName
{
border-color: #E56AED;
}
.TagClassName
{
border-color: #E56AED;
}
</style>