Shades of Heliotrope #E06FF9
Tints of Heliotrope #E06FF9
RGB
CMYK
RGB Variations
Color information
#E06FF9 (or 0xE06FF9) is known color: Heliotrope. HEX triplet: E0, 6F and F9. RGB value is (224,111,249). Sum of RGB (Red+Green+Blue) = 224+111+249=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #E06FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FF9 is #1F9006. Grayscale: #A0A0A0. Windows color (decimal): -2068487 or 16347104. OLE color: 16347104.
HSL color Cylindrical-coordinate representation of color #E06FF9: hue angle of 289.13º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06FF9 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 111 | 249 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.02 |
| HSL | 289.13º | 0.92% | 0.71% | - |
| HSV(B) | 289.13º | 0.55% | 0.98% | - |
| XYZ | 53.52 | 34.06 | 93.37 | - |
| YUV | 160.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 249 | 0.10 | 0.55 | 0 | 0.02 | 289.13 | 0.92 | 0.71 |
| Hex | E0 | 6F | F9 | A | 37 | 0 | 2 | 121 | 5C | 47 |
| Octal | 340 | 157 | 371 | 12 | 67 | 0 | 2 | 441 | 134 | 107 |
| Binary | 11100000 | 1101111 | 11111001 | 1010 | 110111 | 0 | 10 | 100100001 | 1011100 | 1000111 |
Color Harmonies of #E06FF9
Complementary color
Monochromatic Colors of #E06FF9
Black with #E06FF9
Text Example
Text Example
White with #E06FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FF9; }
p { color: rgb(224,111,249); }
H1.HeaderClassName
{
color: #E06FF9;
}
.AnyTagClassName
{
color: #E06FF9;
}
</style>
background-color css
<style>
a { background-color: #E06FF9; }
a { background-color: rgb(224,111,249); }
div.DivClassName
{
background-color: #E06FF9;
}
.BgClassName
{
background-color: #E06FF9;
}
</style>
border-color css
<style>
span { border-color: #E06FF9; }
span { border-color: rgb(224,111,249); }
td.TdClassName
{
border-color: #E06FF9;
}
.TagClassName
{
border-color: #E06FF9;
}
</style>