Shades of Heliotrope #E668F4
Tints of Heliotrope #E668F4
RGB
CMYK
RGB Variations
Color information
#E668F4 (or 0xE668F4) is known color: Heliotrope. HEX triplet: E6, 68 and F4. RGB value is (230,104,244). Sum of RGB (Red+Green+Blue) = 230+104+244=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #E668F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E668F4 is #19970B. Grayscale: #9D9D9D. Windows color (decimal): -1677068 or 16017638. OLE color: 16017638.
HSL color Cylindrical-coordinate representation of color #E668F4: hue angle of 294º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E668F4 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 104 | 244 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.04 |
| HSL | 294º | 0.86% | 0.68% | - |
| HSV(B) | 294º | 0.57% | 0.96% | - |
| XYZ | 53.91 | 33.26 | 89.17 | - |
| YUV | 157.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 244 | 0.06 | 0.57 | 0 | 0.04 | 294 | 0.86 | 0.68 |
| Hex | E6 | 68 | F4 | 6 | 39 | 0 | 4 | 126 | 56 | 44 |
| Octal | 346 | 150 | 364 | 6 | 71 | 0 | 4 | 446 | 126 | 104 |
| Binary | 11100110 | 1101000 | 11110100 | 110 | 111001 | 0 | 100 | 100100110 | 1010110 | 1000100 |
Color Harmonies of #E668F4
Complementary color
Monochromatic Colors of #E668F4
Black with #E668F4
Text Example
Text Example
White with #E668F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668F4; }
p { color: rgb(230,104,244); }
H1.HeaderClassName
{
color: #E668F4;
}
.AnyTagClassName
{
color: #E668F4;
}
</style>
background-color css
<style>
a { background-color: #E668F4; }
a { background-color: rgb(230,104,244); }
div.DivClassName
{
background-color: #E668F4;
}
.BgClassName
{
background-color: #E668F4;
}
</style>
border-color css
<style>
span { border-color: #E668F4; }
span { border-color: rgb(230,104,244); }
td.TdClassName
{
border-color: #E668F4;
}
.TagClassName
{
border-color: #E668F4;
}
</style>