Shades of Heliotrope #EC78FA
Tints of Heliotrope #EC78FA
RGB
CMYK
RGB Variations
Color information
#EC78FA (or 0xEC78FA) is known color: Heliotrope. HEX triplet: EC, 78 and FA. RGB value is (236,120,250). Sum of RGB (Red+Green+Blue) = 236+120+250=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 120 (47.27% from 255 or 19.80% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC78FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC78FA is #138705. Grayscale: #A9A9A9. Windows color (decimal): -1279750 or 16414956. OLE color: 16414956.
HSL color Cylindrical-coordinate representation of color #EC78FA: hue angle of 293.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC78FA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 120 | 250 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.02 |
| HSL | 293.54º | 0.93% | 0.73% | - |
| HSV(B) | 293.54º | 0.52% | 0.98% | - |
| XYZ | 58.56 | 38.17 | 94.72 | - |
| YUV | 169.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 250 | 0.06 | 0.52 | 0 | 0.02 | 293.54 | 0.93 | 0.73 |
| Hex | EC | 78 | FA | 6 | 34 | 0 | 2 | 126 | 5D | 49 |
| Octal | 354 | 170 | 372 | 6 | 64 | 0 | 2 | 446 | 135 | 111 |
| Binary | 11101100 | 1111000 | 11111010 | 110 | 110100 | 0 | 10 | 100100110 | 1011101 | 1001001 |
Color Harmonies of #EC78FA
Complementary color
Monochromatic Colors of #EC78FA
Black with #EC78FA
Text Example
Text Example
White with #EC78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78FA; }
p { color: rgb(236,120,250); }
H1.HeaderClassName
{
color: #EC78FA;
}
.AnyTagClassName
{
color: #EC78FA;
}
</style>
background-color css
<style>
a { background-color: #EC78FA; }
a { background-color: rgb(236,120,250); }
div.DivClassName
{
background-color: #EC78FA;
}
.BgClassName
{
background-color: #EC78FA;
}
</style>
border-color css
<style>
span { border-color: #EC78FA; }
span { border-color: rgb(236,120,250); }
td.TdClassName
{
border-color: #EC78FA;
}
.TagClassName
{
border-color: #EC78FA;
}
</style>