Shades of Heliotrope #E06FFA
Tints of Heliotrope #E06FFA
RGB
CMYK
RGB Variations
Color information
#E06FFA (or 0xE06FFA) is known color: Heliotrope. HEX triplet: E0, 6F and FA. RGB value is (224,111,250). Sum of RGB (Red+Green+Blue) = 224+111+250=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #E06FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FFA is #1F9005. Grayscale: #A0A0A0. Windows color (decimal): -2068486 or 16412640. OLE color: 16412640.
HSL color Cylindrical-coordinate representation of color #E06FFA: hue angle of 288.78º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06FFA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 111 | 250 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.02 |
| HSL | 288.78º | 0.93% | 0.71% | - |
| HSV(B) | 288.78º | 0.56% | 0.98% | - |
| XYZ | 53.68 | 34.12 | 94.2 | - |
| YUV | 160.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 250 | 0.10 | 0.56 | 0 | 0.02 | 288.78 | 0.93 | 0.71 |
| Hex | E0 | 6F | FA | A | 38 | 0 | 2 | 121 | 5D | 47 |
| Octal | 340 | 157 | 372 | 12 | 70 | 0 | 2 | 441 | 135 | 107 |
| Binary | 11100000 | 1101111 | 11111010 | 1010 | 111000 | 0 | 10 | 100100001 | 1011101 | 1000111 |
Color Harmonies of #E06FFA
Complementary color
Monochromatic Colors of #E06FFA
Black with #E06FFA
Text Example
Text Example
White with #E06FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FFA; }
p { color: rgb(224,111,250); }
H1.HeaderClassName
{
color: #E06FFA;
}
.AnyTagClassName
{
color: #E06FFA;
}
</style>
background-color css
<style>
a { background-color: #E06FFA; }
a { background-color: rgb(224,111,250); }
div.DivClassName
{
background-color: #E06FFA;
}
.BgClassName
{
background-color: #E06FFA;
}
</style>
border-color css
<style>
span { border-color: #E06FFA; }
span { border-color: rgb(224,111,250); }
td.TdClassName
{
border-color: #E06FFA;
}
.TagClassName
{
border-color: #E06FFA;
}
</style>