Shades of Heliotrope #EC69FE
Tints of Heliotrope #EC69FE
RGB
CMYK
RGB Variations
Color information
#EC69FE (or 0xEC69FE) is known color: Heliotrope. HEX triplet: EC, 69 and FE. RGB value is (236,105,254). Sum of RGB (Red+Green+Blue) = 236+105+254=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 105 (41.41% from 255 or 17.65% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC69FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69FE is #139601. Grayscale: #A0A0A0. Windows color (decimal): -1283586 or 16673260. OLE color: 16673260.
HSL color Cylindrical-coordinate representation of color #EC69FE: hue angle of 292.75º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC69FE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 105 | 254 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.00 |
| HSL | 292.75º | 0.99% | 0.7% | - |
| HSV(B) | 292.75º | 0.59% | 1% | - |
| XYZ | 57.53 | 35.09 | 97.51 | - |
| YUV | 161.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 254 | 0.07 | 0.59 | 0 | 0.00 | 292.75 | 0.99 | 0.7 |
| Hex | EC | 69 | FE | 7 | 3B | 0 | 0 | 125 | 63 | 46 |
| Octal | 354 | 151 | 376 | 7 | 73 | 0 | 0 | 445 | 143 | 106 |
| Binary | 11101100 | 1101001 | 11111110 | 111 | 111011 | 0 | 0 | 100100101 | 1100011 | 1000110 |
Color Harmonies of #EC69FE
Complementary color
Monochromatic Colors of #EC69FE
Black with #EC69FE
Text Example
Text Example
White with #EC69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69FE; }
p { color: rgb(236,105,254); }
H1.HeaderClassName
{
color: #EC69FE;
}
.AnyTagClassName
{
color: #EC69FE;
}
</style>
background-color css
<style>
a { background-color: #EC69FE; }
a { background-color: rgb(236,105,254); }
div.DivClassName
{
background-color: #EC69FE;
}
.BgClassName
{
background-color: #EC69FE;
}
</style>
border-color css
<style>
span { border-color: #EC69FE; }
span { border-color: rgb(236,105,254); }
td.TdClassName
{
border-color: #EC69FE;
}
.TagClassName
{
border-color: #EC69FE;
}
</style>