Shades of Heliotrope #EC6AFA
Tints of Heliotrope #EC6AFA
RGB
CMYK
RGB Variations
Color information
#EC6AFA (or 0xEC6AFA) is known color: Heliotrope. HEX triplet: EC, 6A and FA. RGB value is (236,106,250). Sum of RGB (Red+Green+Blue) = 236+106+250=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 106 (41.80% from 255 or 17.91% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC6AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AFA is #139505. Grayscale: #A0A0A0. Windows color (decimal): -1283334 or 16411372. OLE color: 16411372.
HSL color Cylindrical-coordinate representation of color #EC6AFA: hue angle of 294.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6AFA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 106 | 250 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.02 |
| HSL | 294.17º | 0.94% | 0.7% | - |
| HSV(B) | 294.17º | 0.58% | 0.98% | - |
| XYZ | 57 | 35.04 | 94.2 | - |
| YUV | 161.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 250 | 0.06 | 0.58 | 0 | 0.02 | 294.17 | 0.94 | 0.7 |
| Hex | EC | 6A | FA | 6 | 3A | 0 | 2 | 126 | 5E | 46 |
| Octal | 354 | 152 | 372 | 6 | 72 | 0 | 2 | 446 | 136 | 106 |
| Binary | 11101100 | 1101010 | 11111010 | 110 | 111010 | 0 | 10 | 100100110 | 1011110 | 1000110 |
Color Harmonies of #EC6AFA
Complementary color
Monochromatic Colors of #EC6AFA
Black with #EC6AFA
Text Example
Text Example
White with #EC6AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AFA; }
p { color: rgb(236,106,250); }
H1.HeaderClassName
{
color: #EC6AFA;
}
.AnyTagClassName
{
color: #EC6AFA;
}
</style>
background-color css
<style>
a { background-color: #EC6AFA; }
a { background-color: rgb(236,106,250); }
div.DivClassName
{
background-color: #EC6AFA;
}
.BgClassName
{
background-color: #EC6AFA;
}
</style>
border-color css
<style>
span { border-color: #EC6AFA; }
span { border-color: rgb(236,106,250); }
td.TdClassName
{
border-color: #EC6AFA;
}
.TagClassName
{
border-color: #EC6AFA;
}
</style>