Shades of Heliotrope #E36AED
Tints of Heliotrope #E36AED
RGB
CMYK
RGB Variations
Color information
#E36AED (or 0xE36AED) is known color: Heliotrope. HEX triplet: E3, 6A and ED. RGB value is (227,106,237). Sum of RGB (Red+Green+Blue) = 227+106+237=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #E36AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36AED is #1C9512. Grayscale: #9C9C9C. Windows color (decimal): -1873171 or 15559395. OLE color: 15559395.
HSL color Cylindrical-coordinate representation of color #E36AED: hue angle of 295.42º 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 #E36AED is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 106 | 237 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.07 |
| HSL | 295.42º | 0.78% | 0.67% | - |
| HSV(B) | 295.42º | 0.55% | 0.93% | - |
| XYZ | 52.12 | 32.75 | 83.7 | - |
| YUV | 157.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 237 | 0.04 | 0.55 | 0 | 0.07 | 295.42 | 0.78 | 0.67 |
| Hex | E3 | 6A | ED | 4 | 37 | 0 | 7 | 127 | 4E | 43 |
| Octal | 343 | 152 | 355 | 4 | 67 | 0 | 7 | 447 | 116 | 103 |
| Binary | 11100011 | 1101010 | 11101101 | 100 | 110111 | 0 | 111 | 100100111 | 1001110 | 1000011 |
Color Harmonies of #E36AED
Complementary color
Monochromatic Colors of #E36AED
Black with #E36AED
Text Example
Text Example
White with #E36AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36AED; }
p { color: rgb(227,106,237); }
H1.HeaderClassName
{
color: #E36AED;
}
.AnyTagClassName
{
color: #E36AED;
}
</style>
background-color css
<style>
a { background-color: #E36AED; }
a { background-color: rgb(227,106,237); }
div.DivClassName
{
background-color: #E36AED;
}
.BgClassName
{
background-color: #E36AED;
}
</style>
border-color css
<style>
span { border-color: #E36AED; }
span { border-color: rgb(227,106,237); }
td.TdClassName
{
border-color: #E36AED;
}
.TagClassName
{
border-color: #E36AED;
}
</style>