Shades of Heliotrope #EC6EFC
Tints of Heliotrope #EC6EFC
RGB
CMYK
RGB Variations
Color information
#EC6EFC (or 0xEC6EFC) is known color: Heliotrope. HEX triplet: EC, 6E and FC. RGB value is (236,110,252). Sum of RGB (Red+Green+Blue) = 236+110+252=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 110 (43.36% from 255 or 18.39% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC6EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EFC is #139103. Grayscale: #A3A3A3. Windows color (decimal): -1282308 or 16543468. OLE color: 16543468.
HSL color Cylindrical-coordinate representation of color #EC6EFC: hue angle of 293.24º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6EFC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 110 | 252 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.01 |
| HSL | 293.24º | 0.96% | 0.71% | - |
| HSV(B) | 293.24º | 0.56% | 0.99% | - |
| XYZ | 57.74 | 36.01 | 96 | - |
| YUV | 163.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 252 | 0.06 | 0.56 | 0 | 0.01 | 293.24 | 0.96 | 0.71 |
| Hex | EC | 6E | FC | 6 | 38 | 0 | 1 | 125 | 60 | 47 |
| Octal | 354 | 156 | 374 | 6 | 70 | 0 | 1 | 445 | 140 | 107 |
| Binary | 11101100 | 1101110 | 11111100 | 110 | 111000 | 0 | 1 | 100100101 | 1100000 | 1000111 |
Color Harmonies of #EC6EFC
Complementary color
Monochromatic Colors of #EC6EFC
Black with #EC6EFC
Text Example
Text Example
White with #EC6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EFC; }
p { color: rgb(236,110,252); }
H1.HeaderClassName
{
color: #EC6EFC;
}
.AnyTagClassName
{
color: #EC6EFC;
}
</style>
background-color css
<style>
a { background-color: #EC6EFC; }
a { background-color: rgb(236,110,252); }
div.DivClassName
{
background-color: #EC6EFC;
}
.BgClassName
{
background-color: #EC6EFC;
}
</style>
border-color css
<style>
span { border-color: #EC6EFC; }
span { border-color: rgb(236,110,252); }
td.TdClassName
{
border-color: #EC6EFC;
}
.TagClassName
{
border-color: #EC6EFC;
}
</style>