Shades of Heliotrope #EC7CFF
Tints of Heliotrope #EC7CFF
RGB
CMYK
RGB Variations
Color information
#EC7CFF (or 0xEC7CFF) is known color: Heliotrope. HEX triplet: EC, 7C and FF. RGB value is (236,124,255). Sum of RGB (Red+Green+Blue) = 236+124+255=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CFF is #138300. Grayscale: #ACACAC. Windows color (decimal): -1278721 or 16743660. OLE color: 16743660.
HSL color Cylindrical-coordinate representation of color #EC7CFF: hue angle of 291.3º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7CFF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 124 | 255 | - |
| CMYK | 0.07 | 0.51 | 0 | 0 |
| HSL | 291.3º | 1% | 0.74% | - |
| HSV(B) | 291.3º | 0.51% | 1% | - |
| XYZ | 59.85 | 39.47 | 99.07 | - |
| YUV | 172.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 255 | 0.07 | 0.51 | 0 | 0 | 291.3 | 1 | 0.74 |
| Hex | EC | 7C | FF | 7 | 33 | 0 | 0 | 123 | 64 | 4A |
| Octal | 354 | 174 | 377 | 7 | 63 | 0 | 0 | 443 | 144 | 112 |
| Binary | 11101100 | 1111100 | 11111111 | 111 | 110011 | 0 | 0 | 100100011 | 1100100 | 1001010 |
Color Harmonies of #EC7CFF
Complementary color
Monochromatic Colors of #EC7CFF
Black with #EC7CFF
Text Example
Text Example
White with #EC7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CFF; }
p { color: rgb(236,124,255); }
H1.HeaderClassName
{
color: #EC7CFF;
}
.AnyTagClassName
{
color: #EC7CFF;
}
</style>
background-color css
<style>
a { background-color: #EC7CFF; }
a { background-color: rgb(236,124,255); }
div.DivClassName
{
background-color: #EC7CFF;
}
.BgClassName
{
background-color: #EC7CFF;
}
</style>
border-color css
<style>
span { border-color: #EC7CFF; }
span { border-color: rgb(236,124,255); }
td.TdClassName
{
border-color: #EC7CFF;
}
.TagClassName
{
border-color: #EC7CFF;
}
</style>