Shades of Heliotrope #EC67FF
Tints of Heliotrope #EC67FF
RGB
CMYK
RGB Variations
Color information
#EC67FF (or 0xEC67FF) is known color: Heliotrope. HEX triplet: EC, 67 and FF. RGB value is (236,103,255). Sum of RGB (Red+Green+Blue) = 236+103+255=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC67FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67FF is #139800. Grayscale: #9F9F9F. Windows color (decimal): -1284097 or 16738284. OLE color: 16738284.
HSL color Cylindrical-coordinate representation of color #EC67FF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC67FF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 103 | 255 | - |
| CMYK | 0.07 | 0.60 | 0 | 0 |
| HSL | 292.5º | 1% | 0.7% | - |
| HSV(B) | 292.5º | 0.6% | 1% | - |
| XYZ | 57.49 | 34.75 | 98.29 | - |
| YUV | 160.1 | 181.56 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 255 | 0.07 | 0.60 | 0 | 0 | 292.5 | 1 | 0.7 |
| Hex | EC | 67 | FF | 7 | 3C | 0 | 0 | 124 | 64 | 46 |
| Octal | 354 | 147 | 377 | 7 | 74 | 0 | 0 | 444 | 144 | 106 |
| Binary | 11101100 | 1100111 | 11111111 | 111 | 111100 | 0 | 0 | 100100100 | 1100100 | 1000110 |
Color Harmonies of #EC67FF
Complementary color
Monochromatic Colors of #EC67FF
Black with #EC67FF
Text Example
Text Example
White with #EC67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67FF; }
p { color: rgb(236,103,255); }
H1.HeaderClassName
{
color: #EC67FF;
}
.AnyTagClassName
{
color: #EC67FF;
}
</style>
background-color css
<style>
a { background-color: #EC67FF; }
a { background-color: rgb(236,103,255); }
div.DivClassName
{
background-color: #EC67FF;
}
.BgClassName
{
background-color: #EC67FF;
}
</style>
border-color css
<style>
span { border-color: #EC67FF; }
span { border-color: rgb(236,103,255); }
td.TdClassName
{
border-color: #EC67FF;
}
.TagClassName
{
border-color: #EC67FF;
}
</style>