Shades of Heliotrope #EC76FC
Tints of Heliotrope #EC76FC
RGB
CMYK
RGB Variations
Color information
#EC76FC (or 0xEC76FC) is known color: Heliotrope. HEX triplet: EC, 76 and FC. RGB value is (236,118,252). Sum of RGB (Red+Green+Blue) = 236+118+252=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC76FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76FC is #138903. Grayscale: #A8A8A8. Windows color (decimal): -1280260 or 16545516. OLE color: 16545516.
HSL color Cylindrical-coordinate representation of color #EC76FC: hue angle of 292.84º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC76FC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 118 | 252 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.01 |
| HSL | 292.84º | 0.96% | 0.73% | - |
| HSV(B) | 292.84º | 0.53% | 0.99% | - |
| XYZ | 58.64 | 37.82 | 96.3 | - |
| YUV | 168.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 252 | 0.06 | 0.53 | 0 | 0.01 | 292.84 | 0.96 | 0.73 |
| Hex | EC | 76 | FC | 6 | 35 | 0 | 1 | 125 | 60 | 49 |
| Octal | 354 | 166 | 374 | 6 | 65 | 0 | 1 | 445 | 140 | 111 |
| Binary | 11101100 | 1110110 | 11111100 | 110 | 110101 | 0 | 1 | 100100101 | 1100000 | 1001001 |
Color Harmonies of #EC76FC
Complementary color
Monochromatic Colors of #EC76FC
Black with #EC76FC
Text Example
Text Example
White with #EC76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76FC; }
p { color: rgb(236,118,252); }
H1.HeaderClassName
{
color: #EC76FC;
}
.AnyTagClassName
{
color: #EC76FC;
}
</style>
background-color css
<style>
a { background-color: #EC76FC; }
a { background-color: rgb(236,118,252); }
div.DivClassName
{
background-color: #EC76FC;
}
.BgClassName
{
background-color: #EC76FC;
}
</style>
border-color css
<style>
span { border-color: #EC76FC; }
span { border-color: rgb(236,118,252); }
td.TdClassName
{
border-color: #EC76FC;
}
.TagClassName
{
border-color: #EC76FC;
}
</style>