Shades of Heliotrope #EC69F9
Tints of Heliotrope #EC69F9
RGB
CMYK
RGB Variations
Color information
#EC69F9 (or 0xEC69F9) is known color: Heliotrope. HEX triplet: EC, 69 and F9. RGB value is (236,105,249). Sum of RGB (Red+Green+Blue) = 236+105+249=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 105 (41.41% from 255 or 17.80% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC69F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69F9 is #139606. Grayscale: #A0A0A0. Windows color (decimal): -1283591 or 16345580. OLE color: 16345580.
HSL color Cylindrical-coordinate representation of color #EC69F9: hue angle of 294.58º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC69F9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 105 | 249 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.02 |
| HSL | 294.58º | 0.92% | 0.69% | - |
| HSV(B) | 294.58º | 0.58% | 0.98% | - |
| XYZ | 56.74 | 34.78 | 93.34 | - |
| YUV | 160.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 249 | 0.05 | 0.58 | 0 | 0.02 | 294.58 | 0.92 | 0.69 |
| Hex | EC | 69 | F9 | 5 | 3A | 0 | 2 | 127 | 5C | 45 |
| Octal | 354 | 151 | 371 | 5 | 72 | 0 | 2 | 447 | 134 | 105 |
| Binary | 11101100 | 1101001 | 11111001 | 101 | 111010 | 0 | 10 | 100100111 | 1011100 | 1000101 |
Color Harmonies of #EC69F9
Complementary color
Monochromatic Colors of #EC69F9
Black with #EC69F9
Text Example
Text Example
White with #EC69F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69F9; }
p { color: rgb(236,105,249); }
H1.HeaderClassName
{
color: #EC69F9;
}
.AnyTagClassName
{
color: #EC69F9;
}
</style>
background-color css
<style>
a { background-color: #EC69F9; }
a { background-color: rgb(236,105,249); }
div.DivClassName
{
background-color: #EC69F9;
}
.BgClassName
{
background-color: #EC69F9;
}
</style>
border-color css
<style>
span { border-color: #EC69F9; }
span { border-color: rgb(236,105,249); }
td.TdClassName
{
border-color: #EC69F9;
}
.TagClassName
{
border-color: #EC69F9;
}
</style>