Shades of Heliotrope #EC7EFF
Tints of Heliotrope #EC7EFF
RGB
CMYK
RGB Variations
Color information
#EC7EFF (or 0xEC7EFF) is known color: Heliotrope. HEX triplet: EC, 7E and FF. RGB value is (236,126,255). Sum of RGB (Red+Green+Blue) = 236+126+255=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 126 (49.61% from 255 or 20.42% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EFF is #138100. Grayscale: #ADADAD. Windows color (decimal): -1278209 or 16744172. OLE color: 16744172.
HSL color Cylindrical-coordinate representation of color #EC7EFF: hue angle of 291.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7EFF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 126 | 255 | - |
| CMYK | 0.07 | 0.51 | 0 | 0 |
| HSL | 291.16º | 1% | 0.75% | - |
| HSV(B) | 291.16º | 0.51% | 1% | - |
| XYZ | 60.1 | 39.97 | 99.16 | - |
| YUV | 173.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 255 | 0.07 | 0.51 | 0 | 0 | 291.16 | 1 | 0.75 |
| Hex | EC | 7E | FF | 7 | 33 | 0 | 0 | 123 | 64 | 4B |
| Octal | 354 | 176 | 377 | 7 | 63 | 0 | 0 | 443 | 144 | 113 |
| Binary | 11101100 | 1111110 | 11111111 | 111 | 110011 | 0 | 0 | 100100011 | 1100100 | 1001011 |
Color Harmonies of #EC7EFF
Complementary color
Monochromatic Colors of #EC7EFF
Black with #EC7EFF
Text Example
Text Example
White with #EC7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EFF; }
p { color: rgb(236,126,255); }
H1.HeaderClassName
{
color: #EC7EFF;
}
.AnyTagClassName
{
color: #EC7EFF;
}
</style>
background-color css
<style>
a { background-color: #EC7EFF; }
a { background-color: rgb(236,126,255); }
div.DivClassName
{
background-color: #EC7EFF;
}
.BgClassName
{
background-color: #EC7EFF;
}
</style>
border-color css
<style>
span { border-color: #EC7EFF; }
span { border-color: rgb(236,126,255); }
td.TdClassName
{
border-color: #EC7EFF;
}
.TagClassName
{
border-color: #EC7EFF;
}
</style>