Shades of Heliotrope #EC6EFA
Tints of Heliotrope #EC6EFA
RGB
CMYK
RGB Variations
Color information
#EC6EFA (or 0xEC6EFA) is known color: Heliotrope. HEX triplet: EC, 6E and FA. RGB value is (236,110,250). Sum of RGB (Red+Green+Blue) = 236+110+250=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 110 (43.36% from 255 or 18.46% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC6EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EFA is #139105. Grayscale: #A3A3A3. Windows color (decimal): -1282310 or 16412396. OLE color: 16412396.
HSL color Cylindrical-coordinate representation of color #EC6EFA: hue angle of 294º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6EFA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 110 | 250 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.02 |
| HSL | 294º | 0.93% | 0.71% | - |
| HSV(B) | 294º | 0.56% | 0.98% | - |
| XYZ | 57.42 | 35.89 | 94.34 | - |
| YUV | 163.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 250 | 0.06 | 0.56 | 0 | 0.02 | 294 | 0.93 | 0.71 |
| Hex | EC | 6E | FA | 6 | 38 | 0 | 2 | 126 | 5D | 47 |
| Octal | 354 | 156 | 372 | 6 | 70 | 0 | 2 | 446 | 135 | 107 |
| Binary | 11101100 | 1101110 | 11111010 | 110 | 111000 | 0 | 10 | 100100110 | 1011101 | 1000111 |
Color Harmonies of #EC6EFA
Complementary color
Monochromatic Colors of #EC6EFA
Black with #EC6EFA
Text Example
Text Example
White with #EC6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EFA; }
p { color: rgb(236,110,250); }
H1.HeaderClassName
{
color: #EC6EFA;
}
.AnyTagClassName
{
color: #EC6EFA;
}
</style>
background-color css
<style>
a { background-color: #EC6EFA; }
a { background-color: rgb(236,110,250); }
div.DivClassName
{
background-color: #EC6EFA;
}
.BgClassName
{
background-color: #EC6EFA;
}
</style>
border-color css
<style>
span { border-color: #EC6EFA; }
span { border-color: rgb(236,110,250); }
td.TdClassName
{
border-color: #EC6EFA;
}
.TagClassName
{
border-color: #EC6EFA;
}
</style>