Shades of Heliotrope #EC72F7
Tints of Heliotrope #EC72F7
RGB
CMYK
RGB Variations
Color information
#EC72F7 (or 0xEC72F7) is known color: Heliotrope. HEX triplet: EC, 72 and F7. RGB value is (236,114,247). Sum of RGB (Red+Green+Blue) = 236+114+247=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 114 (44.92% from 255 or 19.10% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC72F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F7 is #138D08. Grayscale: #A5A5A5. Windows color (decimal): -1281289 or 16216812. OLE color: 16216812.
HSL color Cylindrical-coordinate representation of color #EC72F7: hue angle of 295.04º 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 #EC72F7 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 114 | 247 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.03 |
| HSL | 295.04º | 0.89% | 0.71% | - |
| HSV(B) | 295.04º | 0.54% | 0.97% | - |
| XYZ | 57.4 | 36.58 | 92.03 | - |
| YUV | 165.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 247 | 0.04 | 0.54 | 0 | 0.03 | 295.04 | 0.89 | 0.71 |
| Hex | EC | 72 | F7 | 4 | 36 | 0 | 3 | 127 | 59 | 47 |
| Octal | 354 | 162 | 367 | 4 | 66 | 0 | 3 | 447 | 131 | 107 |
| Binary | 11101100 | 1110010 | 11110111 | 100 | 110110 | 0 | 11 | 100100111 | 1011001 | 1000111 |
Color Harmonies of #EC72F7
Complementary color
Monochromatic Colors of #EC72F7
Black with #EC72F7
Text Example
Text Example
White with #EC72F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72F7; }
p { color: rgb(236,114,247); }
H1.HeaderClassName
{
color: #EC72F7;
}
.AnyTagClassName
{
color: #EC72F7;
}
</style>
background-color css
<style>
a { background-color: #EC72F7; }
a { background-color: rgb(236,114,247); }
div.DivClassName
{
background-color: #EC72F7;
}
.BgClassName
{
background-color: #EC72F7;
}
</style>
border-color css
<style>
span { border-color: #EC72F7; }
span { border-color: rgb(236,114,247); }
td.TdClassName
{
border-color: #EC72F7;
}
.TagClassName
{
border-color: #EC72F7;
}
</style>