Shades of Heliotrope #EC66FE
Tints of Heliotrope #EC66FE
RGB
CMYK
RGB Variations
Color information
#EC66FE (or 0xEC66FE) is known color: Heliotrope. HEX triplet: EC, 66 and FE. RGB value is (236,102,254). Sum of RGB (Red+Green+Blue) = 236+102+254=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 102 (40.23% from 255 or 17.23% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66FE is #139901. Grayscale: #9E9E9E. Windows color (decimal): -1284354 or 16672492. OLE color: 16672492.
HSL color Cylindrical-coordinate representation of color #EC66FE: hue angle of 292.89º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC66FE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 102 | 254 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.00 |
| HSL | 292.89º | 0.99% | 0.7% | - |
| HSV(B) | 292.89º | 0.6% | 1% | - |
| XYZ | 57.23 | 34.49 | 97.41 | - |
| YUV | 159.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 254 | 0.07 | 0.60 | 0 | 0.00 | 292.89 | 0.99 | 0.7 |
| Hex | EC | 66 | FE | 7 | 3C | 0 | 0 | 125 | 63 | 46 |
| Octal | 354 | 146 | 376 | 7 | 74 | 0 | 0 | 445 | 143 | 106 |
| Binary | 11101100 | 1100110 | 11111110 | 111 | 111100 | 0 | 0 | 100100101 | 1100011 | 1000110 |
Color Harmonies of #EC66FE
Complementary color
Monochromatic Colors of #EC66FE
Black with #EC66FE
Text Example
Text Example
White with #EC66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66FE; }
p { color: rgb(236,102,254); }
H1.HeaderClassName
{
color: #EC66FE;
}
.AnyTagClassName
{
color: #EC66FE;
}
</style>
background-color css
<style>
a { background-color: #EC66FE; }
a { background-color: rgb(236,102,254); }
div.DivClassName
{
background-color: #EC66FE;
}
.BgClassName
{
background-color: #EC66FE;
}
</style>
border-color css
<style>
span { border-color: #EC66FE; }
span { border-color: rgb(236,102,254); }
td.TdClassName
{
border-color: #EC66FE;
}
.TagClassName
{
border-color: #EC66FE;
}
</style>