Shades of Heliotrope #E366ED
Tints of Heliotrope #E366ED
RGB
CMYK
RGB Variations
Color information
#E366ED (or 0xE366ED) is known color: Heliotrope. HEX triplet: E3, 66 and ED. RGB value is (227,102,237). Sum of RGB (Red+Green+Blue) = 227+102+237=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #E366ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E366ED is #1C9912. Grayscale: #9A9A9A. Windows color (decimal): -1874195 or 15558371. OLE color: 15558371.
HSL color Cylindrical-coordinate representation of color #E366ED: hue angle of 295.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E366ED is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 102 | 237 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.07 |
| HSL | 295.56º | 0.79% | 0.66% | - |
| HSV(B) | 295.56º | 0.57% | 0.93% | - |
| XYZ | 51.72 | 31.95 | 83.56 | - |
| YUV | 154.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 237 | 0.04 | 0.57 | 0 | 0.07 | 295.56 | 0.79 | 0.66 |
| Hex | E3 | 66 | ED | 4 | 39 | 0 | 7 | 128 | 4F | 42 |
| Octal | 343 | 146 | 355 | 4 | 71 | 0 | 7 | 450 | 117 | 102 |
| Binary | 11100011 | 1100110 | 11101101 | 100 | 111001 | 0 | 111 | 100101000 | 1001111 | 1000010 |
Color Harmonies of #E366ED
Complementary color
Monochromatic Colors of #E366ED
Black with #E366ED
Text Example
Text Example
White with #E366ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366ED; }
p { color: rgb(227,102,237); }
H1.HeaderClassName
{
color: #E366ED;
}
.AnyTagClassName
{
color: #E366ED;
}
</style>
background-color css
<style>
a { background-color: #E366ED; }
a { background-color: rgb(227,102,237); }
div.DivClassName
{
background-color: #E366ED;
}
.BgClassName
{
background-color: #E366ED;
}
</style>
border-color css
<style>
span { border-color: #E366ED; }
span { border-color: rgb(227,102,237); }
td.TdClassName
{
border-color: #E366ED;
}
.TagClassName
{
border-color: #E366ED;
}
</style>