Shades of Heliotrope #EC7EFE
Tints of Heliotrope #EC7EFE
RGB
CMYK
RGB Variations
Color information
#EC7EFE (or 0xEC7EFE) is known color: Heliotrope. HEX triplet: EC, 7E and FE. RGB value is (236,126,254). Sum of RGB (Red+Green+Blue) = 236+126+254=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 126 (49.61% from 255 or 20.45% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC7EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EFE is #138101. Grayscale: #ADADAD. Windows color (decimal): -1278210 or 16678636. OLE color: 16678636.
HSL color Cylindrical-coordinate representation of color #EC7EFE: hue angle of 291.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7EFE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 126 | 254 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.00 |
| HSL | 291.56º | 0.98% | 0.75% | - |
| HSV(B) | 291.56º | 0.5% | 1% | - |
| XYZ | 59.94 | 39.91 | 98.31 | - |
| YUV | 173.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 254 | 0.07 | 0.50 | 0 | 0.00 | 291.56 | 0.98 | 0.75 |
| Hex | EC | 7E | FE | 7 | 32 | 0 | 0 | 124 | 62 | 4B |
| Octal | 354 | 176 | 376 | 7 | 62 | 0 | 0 | 444 | 142 | 113 |
| Binary | 11101100 | 1111110 | 11111110 | 111 | 110010 | 0 | 0 | 100100100 | 1100010 | 1001011 |
Color Harmonies of #EC7EFE
Complementary color
Monochromatic Colors of #EC7EFE
Black with #EC7EFE
Text Example
Text Example
White with #EC7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EFE; }
p { color: rgb(236,126,254); }
H1.HeaderClassName
{
color: #EC7EFE;
}
.AnyTagClassName
{
color: #EC7EFE;
}
</style>
background-color css
<style>
a { background-color: #EC7EFE; }
a { background-color: rgb(236,126,254); }
div.DivClassName
{
background-color: #EC7EFE;
}
.BgClassName
{
background-color: #EC7EFE;
}
</style>
border-color css
<style>
span { border-color: #EC7EFE; }
span { border-color: rgb(236,126,254); }
td.TdClassName
{
border-color: #EC7EFE;
}
.TagClassName
{
border-color: #EC7EFE;
}
</style>