Shades of Heliotrope #E46AFC
Tints of Heliotrope #E46AFC
RGB
CMYK
RGB Variations
Color information
#E46AFC (or 0xE46AFC) is known color: Heliotrope. HEX triplet: E4, 6A and FC. RGB value is (228,106,252). Sum of RGB (Red+Green+Blue) = 228+106+252=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #E46AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46AFC is #1B9503. Grayscale: #9E9E9E. Windows color (decimal): -1807620 or 16542436. OLE color: 16542436.
HSL color Cylindrical-coordinate representation of color #E46AFC: hue angle of 290.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E46AFC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 106 | 252 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.01 |
| HSL | 290.14º | 0.96% | 0.7% | - |
| HSV(B) | 290.14º | 0.58% | 0.99% | - |
| XYZ | 54.72 | 33.83 | 95.74 | - |
| YUV | 159.12 | 180.42 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 252 | 0.10 | 0.58 | 0 | 0.01 | 290.14 | 0.96 | 0.7 |
| Hex | E4 | 6A | FC | A | 3A | 0 | 1 | 122 | 60 | 46 |
| Octal | 344 | 152 | 374 | 12 | 72 | 0 | 1 | 442 | 140 | 106 |
| Binary | 11100100 | 1101010 | 11111100 | 1010 | 111010 | 0 | 1 | 100100010 | 1100000 | 1000110 |
Color Harmonies of #E46AFC
Complementary color
Monochromatic Colors of #E46AFC
Black with #E46AFC
Text Example
Text Example
White with #E46AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46AFC; }
p { color: rgb(228,106,252); }
H1.HeaderClassName
{
color: #E46AFC;
}
.AnyTagClassName
{
color: #E46AFC;
}
</style>
background-color css
<style>
a { background-color: #E46AFC; }
a { background-color: rgb(228,106,252); }
div.DivClassName
{
background-color: #E46AFC;
}
.BgClassName
{
background-color: #E46AFC;
}
</style>
border-color css
<style>
span { border-color: #E46AFC; }
span { border-color: rgb(228,106,252); }
td.TdClassName
{
border-color: #E46AFC;
}
.TagClassName
{
border-color: #E46AFC;
}
</style>