Shades of Heliotrope #EC68FA
Tints of Heliotrope #EC68FA
RGB
CMYK
RGB Variations
Color information
#EC68FA (or 0xEC68FA) is known color: Heliotrope. HEX triplet: EC, 68 and FA. RGB value is (236,104,250). Sum of RGB (Red+Green+Blue) = 236+104+250=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68FA is #139705. Grayscale: #9F9F9F. Windows color (decimal): -1283846 or 16410860. OLE color: 16410860.
HSL color Cylindrical-coordinate representation of color #EC68FA: hue angle of 294.25º degrees, saturation: 0.94, 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 #EC68FA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 104 | 250 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.02 |
| HSL | 294.25º | 0.94% | 0.69% | - |
| HSV(B) | 294.25º | 0.58% | 0.98% | - |
| XYZ | 56.8 | 34.64 | 94.13 | - |
| YUV | 160.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 250 | 0.06 | 0.58 | 0 | 0.02 | 294.25 | 0.94 | 0.69 |
| Hex | EC | 68 | FA | 6 | 3A | 0 | 2 | 126 | 5E | 45 |
| Octal | 354 | 150 | 372 | 6 | 72 | 0 | 2 | 446 | 136 | 105 |
| Binary | 11101100 | 1101000 | 11111010 | 110 | 111010 | 0 | 10 | 100100110 | 1011110 | 1000101 |
Color Harmonies of #EC68FA
Complementary color
Monochromatic Colors of #EC68FA
Black with #EC68FA
Text Example
Text Example
White with #EC68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68FA; }
p { color: rgb(236,104,250); }
H1.HeaderClassName
{
color: #EC68FA;
}
.AnyTagClassName
{
color: #EC68FA;
}
</style>
background-color css
<style>
a { background-color: #EC68FA; }
a { background-color: rgb(236,104,250); }
div.DivClassName
{
background-color: #EC68FA;
}
.BgClassName
{
background-color: #EC68FA;
}
</style>
border-color css
<style>
span { border-color: #EC68FA; }
span { border-color: rgb(236,104,250); }
td.TdClassName
{
border-color: #EC68FA;
}
.TagClassName
{
border-color: #EC68FA;
}
</style>