Shades of Heliotrope #E06FFF
Tints of Heliotrope #E06FFF
RGB
CMYK
RGB Variations
Color information
#E06FFF (or 0xE06FFF) is known color: Heliotrope. HEX triplet: E0, 6F and FF. RGB value is (224,111,255). Sum of RGB (Red+Green+Blue) = 224+111+255=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 111 (43.75% from 255 or 18.81% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #E06FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FFF is #1F9000. Grayscale: #A0A0A0. Windows color (decimal): -2068481 or 16740320. OLE color: 16740320.
HSL color Cylindrical-coordinate representation of color #E06FFF: hue angle of 287.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06FFF is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 111 | 255 | - |
| CMYK | 0.12 | 0.56 | 0 | 0 |
| HSL | 287.08º | 1% | 0.72% | - |
| HSV(B) | 287.08º | 0.56% | 1% | - |
| XYZ | 54.47 | 34.44 | 98.38 | - |
| YUV | 161.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 255 | 0.12 | 0.56 | 0 | 0 | 287.08 | 1 | 0.72 |
| Hex | E0 | 6F | FF | C | 38 | 0 | 0 | 11F | 64 | 48 |
| Octal | 340 | 157 | 377 | 14 | 70 | 0 | 0 | 437 | 144 | 110 |
| Binary | 11100000 | 1101111 | 11111111 | 1100 | 111000 | 0 | 0 | 100011111 | 1100100 | 1001000 |
Color Harmonies of #E06FFF
Complementary color
Monochromatic Colors of #E06FFF
Black with #E06FFF
Text Example
Text Example
White with #E06FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FFF; }
p { color: rgb(224,111,255); }
H1.HeaderClassName
{
color: #E06FFF;
}
.AnyTagClassName
{
color: #E06FFF;
}
</style>
background-color css
<style>
a { background-color: #E06FFF; }
a { background-color: rgb(224,111,255); }
div.DivClassName
{
background-color: #E06FFF;
}
.BgClassName
{
background-color: #E06FFF;
}
</style>
border-color css
<style>
span { border-color: #E06FFF; }
span { border-color: rgb(224,111,255); }
td.TdClassName
{
border-color: #E06FFF;
}
.TagClassName
{
border-color: #E06FFF;
}
</style>