Shades of Heliotrope #EC68FC
Tints of Heliotrope #EC68FC
RGB
CMYK
RGB Variations
Color information
#EC68FC (or 0xEC68FC) is known color: Heliotrope. HEX triplet: EC, 68 and FC. RGB value is (236,104,252). Sum of RGB (Red+Green+Blue) = 236+104+252=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 104 (41.02% from 255 or 17.57% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC68FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68FC is #139703. Grayscale: #9F9F9F. Windows color (decimal): -1283844 or 16541932. OLE color: 16541932.
HSL color Cylindrical-coordinate representation of color #EC68FC: hue angle of 293.51º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC68FC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 104 | 252 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.01 |
| HSL | 293.51º | 0.96% | 0.7% | - |
| HSV(B) | 293.51º | 0.59% | 0.99% | - |
| XYZ | 57.11 | 34.76 | 95.79 | - |
| YUV | 160.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 252 | 0.06 | 0.59 | 0 | 0.01 | 293.51 | 0.96 | 0.7 |
| Hex | EC | 68 | FC | 6 | 3B | 0 | 1 | 126 | 60 | 46 |
| Octal | 354 | 150 | 374 | 6 | 73 | 0 | 1 | 446 | 140 | 106 |
| Binary | 11101100 | 1101000 | 11111100 | 110 | 111011 | 0 | 1 | 100100110 | 1100000 | 1000110 |
Color Harmonies of #EC68FC
Complementary color
Monochromatic Colors of #EC68FC
Black with #EC68FC
Text Example
Text Example
White with #EC68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68FC; }
p { color: rgb(236,104,252); }
H1.HeaderClassName
{
color: #EC68FC;
}
.AnyTagClassName
{
color: #EC68FC;
}
</style>
background-color css
<style>
a { background-color: #EC68FC; }
a { background-color: rgb(236,104,252); }
div.DivClassName
{
background-color: #EC68FC;
}
.BgClassName
{
background-color: #EC68FC;
}
</style>
border-color css
<style>
span { border-color: #EC68FC; }
span { border-color: rgb(236,104,252); }
td.TdClassName
{
border-color: #EC68FC;
}
.TagClassName
{
border-color: #EC68FC;
}
</style>