Shades of Heliotrope #EC6FFF
Tints of Heliotrope #EC6FFF
RGB
CMYK
RGB Variations
Color information
#EC6FFF (or 0xEC6FFF) is known color: Heliotrope. HEX triplet: EC, 6F and FF. RGB value is (236,111,255). Sum of RGB (Red+Green+Blue) = 236+111+255=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC6FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FFF is #139000. Grayscale: #A4A4A4. Windows color (decimal): -1282049 or 16740332. OLE color: 16740332.
HSL color Cylindrical-coordinate representation of color #EC6FFF: hue angle of 292.08º 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 #EC6FFF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 111 | 255 | - |
| CMYK | 0.07 | 0.56 | 0 | 0 |
| HSL | 292.08º | 1% | 0.72% | - |
| HSV(B) | 292.08º | 0.56% | 1% | - |
| XYZ | 58.33 | 36.42 | 98.56 | - |
| YUV | 164.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 255 | 0.07 | 0.56 | 0 | 0 | 292.08 | 1 | 0.72 |
| Hex | EC | 6F | FF | 7 | 38 | 0 | 0 | 124 | 64 | 48 |
| Octal | 354 | 157 | 377 | 7 | 70 | 0 | 0 | 444 | 144 | 110 |
| Binary | 11101100 | 1101111 | 11111111 | 111 | 111000 | 0 | 0 | 100100100 | 1100100 | 1001000 |
Color Harmonies of #EC6FFF
Complementary color
Monochromatic Colors of #EC6FFF
Black with #EC6FFF
Text Example
Text Example
White with #EC6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FFF; }
p { color: rgb(236,111,255); }
H1.HeaderClassName
{
color: #EC6FFF;
}
.AnyTagClassName
{
color: #EC6FFF;
}
</style>
background-color css
<style>
a { background-color: #EC6FFF; }
a { background-color: rgb(236,111,255); }
div.DivClassName
{
background-color: #EC6FFF;
}
.BgClassName
{
background-color: #EC6FFF;
}
</style>
border-color css
<style>
span { border-color: #EC6FFF; }
span { border-color: rgb(236,111,255); }
td.TdClassName
{
border-color: #EC6FFF;
}
.TagClassName
{
border-color: #EC6FFF;
}
</style>