Shades of Heliotrope #EC69FA
Tints of Heliotrope #EC69FA
RGB
CMYK
RGB Variations
Color information
#EC69FA (or 0xEC69FA) is known color: Heliotrope. HEX triplet: EC, 69 and FA. RGB value is (236,105,250). Sum of RGB (Red+Green+Blue) = 236+105+250=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 105 (41.41% from 255 or 17.77% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC69FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69FA is #139605. Grayscale: #A0A0A0. Windows color (decimal): -1283590 or 16411116. OLE color: 16411116.
HSL color Cylindrical-coordinate representation of color #EC69FA: hue angle of 294.21º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC69FA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 105 | 250 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.02 |
| HSL | 294.21º | 0.94% | 0.7% | - |
| HSV(B) | 294.21º | 0.58% | 0.98% | - |
| XYZ | 56.9 | 34.84 | 94.17 | - |
| YUV | 160.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 250 | 0.06 | 0.58 | 0 | 0.02 | 294.21 | 0.94 | 0.7 |
| Hex | EC | 69 | FA | 6 | 3A | 0 | 2 | 126 | 5E | 46 |
| Octal | 354 | 151 | 372 | 6 | 72 | 0 | 2 | 446 | 136 | 106 |
| Binary | 11101100 | 1101001 | 11111010 | 110 | 111010 | 0 | 10 | 100100110 | 1011110 | 1000110 |
Color Harmonies of #EC69FA
Complementary color
Monochromatic Colors of #EC69FA
Black with #EC69FA
Text Example
Text Example
White with #EC69FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69FA; }
p { color: rgb(236,105,250); }
H1.HeaderClassName
{
color: #EC69FA;
}
.AnyTagClassName
{
color: #EC69FA;
}
</style>
background-color css
<style>
a { background-color: #EC69FA; }
a { background-color: rgb(236,105,250); }
div.DivClassName
{
background-color: #EC69FA;
}
.BgClassName
{
background-color: #EC69FA;
}
</style>
border-color css
<style>
span { border-color: #EC69FA; }
span { border-color: rgb(236,105,250); }
td.TdClassName
{
border-color: #EC69FA;
}
.TagClassName
{
border-color: #EC69FA;
}
</style>