Shades of Heliotrope #EC6BFB
Tints of Heliotrope #EC6BFB
RGB
CMYK
RGB Variations
Color information
#EC6BFB (or 0xEC6BFB) is known color: Heliotrope. HEX triplet: EC, 6B and FB. RGB value is (236,107,251). Sum of RGB (Red+Green+Blue) = 236+107+251=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC6BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BFB is #139404. Grayscale: #A1A1A1. Windows color (decimal): -1283077 or 16477164. OLE color: 16477164.
HSL color Cylindrical-coordinate representation of color #EC6BFB: hue angle of 293.75º 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 #EC6BFB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 107 | 251 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.02 |
| HSL | 293.75º | 0.95% | 0.7% | - |
| HSV(B) | 293.75º | 0.57% | 0.98% | - |
| XYZ | 57.26 | 35.31 | 95.06 | - |
| YUV | 161.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 251 | 0.06 | 0.57 | 0 | 0.02 | 293.75 | 0.95 | 0.7 |
| Hex | EC | 6B | FB | 6 | 39 | 0 | 2 | 126 | 5F | 46 |
| Octal | 354 | 153 | 373 | 6 | 71 | 0 | 2 | 446 | 137 | 106 |
| Binary | 11101100 | 1101011 | 11111011 | 110 | 111001 | 0 | 10 | 100100110 | 1011111 | 1000110 |
Color Harmonies of #EC6BFB
Complementary color
Monochromatic Colors of #EC6BFB
Black with #EC6BFB
Text Example
Text Example
White with #EC6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BFB; }
p { color: rgb(236,107,251); }
H1.HeaderClassName
{
color: #EC6BFB;
}
.AnyTagClassName
{
color: #EC6BFB;
}
</style>
background-color css
<style>
a { background-color: #EC6BFB; }
a { background-color: rgb(236,107,251); }
div.DivClassName
{
background-color: #EC6BFB;
}
.BgClassName
{
background-color: #EC6BFB;
}
</style>
border-color css
<style>
span { border-color: #EC6BFB; }
span { border-color: rgb(236,107,251); }
td.TdClassName
{
border-color: #EC6BFB;
}
.TagClassName
{
border-color: #EC6BFB;
}
</style>