Shades of Heliotrope #EC78FE
Tints of Heliotrope #EC78FE
RGB
CMYK
RGB Variations
Color information
#EC78FE (or 0xEC78FE) is known color: Heliotrope. HEX triplet: EC, 78 and FE. RGB value is (236,120,254). Sum of RGB (Red+Green+Blue) = 236+120+254=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 120 (47.27% from 255 or 19.67% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC78FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC78FE is #138701. Grayscale: #A9A9A9. Windows color (decimal): -1279746 or 16677100. OLE color: 16677100.
HSL color Cylindrical-coordinate representation of color #EC78FE: hue angle of 291.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC78FE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 120 | 254 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.00 |
| HSL | 291.94º | 0.99% | 0.73% | - |
| HSV(B) | 291.94º | 0.53% | 1% | - |
| XYZ | 59.2 | 38.42 | 98.06 | - |
| YUV | 169.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 254 | 0.07 | 0.53 | 0 | 0.00 | 291.94 | 0.99 | 0.73 |
| Hex | EC | 78 | FE | 7 | 35 | 0 | 0 | 124 | 63 | 49 |
| Octal | 354 | 170 | 376 | 7 | 65 | 0 | 0 | 444 | 143 | 111 |
| Binary | 11101100 | 1111000 | 11111110 | 111 | 110101 | 0 | 0 | 100100100 | 1100011 | 1001001 |
Color Harmonies of #EC78FE
Complementary color
Monochromatic Colors of #EC78FE
Black with #EC78FE
Text Example
Text Example
White with #EC78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78FE; }
p { color: rgb(236,120,254); }
H1.HeaderClassName
{
color: #EC78FE;
}
.AnyTagClassName
{
color: #EC78FE;
}
</style>
background-color css
<style>
a { background-color: #EC78FE; }
a { background-color: rgb(236,120,254); }
div.DivClassName
{
background-color: #EC78FE;
}
.BgClassName
{
background-color: #EC78FE;
}
</style>
border-color css
<style>
span { border-color: #EC78FE; }
span { border-color: rgb(236,120,254); }
td.TdClassName
{
border-color: #EC78FE;
}
.TagClassName
{
border-color: #EC78FE;
}
</style>