Shades of Heliotrope #E06DFE
Tints of Heliotrope #E06DFE
RGB
CMYK
RGB Variations
Color information
#E06DFE (or 0xE06DFE) is known color: Heliotrope. HEX triplet: E0, 6D and FE. RGB value is (224,109,254). Sum of RGB (Red+Green+Blue) = 224+109+254=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #E06DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DFE is #1F9201. Grayscale: #9F9F9F. Windows color (decimal): -2068994 or 16674272. OLE color: 16674272.
HSL color Cylindrical-coordinate representation of color #E06DFE: hue angle of 287.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06DFE is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 109 | 254 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.00 |
| HSL | 287.59º | 0.99% | 0.71% | - |
| HSV(B) | 287.59º | 0.57% | 1% | - |
| XYZ | 54.1 | 33.94 | 97.47 | - |
| YUV | 159.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 254 | 0.12 | 0.57 | 0 | 0.00 | 287.59 | 0.99 | 0.71 |
| Hex | E0 | 6D | FE | C | 39 | 0 | 0 | 120 | 63 | 47 |
| Octal | 340 | 155 | 376 | 14 | 71 | 0 | 0 | 440 | 143 | 107 |
| Binary | 11100000 | 1101101 | 11111110 | 1100 | 111001 | 0 | 0 | 100100000 | 1100011 | 1000111 |
Color Harmonies of #E06DFE
Complementary color
Monochromatic Colors of #E06DFE
Black with #E06DFE
Text Example
Text Example
White with #E06DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DFE; }
p { color: rgb(224,109,254); }
H1.HeaderClassName
{
color: #E06DFE;
}
.AnyTagClassName
{
color: #E06DFE;
}
</style>
background-color css
<style>
a { background-color: #E06DFE; }
a { background-color: rgb(224,109,254); }
div.DivClassName
{
background-color: #E06DFE;
}
.BgClassName
{
background-color: #E06DFE;
}
</style>
border-color css
<style>
span { border-color: #E06DFE; }
span { border-color: rgb(224,109,254); }
td.TdClassName
{
border-color: #E06DFE;
}
.TagClassName
{
border-color: #E06DFE;
}
</style>