Shades of Heliotrope #EC68FB
Tints of Heliotrope #EC68FB
RGB
CMYK
RGB Variations
Color information
#EC68FB (or 0xEC68FB) is known color: Heliotrope. HEX triplet: EC, 68 and FB. RGB value is (236,104,251). Sum of RGB (Red+Green+Blue) = 236+104+251=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC68FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68FB is #139704. Grayscale: #9F9F9F. Windows color (decimal): -1283845 or 16476396. OLE color: 16476396.
HSL color Cylindrical-coordinate representation of color #EC68FB: hue angle of 293.88º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC68FB is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 104 | 251 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.02 |
| HSL | 293.88º | 0.95% | 0.7% | - |
| HSV(B) | 293.88º | 0.59% | 0.98% | - |
| XYZ | 56.95 | 34.7 | 94.96 | - |
| YUV | 160.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 251 | 0.06 | 0.59 | 0 | 0.02 | 293.88 | 0.95 | 0.7 |
| Hex | EC | 68 | FB | 6 | 3B | 0 | 2 | 126 | 5F | 46 |
| Octal | 354 | 150 | 373 | 6 | 73 | 0 | 2 | 446 | 137 | 106 |
| Binary | 11101100 | 1101000 | 11111011 | 110 | 111011 | 0 | 10 | 100100110 | 1011111 | 1000110 |
Color Harmonies of #EC68FB
Complementary color
Monochromatic Colors of #EC68FB
Black with #EC68FB
Text Example
Text Example
White with #EC68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68FB; }
p { color: rgb(236,104,251); }
H1.HeaderClassName
{
color: #EC68FB;
}
.AnyTagClassName
{
color: #EC68FB;
}
</style>
background-color css
<style>
a { background-color: #EC68FB; }
a { background-color: rgb(236,104,251); }
div.DivClassName
{
background-color: #EC68FB;
}
.BgClassName
{
background-color: #EC68FB;
}
</style>
border-color css
<style>
span { border-color: #EC68FB; }
span { border-color: rgb(236,104,251); }
td.TdClassName
{
border-color: #EC68FB;
}
.TagClassName
{
border-color: #EC68FB;
}
</style>