Shades of Heliotrope #EC69FF
Tints of Heliotrope #EC69FF
RGB
CMYK
RGB Variations
Color information
#EC69FF (or 0xEC69FF) is known color: Heliotrope. HEX triplet: EC, 69 and FF. RGB value is (236,105,255). Sum of RGB (Red+Green+Blue) = 236+105+255=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 105 (41.41% from 255 or 17.62% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC69FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69FF is #139600. Grayscale: #A0A0A0. Windows color (decimal): -1283585 or 16738796. OLE color: 16738796.
HSL color Cylindrical-coordinate representation of color #EC69FF: hue angle of 292.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC69FF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 105 | 255 | - |
| CMYK | 0.07 | 0.59 | 0 | 0 |
| HSL | 292.4º | 1% | 0.71% | - |
| HSV(B) | 292.4º | 0.59% | 1% | - |
| XYZ | 57.69 | 35.16 | 98.35 | - |
| YUV | 161.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 255 | 0.07 | 0.59 | 0 | 0 | 292.4 | 1 | 0.71 |
| Hex | EC | 69 | FF | 7 | 3B | 0 | 0 | 124 | 64 | 47 |
| Octal | 354 | 151 | 377 | 7 | 73 | 0 | 0 | 444 | 144 | 107 |
| Binary | 11101100 | 1101001 | 11111111 | 111 | 111011 | 0 | 0 | 100100100 | 1100100 | 1000111 |
Color Harmonies of #EC69FF
Complementary color
Monochromatic Colors of #EC69FF
Black with #EC69FF
Text Example
Text Example
White with #EC69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69FF; }
p { color: rgb(236,105,255); }
H1.HeaderClassName
{
color: #EC69FF;
}
.AnyTagClassName
{
color: #EC69FF;
}
</style>
background-color css
<style>
a { background-color: #EC69FF; }
a { background-color: rgb(236,105,255); }
div.DivClassName
{
background-color: #EC69FF;
}
.BgClassName
{
background-color: #EC69FF;
}
</style>
border-color css
<style>
span { border-color: #EC69FF; }
span { border-color: rgb(236,105,255); }
td.TdClassName
{
border-color: #EC69FF;
}
.TagClassName
{
border-color: #EC69FF;
}
</style>