Shades of Heliotrope #E668F7
Tints of Heliotrope #E668F7
RGB
CMYK
RGB Variations
Color information
#E668F7 (or 0xE668F7) is known color: Heliotrope. HEX triplet: E6, 68 and F7. RGB value is (230,104,247). Sum of RGB (Red+Green+Blue) = 230+104+247=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #E668F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E668F7 is #199708. Grayscale: #9D9D9D. Windows color (decimal): -1677065 or 16214246. OLE color: 16214246.
HSL color Cylindrical-coordinate representation of color #E668F7: hue angle of 292.87º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E668F7 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 104 | 247 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.03 |
| HSL | 292.87º | 0.9% | 0.69% | - |
| HSV(B) | 292.87º | 0.58% | 0.97% | - |
| XYZ | 54.37 | 33.44 | 91.58 | - |
| YUV | 157.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 247 | 0.07 | 0.58 | 0 | 0.03 | 292.87 | 0.9 | 0.69 |
| Hex | E6 | 68 | F7 | 7 | 3A | 0 | 3 | 125 | 5A | 45 |
| Octal | 346 | 150 | 367 | 7 | 72 | 0 | 3 | 445 | 132 | 105 |
| Binary | 11100110 | 1101000 | 11110111 | 111 | 111010 | 0 | 11 | 100100101 | 1011010 | 1000101 |
Color Harmonies of #E668F7
Complementary color
Monochromatic Colors of #E668F7
Black with #E668F7
Text Example
Text Example
White with #E668F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668F7; }
p { color: rgb(230,104,247); }
H1.HeaderClassName
{
color: #E668F7;
}
.AnyTagClassName
{
color: #E668F7;
}
</style>
background-color css
<style>
a { background-color: #E668F7; }
a { background-color: rgb(230,104,247); }
div.DivClassName
{
background-color: #E668F7;
}
.BgClassName
{
background-color: #E668F7;
}
</style>
border-color css
<style>
span { border-color: #E668F7; }
span { border-color: rgb(230,104,247); }
td.TdClassName
{
border-color: #E668F7;
}
.TagClassName
{
border-color: #E668F7;
}
</style>