Shades of Heliotrope #EC6CFD
Tints of Heliotrope #EC6CFD
RGB
CMYK
RGB Variations
Color information
#EC6CFD (or 0xEC6CFD) is known color: Heliotrope. HEX triplet: EC, 6C and FD. RGB value is (236,108,253). Sum of RGB (Red+Green+Blue) = 236+108+253=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 108 (42.58% from 255 or 18.09% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC6CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CFD is #139302. Grayscale: #A2A2A2. Windows color (decimal): -1282819 or 16608492. OLE color: 16608492.
HSL color Cylindrical-coordinate representation of color #EC6CFD: hue angle of 292.97º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6CFD is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 108 | 253 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.01 |
| HSL | 292.97º | 0.97% | 0.71% | - |
| HSV(B) | 292.97º | 0.57% | 0.99% | - |
| XYZ | 57.68 | 35.65 | 96.77 | - |
| YUV | 162.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 253 | 0.07 | 0.57 | 0 | 0.01 | 292.97 | 0.97 | 0.71 |
| Hex | EC | 6C | FD | 7 | 39 | 0 | 1 | 125 | 61 | 47 |
| Octal | 354 | 154 | 375 | 7 | 71 | 0 | 1 | 445 | 141 | 107 |
| Binary | 11101100 | 1101100 | 11111101 | 111 | 111001 | 0 | 1 | 100100101 | 1100001 | 1000111 |
Color Harmonies of #EC6CFD
Complementary color
Monochromatic Colors of #EC6CFD
Black with #EC6CFD
Text Example
Text Example
White with #EC6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CFD; }
p { color: rgb(236,108,253); }
H1.HeaderClassName
{
color: #EC6CFD;
}
.AnyTagClassName
{
color: #EC6CFD;
}
</style>
background-color css
<style>
a { background-color: #EC6CFD; }
a { background-color: rgb(236,108,253); }
div.DivClassName
{
background-color: #EC6CFD;
}
.BgClassName
{
background-color: #EC6CFD;
}
</style>
border-color css
<style>
span { border-color: #EC6CFD; }
span { border-color: rgb(236,108,253); }
td.TdClassName
{
border-color: #EC6CFD;
}
.TagClassName
{
border-color: #EC6CFD;
}
</style>