Shades of Heliotrope #EC7FFE
Tints of Heliotrope #EC7FFE
RGB
CMYK
RGB Variations
Color information
#EC7FFE (or 0xEC7FFE) is known color: Heliotrope. HEX triplet: EC, 7F and FE. RGB value is (236,127,254). Sum of RGB (Red+Green+Blue) = 236+127+254=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC7FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FFE is #138001. Grayscale: #ADADAD. Windows color (decimal): -1277954 or 16678892. OLE color: 16678892.
HSL color Cylindrical-coordinate representation of color #EC7FFE: hue angle of 291.5º 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 #EC7FFE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 127 | 254 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.00 |
| HSL | 291.5º | 0.98% | 0.75% | - |
| HSV(B) | 291.5º | 0.5% | 1% | - |
| XYZ | 60.07 | 40.17 | 98.35 | - |
| YUV | 174.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 254 | 0.07 | 0.50 | 0 | 0.00 | 291.5 | 0.98 | 0.75 |
| Hex | EC | 7F | FE | 7 | 32 | 0 | 0 | 123 | 62 | 4B |
| Octal | 354 | 177 | 376 | 7 | 62 | 0 | 0 | 443 | 142 | 113 |
| Binary | 11101100 | 1111111 | 11111110 | 111 | 110010 | 0 | 0 | 100100011 | 1100010 | 1001011 |
Color Harmonies of #EC7FFE
Complementary color
Monochromatic Colors of #EC7FFE
Black with #EC7FFE
Text Example
Text Example
White with #EC7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FFE; }
p { color: rgb(236,127,254); }
H1.HeaderClassName
{
color: #EC7FFE;
}
.AnyTagClassName
{
color: #EC7FFE;
}
</style>
background-color css
<style>
a { background-color: #EC7FFE; }
a { background-color: rgb(236,127,254); }
div.DivClassName
{
background-color: #EC7FFE;
}
.BgClassName
{
background-color: #EC7FFE;
}
</style>
border-color css
<style>
span { border-color: #EC7FFE; }
span { border-color: rgb(236,127,254); }
td.TdClassName
{
border-color: #EC7FFE;
}
.TagClassName
{
border-color: #EC7FFE;
}
</style>