Shades of Heliotrope #EC6CFA
Tints of Heliotrope #EC6CFA
RGB
CMYK
RGB Variations
Color information
#EC6CFA (or 0xEC6CFA) is known color: Heliotrope. HEX triplet: EC, 6C and FA. RGB value is (236,108,250). Sum of RGB (Red+Green+Blue) = 236+108+250=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 108 (42.58% from 255 or 18.18% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC6CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CFA is #139305. Grayscale: #A2A2A2. Windows color (decimal): -1282822 or 16411884. OLE color: 16411884.
HSL color Cylindrical-coordinate representation of color #EC6CFA: hue angle of 294.08º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6CFA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 108 | 250 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.02 |
| HSL | 294.08º | 0.93% | 0.7% | - |
| HSV(B) | 294.08º | 0.57% | 0.98% | - |
| XYZ | 57.21 | 35.46 | 94.27 | - |
| YUV | 162.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 250 | 0.06 | 0.57 | 0 | 0.02 | 294.08 | 0.93 | 0.7 |
| Hex | EC | 6C | FA | 6 | 39 | 0 | 2 | 126 | 5D | 46 |
| Octal | 354 | 154 | 372 | 6 | 71 | 0 | 2 | 446 | 135 | 106 |
| Binary | 11101100 | 1101100 | 11111010 | 110 | 111001 | 0 | 10 | 100100110 | 1011101 | 1000110 |
Color Harmonies of #EC6CFA
Complementary color
Monochromatic Colors of #EC6CFA
Black with #EC6CFA
Text Example
Text Example
White with #EC6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CFA; }
p { color: rgb(236,108,250); }
H1.HeaderClassName
{
color: #EC6CFA;
}
.AnyTagClassName
{
color: #EC6CFA;
}
</style>
background-color css
<style>
a { background-color: #EC6CFA; }
a { background-color: rgb(236,108,250); }
div.DivClassName
{
background-color: #EC6CFA;
}
.BgClassName
{
background-color: #EC6CFA;
}
</style>
border-color css
<style>
span { border-color: #EC6CFA; }
span { border-color: rgb(236,108,250); }
td.TdClassName
{
border-color: #EC6CFA;
}
.TagClassName
{
border-color: #EC6CFA;
}
</style>