Shades of Heliotrope #E668F2
Tints of Heliotrope #E668F2
RGB
CMYK
RGB Variations
Color information
#E668F2 (or 0xE668F2) is known color: Heliotrope. HEX triplet: E6, 68 and F2. RGB value is (230,104,242). Sum of RGB (Red+Green+Blue) = 230+104+242=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #E668F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E668F2 is #19970D. Grayscale: #9C9C9C. Windows color (decimal): -1677070 or 15886566. OLE color: 15886566.
HSL color Cylindrical-coordinate representation of color #E668F2: hue angle of 294.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E668F2 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 104 | 242 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.05 |
| HSL | 294.78º | 0.84% | 0.68% | - |
| HSV(B) | 294.78º | 0.57% | 0.95% | - |
| XYZ | 53.61 | 33.13 | 87.57 | - |
| YUV | 157.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 242 | 0.05 | 0.57 | 0 | 0.05 | 294.78 | 0.84 | 0.68 |
| Hex | E6 | 68 | F2 | 5 | 39 | 0 | 5 | 127 | 54 | 44 |
| Octal | 346 | 150 | 362 | 5 | 71 | 0 | 5 | 447 | 124 | 104 |
| Binary | 11100110 | 1101000 | 11110010 | 101 | 111001 | 0 | 101 | 100100111 | 1010100 | 1000100 |
Color Harmonies of #E668F2
Complementary color
Monochromatic Colors of #E668F2
Black with #E668F2
Text Example
Text Example
White with #E668F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668F2; }
p { color: rgb(230,104,242); }
H1.HeaderClassName
{
color: #E668F2;
}
.AnyTagClassName
{
color: #E668F2;
}
</style>
background-color css
<style>
a { background-color: #E668F2; }
a { background-color: rgb(230,104,242); }
div.DivClassName
{
background-color: #E668F2;
}
.BgClassName
{
background-color: #E668F2;
}
</style>
border-color css
<style>
span { border-color: #E668F2; }
span { border-color: rgb(230,104,242); }
td.TdClassName
{
border-color: #E668F2;
}
.TagClassName
{
border-color: #E668F2;
}
</style>