Shades of Heliotrope #E364F6
Tints of Heliotrope #E364F6
RGB
CMYK
RGB Variations
Color information
#E364F6 (or 0xE364F6) is known color: Heliotrope. HEX triplet: E3, 64 and F6. RGB value is (227,100,246). Sum of RGB (Red+Green+Blue) = 227+100+246=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #E364F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E364F6 is #1C9B09. Grayscale: #9A9A9A. Windows color (decimal): -1874698 or 16147683. OLE color: 16147683.
HSL color Cylindrical-coordinate representation of color #E364F6: hue angle of 292.19º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E364F6 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 100 | 246 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.04 |
| HSL | 292.19º | 0.89% | 0.68% | - |
| HSV(B) | 292.19º | 0.59% | 0.96% | - |
| XYZ | 52.87 | 32.1 | 90.6 | - |
| YUV | 154.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 246 | 0.08 | 0.59 | 0 | 0.04 | 292.19 | 0.89 | 0.68 |
| Hex | E3 | 64 | F6 | 8 | 3B | 0 | 4 | 124 | 59 | 44 |
| Octal | 343 | 144 | 366 | 10 | 73 | 0 | 4 | 444 | 131 | 104 |
| Binary | 11100011 | 1100100 | 11110110 | 1000 | 111011 | 0 | 100 | 100100100 | 1011001 | 1000100 |
Color Harmonies of #E364F6
Complementary color
Monochromatic Colors of #E364F6
Black with #E364F6
Text Example
Text Example
White with #E364F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E364F6; }
p { color: rgb(227,100,246); }
H1.HeaderClassName
{
color: #E364F6;
}
.AnyTagClassName
{
color: #E364F6;
}
</style>
background-color css
<style>
a { background-color: #E364F6; }
a { background-color: rgb(227,100,246); }
div.DivClassName
{
background-color: #E364F6;
}
.BgClassName
{
background-color: #E364F6;
}
</style>
border-color css
<style>
span { border-color: #E364F6; }
span { border-color: rgb(227,100,246); }
td.TdClassName
{
border-color: #E364F6;
}
.TagClassName
{
border-color: #E364F6;
}
</style>