Shades of Heliotrope #EC6AFC
Tints of Heliotrope #EC6AFC
RGB
CMYK
RGB Variations
Color information
#EC6AFC (or 0xEC6AFC) is known color: Heliotrope. HEX triplet: EC, 6A and FC. RGB value is (236,106,252). Sum of RGB (Red+Green+Blue) = 236+106+252=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 106 (41.80% from 255 or 17.85% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC6AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AFC is #139503. Grayscale: #A1A1A1. Windows color (decimal): -1283332 or 16542444. OLE color: 16542444.
HSL color Cylindrical-coordinate representation of color #EC6AFC: hue angle of 293.42º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6AFC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 106 | 252 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.01 |
| HSL | 293.42º | 0.96% | 0.7% | - |
| HSV(B) | 293.42º | 0.58% | 0.99% | - |
| XYZ | 57.32 | 35.17 | 95.86 | - |
| YUV | 161.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 252 | 0.06 | 0.58 | 0 | 0.01 | 293.42 | 0.96 | 0.7 |
| Hex | EC | 6A | FC | 6 | 3A | 0 | 1 | 125 | 60 | 46 |
| Octal | 354 | 152 | 374 | 6 | 72 | 0 | 1 | 445 | 140 | 106 |
| Binary | 11101100 | 1101010 | 11111100 | 110 | 111010 | 0 | 1 | 100100101 | 1100000 | 1000110 |
Color Harmonies of #EC6AFC
Complementary color
Monochromatic Colors of #EC6AFC
Black with #EC6AFC
Text Example
Text Example
White with #EC6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AFC; }
p { color: rgb(236,106,252); }
H1.HeaderClassName
{
color: #EC6AFC;
}
.AnyTagClassName
{
color: #EC6AFC;
}
</style>
background-color css
<style>
a { background-color: #EC6AFC; }
a { background-color: rgb(236,106,252); }
div.DivClassName
{
background-color: #EC6AFC;
}
.BgClassName
{
background-color: #EC6AFC;
}
</style>
border-color css
<style>
span { border-color: #EC6AFC; }
span { border-color: rgb(236,106,252); }
td.TdClassName
{
border-color: #EC6AFC;
}
.TagClassName
{
border-color: #EC6AFC;
}
</style>