Shades of Heliotrope #EC70FF
Tints of Heliotrope #EC70FF
RGB
CMYK
RGB Variations
Color information
#EC70FF (or 0xEC70FF) is known color: Heliotrope. HEX triplet: EC, 70 and FF. RGB value is (236,112,255). Sum of RGB (Red+Green+Blue) = 236+112+255=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC70FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70FF is #138F00. Grayscale: #A4A4A4. Windows color (decimal): -1281793 or 16740588. OLE color: 16740588.
HSL color Cylindrical-coordinate representation of color #EC70FF: hue angle of 292.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC70FF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 112 | 255 | - |
| CMYK | 0.07 | 0.56 | 0 | 0 |
| HSL | 292.03º | 1% | 0.72% | - |
| HSV(B) | 292.03º | 0.56% | 1% | - |
| XYZ | 58.44 | 36.64 | 98.6 | - |
| YUV | 165.38 | 178.58 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 255 | 0.07 | 0.56 | 0 | 0 | 292.03 | 1 | 0.72 |
| Hex | EC | 70 | FF | 7 | 38 | 0 | 0 | 124 | 64 | 48 |
| Octal | 354 | 160 | 377 | 7 | 70 | 0 | 0 | 444 | 144 | 110 |
| Binary | 11101100 | 1110000 | 11111111 | 111 | 111000 | 0 | 0 | 100100100 | 1100100 | 1001000 |
Color Harmonies of #EC70FF
Complementary color
Monochromatic Colors of #EC70FF
Black with #EC70FF
Text Example
Text Example
White with #EC70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70FF; }
p { color: rgb(236,112,255); }
H1.HeaderClassName
{
color: #EC70FF;
}
.AnyTagClassName
{
color: #EC70FF;
}
</style>
background-color css
<style>
a { background-color: #EC70FF; }
a { background-color: rgb(236,112,255); }
div.DivClassName
{
background-color: #EC70FF;
}
.BgClassName
{
background-color: #EC70FF;
}
</style>
border-color css
<style>
span { border-color: #EC70FF; }
span { border-color: rgb(236,112,255); }
td.TdClassName
{
border-color: #EC70FF;
}
.TagClassName
{
border-color: #EC70FF;
}
</style>