Shades of Heliotrope #EC6CFB
Tints of Heliotrope #EC6CFB
RGB
CMYK
RGB Variations
Color information
#EC6CFB (or 0xEC6CFB) is known color: Heliotrope. HEX triplet: EC, 6C and FB. RGB value is (236,108,251). Sum of RGB (Red+Green+Blue) = 236+108+251=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC6CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CFB is #139304. Grayscale: #A2A2A2. Windows color (decimal): -1282821 or 16477420. OLE color: 16477420.
HSL color Cylindrical-coordinate representation of color #EC6CFB: hue angle of 293.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6CFB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 108 | 251 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.02 |
| HSL | 293.71º | 0.95% | 0.7% | - |
| HSV(B) | 293.71º | 0.57% | 0.98% | - |
| XYZ | 57.37 | 35.52 | 95.1 | - |
| YUV | 162.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 251 | 0.06 | 0.57 | 0 | 0.02 | 293.71 | 0.95 | 0.7 |
| Hex | EC | 6C | FB | 6 | 39 | 0 | 2 | 126 | 5F | 46 |
| Octal | 354 | 154 | 373 | 6 | 71 | 0 | 2 | 446 | 137 | 106 |
| Binary | 11101100 | 1101100 | 11111011 | 110 | 111001 | 0 | 10 | 100100110 | 1011111 | 1000110 |
Color Harmonies of #EC6CFB
Complementary color
Monochromatic Colors of #EC6CFB
Black with #EC6CFB
Text Example
Text Example
White with #EC6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CFB; }
p { color: rgb(236,108,251); }
H1.HeaderClassName
{
color: #EC6CFB;
}
.AnyTagClassName
{
color: #EC6CFB;
}
</style>
background-color css
<style>
a { background-color: #EC6CFB; }
a { background-color: rgb(236,108,251); }
div.DivClassName
{
background-color: #EC6CFB;
}
.BgClassName
{
background-color: #EC6CFB;
}
</style>
border-color css
<style>
span { border-color: #EC6CFB; }
span { border-color: rgb(236,108,251); }
td.TdClassName
{
border-color: #EC6CFB;
}
.TagClassName
{
border-color: #EC6CFB;
}
</style>