Shades of Heliotrope #E671F6
Tints of Heliotrope #E671F6
RGB
CMYK
RGB Variations
Color information
#E671F6 (or 0xE671F6) is known color: Heliotrope. HEX triplet: E6, 71 and F6. RGB value is (230,113,246). Sum of RGB (Red+Green+Blue) = 230+113+246=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 113 (44.53% from 255 or 19.19% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #E671F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E671F6 is #198E09. Grayscale: #A2A2A2. Windows color (decimal): -1674762 or 16151014. OLE color: 16151014.
HSL color Cylindrical-coordinate representation of color #E671F6: hue angle of 292.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E671F6 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 113 | 246 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.04 |
| HSL | 292.78º | 0.88% | 0.7% | - |
| HSV(B) | 292.78º | 0.54% | 0.96% | - |
| XYZ | 55.17 | 35.29 | 91.09 | - |
| YUV | 163.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 246 | 0.07 | 0.54 | 0 | 0.04 | 292.78 | 0.88 | 0.7 |
| Hex | E6 | 71 | F6 | 7 | 36 | 0 | 4 | 125 | 58 | 46 |
| Octal | 346 | 161 | 366 | 7 | 66 | 0 | 4 | 445 | 130 | 106 |
| Binary | 11100110 | 1110001 | 11110110 | 111 | 110110 | 0 | 100 | 100100101 | 1011000 | 1000110 |
Color Harmonies of #E671F6
Complementary color
Monochromatic Colors of #E671F6
Black with #E671F6
Text Example
Text Example
White with #E671F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671F6; }
p { color: rgb(230,113,246); }
H1.HeaderClassName
{
color: #E671F6;
}
.AnyTagClassName
{
color: #E671F6;
}
</style>
background-color css
<style>
a { background-color: #E671F6; }
a { background-color: rgb(230,113,246); }
div.DivClassName
{
background-color: #E671F6;
}
.BgClassName
{
background-color: #E671F6;
}
</style>
border-color css
<style>
span { border-color: #E671F6; }
span { border-color: rgb(230,113,246); }
td.TdClassName
{
border-color: #E671F6;
}
.TagClassName
{
border-color: #E671F6;
}
</style>