Shades of Heliotrope #E06EFB
Tints of Heliotrope #E06EFB
RGB
CMYK
RGB Variations
Color information
#E06EFB (or 0xE06EFB) is known color: Heliotrope. HEX triplet: E0, 6E and FB. RGB value is (224,110,251). Sum of RGB (Red+Green+Blue) = 224+110+251=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #E06EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EFB is #1F9104. Grayscale: #9F9F9F. Windows color (decimal): -2068741 or 16477920. OLE color: 16477920.
HSL color Cylindrical-coordinate representation of color #E06EFB: hue angle of 288.51º degrees, saturation: 0.95, 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 #E06EFB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 110 | 251 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.02 |
| HSL | 288.51º | 0.95% | 0.71% | - |
| HSV(B) | 288.51º | 0.56% | 0.98% | - |
| XYZ | 53.73 | 33.96 | 94.99 | - |
| YUV | 160.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 251 | 0.11 | 0.56 | 0 | 0.02 | 288.51 | 0.95 | 0.71 |
| Hex | E0 | 6E | FB | B | 38 | 0 | 2 | 121 | 5F | 47 |
| Octal | 340 | 156 | 373 | 13 | 70 | 0 | 2 | 441 | 137 | 107 |
| Binary | 11100000 | 1101110 | 11111011 | 1011 | 111000 | 0 | 10 | 100100001 | 1011111 | 1000111 |
Color Harmonies of #E06EFB
Complementary color
Monochromatic Colors of #E06EFB
Black with #E06EFB
Text Example
Text Example
White with #E06EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EFB; }
p { color: rgb(224,110,251); }
H1.HeaderClassName
{
color: #E06EFB;
}
.AnyTagClassName
{
color: #E06EFB;
}
</style>
background-color css
<style>
a { background-color: #E06EFB; }
a { background-color: rgb(224,110,251); }
div.DivClassName
{
background-color: #E06EFB;
}
.BgClassName
{
background-color: #E06EFB;
}
</style>
border-color css
<style>
span { border-color: #E06EFB; }
span { border-color: rgb(224,110,251); }
td.TdClassName
{
border-color: #E06EFB;
}
.TagClassName
{
border-color: #E06EFB;
}
</style>