Shades of Heliotrope #EC77FE
Tints of Heliotrope #EC77FE
RGB
CMYK
RGB Variations
Color information
#EC77FE (or 0xEC77FE) is known color: Heliotrope. HEX triplet: EC, 77 and FE. RGB value is (236,119,254). Sum of RGB (Red+Green+Blue) = 236+119+254=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 119 (46.88% from 255 or 19.54% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77FE is #138801. Grayscale: #A8A8A8. Windows color (decimal): -1280002 or 16676844. OLE color: 16676844.
HSL color Cylindrical-coordinate representation of color #EC77FE: hue angle of 292º 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 #EC77FE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 119 | 254 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.00 |
| HSL | 292º | 0.99% | 0.73% | - |
| HSV(B) | 292º | 0.53% | 1% | - |
| XYZ | 59.08 | 38.18 | 98.02 | - |
| YUV | 169.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 254 | 0.07 | 0.53 | 0 | 0.00 | 292 | 0.99 | 0.73 |
| Hex | EC | 77 | FE | 7 | 35 | 0 | 0 | 124 | 63 | 49 |
| Octal | 354 | 167 | 376 | 7 | 65 | 0 | 0 | 444 | 143 | 111 |
| Binary | 11101100 | 1110111 | 11111110 | 111 | 110101 | 0 | 0 | 100100100 | 1100011 | 1001001 |
Color Harmonies of #EC77FE
Complementary color
Monochromatic Colors of #EC77FE
Black with #EC77FE
Text Example
Text Example
White with #EC77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77FE; }
p { color: rgb(236,119,254); }
H1.HeaderClassName
{
color: #EC77FE;
}
.AnyTagClassName
{
color: #EC77FE;
}
</style>
background-color css
<style>
a { background-color: #EC77FE; }
a { background-color: rgb(236,119,254); }
div.DivClassName
{
background-color: #EC77FE;
}
.BgClassName
{
background-color: #EC77FE;
}
</style>
border-color css
<style>
span { border-color: #EC77FE; }
span { border-color: rgb(236,119,254); }
td.TdClassName
{
border-color: #EC77FE;
}
.TagClassName
{
border-color: #EC77FE;
}
</style>