Shades of Heliotrope #EC6BFD
Tints of Heliotrope #EC6BFD
RGB
CMYK
RGB Variations
Color information
#EC6BFD (or 0xEC6BFD) is known color: Heliotrope. HEX triplet: EC, 6B and FD. RGB value is (236,107,253). Sum of RGB (Red+Green+Blue) = 236+107+253=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 107 (42.19% from 255 or 17.95% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC6BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BFD is #139402. Grayscale: #A1A1A1. Windows color (decimal): -1283075 or 16608236. OLE color: 16608236.
HSL color Cylindrical-coordinate representation of color #EC6BFD: hue angle of 293.01º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6BFD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 107 | 253 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.01 |
| HSL | 293.01º | 0.97% | 0.71% | - |
| HSV(B) | 293.01º | 0.58% | 0.99% | - |
| XYZ | 57.58 | 35.44 | 96.73 | - |
| YUV | 162.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 253 | 0.07 | 0.58 | 0 | 0.01 | 293.01 | 0.97 | 0.71 |
| Hex | EC | 6B | FD | 7 | 3A | 0 | 1 | 125 | 61 | 47 |
| Octal | 354 | 153 | 375 | 7 | 72 | 0 | 1 | 445 | 141 | 107 |
| Binary | 11101100 | 1101011 | 11111101 | 111 | 111010 | 0 | 1 | 100100101 | 1100001 | 1000111 |
Color Harmonies of #EC6BFD
Complementary color
Monochromatic Colors of #EC6BFD
Black with #EC6BFD
Text Example
Text Example
White with #EC6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BFD; }
p { color: rgb(236,107,253); }
H1.HeaderClassName
{
color: #EC6BFD;
}
.AnyTagClassName
{
color: #EC6BFD;
}
</style>
background-color css
<style>
a { background-color: #EC6BFD; }
a { background-color: rgb(236,107,253); }
div.DivClassName
{
background-color: #EC6BFD;
}
.BgClassName
{
background-color: #EC6BFD;
}
</style>
border-color css
<style>
span { border-color: #EC6BFD; }
span { border-color: rgb(236,107,253); }
td.TdClassName
{
border-color: #EC6BFD;
}
.TagClassName
{
border-color: #EC6BFD;
}
</style>