Shades of Heliotrope #EC71F7
Tints of Heliotrope #EC71F7
RGB
CMYK
RGB Variations
Color information
#EC71F7 (or 0xEC71F7) is known color: Heliotrope. HEX triplet: EC, 71 and F7. RGB value is (236,113,247). Sum of RGB (Red+Green+Blue) = 236+113+247=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 113 (44.53% from 255 or 18.96% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC71F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71F7 is #138E08. Grayscale: #A4A4A4. Windows color (decimal): -1281545 or 16216556. OLE color: 16216556.
HSL color Cylindrical-coordinate representation of color #EC71F7: hue angle of 295.07º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC71F7 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 113 | 247 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.03 |
| HSL | 295.07º | 0.89% | 0.71% | - |
| HSV(B) | 295.07º | 0.54% | 0.97% | - |
| XYZ | 57.29 | 36.36 | 91.99 | - |
| YUV | 165.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 247 | 0.04 | 0.54 | 0 | 0.03 | 295.07 | 0.89 | 0.71 |
| Hex | EC | 71 | F7 | 4 | 36 | 0 | 3 | 127 | 59 | 47 |
| Octal | 354 | 161 | 367 | 4 | 66 | 0 | 3 | 447 | 131 | 107 |
| Binary | 11101100 | 1110001 | 11110111 | 100 | 110110 | 0 | 11 | 100100111 | 1011001 | 1000111 |
Color Harmonies of #EC71F7
Complementary color
Monochromatic Colors of #EC71F7
Black with #EC71F7
Text Example
Text Example
White with #EC71F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71F7; }
p { color: rgb(236,113,247); }
H1.HeaderClassName
{
color: #EC71F7;
}
.AnyTagClassName
{
color: #EC71F7;
}
</style>
background-color css
<style>
a { background-color: #EC71F7; }
a { background-color: rgb(236,113,247); }
div.DivClassName
{
background-color: #EC71F7;
}
.BgClassName
{
background-color: #EC71F7;
}
</style>
border-color css
<style>
span { border-color: #EC71F7; }
span { border-color: rgb(236,113,247); }
td.TdClassName
{
border-color: #EC71F7;
}
.TagClassName
{
border-color: #EC71F7;
}
</style>