Shades of Heliotrope #E46CFA
Tints of Heliotrope #E46CFA
RGB
CMYK
RGB Variations
Color information
#E46CFA (or 0xE46CFA) is known color: Heliotrope. HEX triplet: E4, 6C and FA. RGB value is (228,108,250). Sum of RGB (Red+Green+Blue) = 228+108+250=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #E46CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46CFA is #1B9305. Grayscale: #9F9F9F. Windows color (decimal): -1807110 or 16411876. OLE color: 16411876.
HSL color Cylindrical-coordinate representation of color #E46CFA: hue angle of 290.7º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E46CFA is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 108 | 250 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.02 |
| HSL | 290.7º | 0.93% | 0.7% | - |
| HSV(B) | 290.7º | 0.57% | 0.98% | - |
| XYZ | 54.61 | 34.12 | 94.15 | - |
| YUV | 160.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 250 | 0.09 | 0.57 | 0 | 0.02 | 290.7 | 0.93 | 0.7 |
| Hex | E4 | 6C | FA | 9 | 39 | 0 | 2 | 123 | 5D | 46 |
| Octal | 344 | 154 | 372 | 11 | 71 | 0 | 2 | 443 | 135 | 106 |
| Binary | 11100100 | 1101100 | 11111010 | 1001 | 111001 | 0 | 10 | 100100011 | 1011101 | 1000110 |
Color Harmonies of #E46CFA
Complementary color
Monochromatic Colors of #E46CFA
Black with #E46CFA
Text Example
Text Example
White with #E46CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CFA; }
p { color: rgb(228,108,250); }
H1.HeaderClassName
{
color: #E46CFA;
}
.AnyTagClassName
{
color: #E46CFA;
}
</style>
background-color css
<style>
a { background-color: #E46CFA; }
a { background-color: rgb(228,108,250); }
div.DivClassName
{
background-color: #E46CFA;
}
.BgClassName
{
background-color: #E46CFA;
}
</style>
border-color css
<style>
span { border-color: #E46CFA; }
span { border-color: rgb(228,108,250); }
td.TdClassName
{
border-color: #E46CFA;
}
.TagClassName
{
border-color: #E46CFA;
}
</style>