Shades of Heliotrope #EC70F9
Tints of Heliotrope #EC70F9
RGB
CMYK
RGB Variations
Color information
#EC70F9 (or 0xEC70F9) is known color: Heliotrope. HEX triplet: EC, 70 and F9. RGB value is (236,112,249). Sum of RGB (Red+Green+Blue) = 236+112+249=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 112 (44.14% from 255 or 18.76% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC70F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70F9 is #138F06. Grayscale: #A4A4A4. Windows color (decimal): -1281799 or 16347372. OLE color: 16347372.
HSL color Cylindrical-coordinate representation of color #EC70F9: hue angle of 294.31º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC70F9 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 112 | 249 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.02 |
| HSL | 294.31º | 0.92% | 0.71% | - |
| HSV(B) | 294.31º | 0.55% | 0.98% | - |
| XYZ | 57.49 | 36.26 | 93.59 | - |
| YUV | 164.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 249 | 0.05 | 0.55 | 0 | 0.02 | 294.31 | 0.92 | 0.71 |
| Hex | EC | 70 | F9 | 5 | 37 | 0 | 2 | 126 | 5C | 47 |
| Octal | 354 | 160 | 371 | 5 | 67 | 0 | 2 | 446 | 134 | 107 |
| Binary | 11101100 | 1110000 | 11111001 | 101 | 110111 | 0 | 10 | 100100110 | 1011100 | 1000111 |
Color Harmonies of #EC70F9
Complementary color
Monochromatic Colors of #EC70F9
Black with #EC70F9
Text Example
Text Example
White with #EC70F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70F9; }
p { color: rgb(236,112,249); }
H1.HeaderClassName
{
color: #EC70F9;
}
.AnyTagClassName
{
color: #EC70F9;
}
</style>
background-color css
<style>
a { background-color: #EC70F9; }
a { background-color: rgb(236,112,249); }
div.DivClassName
{
background-color: #EC70F9;
}
.BgClassName
{
background-color: #EC70F9;
}
</style>
border-color css
<style>
span { border-color: #EC70F9; }
span { border-color: rgb(236,112,249); }
td.TdClassName
{
border-color: #EC70F9;
}
.TagClassName
{
border-color: #EC70F9;
}
</style>