Shades of Heliotrope #E06FEE
Tints of Heliotrope #E06FEE
RGB
CMYK
RGB Variations
Color information
#E06FEE (or 0xE06FEE) is known color: Heliotrope. HEX triplet: E0, 6F and EE. RGB value is (224,111,238). Sum of RGB (Red+Green+Blue) = 224+111+238=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #E06FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FEE is #1F9011. Grayscale: #9E9E9E. Windows color (decimal): -2068498 or 15626208. OLE color: 15626208.
HSL color Cylindrical-coordinate representation of color #E06FEE: hue angle of 293.39º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06FEE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 111 | 238 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.07 |
| HSL | 293.39º | 0.79% | 0.68% | - |
| HSV(B) | 293.39º | 0.53% | 0.93% | - |
| XYZ | 51.86 | 33.39 | 84.6 | - |
| YUV | 159.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 238 | 0.06 | 0.53 | 0 | 0.07 | 293.39 | 0.79 | 0.68 |
| Hex | E0 | 6F | EE | 6 | 35 | 0 | 7 | 125 | 4F | 44 |
| Octal | 340 | 157 | 356 | 6 | 65 | 0 | 7 | 445 | 117 | 104 |
| Binary | 11100000 | 1101111 | 11101110 | 110 | 110101 | 0 | 111 | 100100101 | 1001111 | 1000100 |
Color Harmonies of #E06FEE
Complementary color
Monochromatic Colors of #E06FEE
Black with #E06FEE
Text Example
Text Example
White with #E06FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FEE; }
p { color: rgb(224,111,238); }
H1.HeaderClassName
{
color: #E06FEE;
}
.AnyTagClassName
{
color: #E06FEE;
}
</style>
background-color css
<style>
a { background-color: #E06FEE; }
a { background-color: rgb(224,111,238); }
div.DivClassName
{
background-color: #E06FEE;
}
.BgClassName
{
background-color: #E06FEE;
}
</style>
border-color css
<style>
span { border-color: #E06FEE; }
span { border-color: rgb(224,111,238); }
td.TdClassName
{
border-color: #E06FEE;
}
.TagClassName
{
border-color: #E06FEE;
}
</style>