Shades of Heliotrope #E356FA
Tints of Heliotrope #E356FA
RGB
CMYK
RGB Variations
Color information
#E356FA (or 0xE356FA) is known color: Heliotrope. HEX triplet: E3, 56 and FA. RGB value is (227,86,250). Sum of RGB (Red+Green+Blue) = 227+86+250=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 86 (33.98% from 255 or 15.28% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #E356FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E356FA is #1CA905. Grayscale: #929292. Windows color (decimal): -1878278 or 16406243. OLE color: 16406243.
HSL color Cylindrical-coordinate representation of color #E356FA: hue angle of 291.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E356FA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 86 | 250 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.02 |
| HSL | 291.59º | 0.94% | 0.66% | - |
| HSV(B) | 291.59º | 0.66% | 0.98% | - |
| XYZ | 52.26 | 29.89 | 93.46 | - |
| YUV | 146.86 | 186.21 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 250 | 0.09 | 0.66 | 0 | 0.02 | 291.59 | 0.94 | 0.66 |
| Hex | E3 | 56 | FA | 9 | 42 | 0 | 2 | 124 | 5E | 42 |
| Octal | 343 | 126 | 372 | 11 | 102 | 0 | 2 | 444 | 136 | 102 |
| Binary | 11100011 | 1010110 | 11111010 | 1001 | 1000010 | 0 | 10 | 100100100 | 1011110 | 1000010 |
Color Harmonies of #E356FA
Complementary color
Monochromatic Colors of #E356FA
Black with #E356FA
Text Example
Text Example
White with #E356FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356FA; }
p { color: rgb(227,86,250); }
H1.HeaderClassName
{
color: #E356FA;
}
.AnyTagClassName
{
color: #E356FA;
}
</style>
background-color css
<style>
a { background-color: #E356FA; }
a { background-color: rgb(227,86,250); }
div.DivClassName
{
background-color: #E356FA;
}
.BgClassName
{
background-color: #E356FA;
}
</style>
border-color css
<style>
span { border-color: #E356FA; }
span { border-color: rgb(227,86,250); }
td.TdClassName
{
border-color: #E356FA;
}
.TagClassName
{
border-color: #E356FA;
}
</style>