Shades of Heliotrope #EC6EFF
Tints of Heliotrope #EC6EFF
RGB
CMYK
RGB Variations
Color information
#EC6EFF (or 0xEC6EFF) is known color: Heliotrope. HEX triplet: EC, 6E and FF. RGB value is (236,110,255). Sum of RGB (Red+Green+Blue) = 236+110+255=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 110 (43.36% from 255 or 18.30% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC6EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EFF is #139100. Grayscale: #A3A3A3. Windows color (decimal): -1282305 or 16740076. OLE color: 16740076.
HSL color Cylindrical-coordinate representation of color #EC6EFF: hue angle of 292.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6EFF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 110 | 255 | - |
| CMYK | 0.07 | 0.57 | 0 | 0 |
| HSL | 292.14º | 1% | 0.72% | - |
| HSV(B) | 292.14º | 0.57% | 1% | - |
| XYZ | 58.22 | 36.2 | 98.53 | - |
| YUV | 164.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 255 | 0.07 | 0.57 | 0 | 0 | 292.14 | 1 | 0.72 |
| Hex | EC | 6E | FF | 7 | 39 | 0 | 0 | 124 | 64 | 48 |
| Octal | 354 | 156 | 377 | 7 | 71 | 0 | 0 | 444 | 144 | 110 |
| Binary | 11101100 | 1101110 | 11111111 | 111 | 111001 | 0 | 0 | 100100100 | 1100100 | 1001000 |
Color Harmonies of #EC6EFF
Complementary color
Monochromatic Colors of #EC6EFF
Black with #EC6EFF
Text Example
Text Example
White with #EC6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EFF; }
p { color: rgb(236,110,255); }
H1.HeaderClassName
{
color: #EC6EFF;
}
.AnyTagClassName
{
color: #EC6EFF;
}
</style>
background-color css
<style>
a { background-color: #EC6EFF; }
a { background-color: rgb(236,110,255); }
div.DivClassName
{
background-color: #EC6EFF;
}
.BgClassName
{
background-color: #EC6EFF;
}
</style>
border-color css
<style>
span { border-color: #EC6EFF; }
span { border-color: rgb(236,110,255); }
td.TdClassName
{
border-color: #EC6EFF;
}
.TagClassName
{
border-color: #EC6EFF;
}
</style>