Shades of Heliotrope #EC76FA
Tints of Heliotrope #EC76FA
RGB
CMYK
RGB Variations
Color information
#EC76FA (or 0xEC76FA) is known color: Heliotrope. HEX triplet: EC, 76 and FA. RGB value is (236,118,250). Sum of RGB (Red+Green+Blue) = 236+118+250=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 118 (46.48% from 255 or 19.54% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC76FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76FA is #138905. Grayscale: #A7A7A7. Windows color (decimal): -1280262 or 16414444. OLE color: 16414444.
HSL color Cylindrical-coordinate representation of color #EC76FA: hue angle of 293.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC76FA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 118 | 250 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.02 |
| HSL | 293.64º | 0.93% | 0.72% | - |
| HSV(B) | 293.64º | 0.53% | 0.98% | - |
| XYZ | 58.33 | 37.69 | 94.64 | - |
| YUV | 168.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 250 | 0.06 | 0.53 | 0 | 0.02 | 293.64 | 0.93 | 0.72 |
| Hex | EC | 76 | FA | 6 | 35 | 0 | 2 | 126 | 5D | 48 |
| Octal | 354 | 166 | 372 | 6 | 65 | 0 | 2 | 446 | 135 | 110 |
| Binary | 11101100 | 1110110 | 11111010 | 110 | 110101 | 0 | 10 | 100100110 | 1011101 | 1001000 |
Color Harmonies of #EC76FA
Complementary color
Monochromatic Colors of #EC76FA
Black with #EC76FA
Text Example
Text Example
White with #EC76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76FA; }
p { color: rgb(236,118,250); }
H1.HeaderClassName
{
color: #EC76FA;
}
.AnyTagClassName
{
color: #EC76FA;
}
</style>
background-color css
<style>
a { background-color: #EC76FA; }
a { background-color: rgb(236,118,250); }
div.DivClassName
{
background-color: #EC76FA;
}
.BgClassName
{
background-color: #EC76FA;
}
</style>
border-color css
<style>
span { border-color: #EC76FA; }
span { border-color: rgb(236,118,250); }
td.TdClassName
{
border-color: #EC76FA;
}
.TagClassName
{
border-color: #EC76FA;
}
</style>