Shades of Heliotrope #EC70F6
Tints of Heliotrope #EC70F6
RGB
CMYK
RGB Variations
Color information
#EC70F6 (or 0xEC70F6) is known color: Heliotrope. HEX triplet: EC, 70 and F6. RGB value is (236,112,246). Sum of RGB (Red+Green+Blue) = 236+112+246=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 112 (44.14% from 255 or 18.86% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC70F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70F6 is #138F09. Grayscale: #A3A3A3. Windows color (decimal): -1281802 or 16150764. OLE color: 16150764.
HSL color Cylindrical-coordinate representation of color #EC70F6: hue angle of 295.52º 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 #EC70F6 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 112 | 246 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.04 |
| HSL | 295.52º | 0.88% | 0.7% | - |
| HSV(B) | 295.52º | 0.54% | 0.96% | - |
| XYZ | 57.02 | 36.08 | 91.15 | - |
| YUV | 164.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 246 | 0.04 | 0.54 | 0 | 0.04 | 295.52 | 0.88 | 0.7 |
| Hex | EC | 70 | F6 | 4 | 36 | 0 | 4 | 128 | 58 | 46 |
| Octal | 354 | 160 | 366 | 4 | 66 | 0 | 4 | 450 | 130 | 106 |
| Binary | 11101100 | 1110000 | 11110110 | 100 | 110110 | 0 | 100 | 100101000 | 1011000 | 1000110 |
Color Harmonies of #EC70F6
Complementary color
Monochromatic Colors of #EC70F6
Black with #EC70F6
Text Example
Text Example
White with #EC70F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70F6; }
p { color: rgb(236,112,246); }
H1.HeaderClassName
{
color: #EC70F6;
}
.AnyTagClassName
{
color: #EC70F6;
}
</style>
background-color css
<style>
a { background-color: #EC70F6; }
a { background-color: rgb(236,112,246); }
div.DivClassName
{
background-color: #EC70F6;
}
.BgClassName
{
background-color: #EC70F6;
}
</style>
border-color css
<style>
span { border-color: #EC70F6; }
span { border-color: rgb(236,112,246); }
td.TdClassName
{
border-color: #EC70F6;
}
.TagClassName
{
border-color: #EC70F6;
}
</style>