Shades of Heliotrope #EC72F8
Tints of Heliotrope #EC72F8
RGB
CMYK
RGB Variations
Color information
#EC72F8 (or 0xEC72F8) is known color: Heliotrope. HEX triplet: EC, 72 and F8. RGB value is (236,114,248). Sum of RGB (Red+Green+Blue) = 236+114+248=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 114 (44.92% from 255 or 19.06% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC72F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F8 is #138D07. Grayscale: #A5A5A5. Windows color (decimal): -1281288 or 16282348. OLE color: 16282348.
HSL color Cylindrical-coordinate representation of color #EC72F8: hue angle of 294.63º degrees, saturation: 0.91, 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 #EC72F8 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 114 | 248 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.03 |
| HSL | 294.63º | 0.91% | 0.71% | - |
| HSV(B) | 294.63º | 0.54% | 0.97% | - |
| XYZ | 57.55 | 36.64 | 92.85 | - |
| YUV | 165.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 248 | 0.05 | 0.54 | 0 | 0.03 | 294.63 | 0.91 | 0.71 |
| Hex | EC | 72 | F8 | 5 | 36 | 0 | 3 | 127 | 5B | 47 |
| Octal | 354 | 162 | 370 | 5 | 66 | 0 | 3 | 447 | 133 | 107 |
| Binary | 11101100 | 1110010 | 11111000 | 101 | 110110 | 0 | 11 | 100100111 | 1011011 | 1000111 |
Color Harmonies of #EC72F8
Complementary color
Monochromatic Colors of #EC72F8
Black with #EC72F8
Text Example
Text Example
White with #EC72F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72F8; }
p { color: rgb(236,114,248); }
H1.HeaderClassName
{
color: #EC72F8;
}
.AnyTagClassName
{
color: #EC72F8;
}
</style>
background-color css
<style>
a { background-color: #EC72F8; }
a { background-color: rgb(236,114,248); }
div.DivClassName
{
background-color: #EC72F8;
}
.BgClassName
{
background-color: #EC72F8;
}
</style>
border-color css
<style>
span { border-color: #EC72F8; }
span { border-color: rgb(236,114,248); }
td.TdClassName
{
border-color: #EC72F8;
}
.TagClassName
{
border-color: #EC72F8;
}
</style>