Shades of Heliotrope #EC77FB
Tints of Heliotrope #EC77FB
RGB
CMYK
RGB Variations
Color information
#EC77FB (or 0xEC77FB) is known color: Heliotrope. HEX triplet: EC, 77 and FB. RGB value is (236,119,251). Sum of RGB (Red+Green+Blue) = 236+119+251=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC77FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77FB is #138804. Grayscale: #A8A8A8. Windows color (decimal): -1280005 or 16480236. OLE color: 16480236.
HSL color Cylindrical-coordinate representation of color #EC77FB: hue angle of 293.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC77FB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 119 | 251 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.02 |
| HSL | 293.18º | 0.94% | 0.73% | - |
| HSV(B) | 293.18º | 0.53% | 0.98% | - |
| XYZ | 58.6 | 37.99 | 95.51 | - |
| YUV | 169.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 251 | 0.06 | 0.53 | 0 | 0.02 | 293.18 | 0.94 | 0.73 |
| Hex | EC | 77 | FB | 6 | 35 | 0 | 2 | 125 | 5E | 49 |
| Octal | 354 | 167 | 373 | 6 | 65 | 0 | 2 | 445 | 136 | 111 |
| Binary | 11101100 | 1110111 | 11111011 | 110 | 110101 | 0 | 10 | 100100101 | 1011110 | 1001001 |
Color Harmonies of #EC77FB
Complementary color
Monochromatic Colors of #EC77FB
Black with #EC77FB
Text Example
Text Example
White with #EC77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77FB; }
p { color: rgb(236,119,251); }
H1.HeaderClassName
{
color: #EC77FB;
}
.AnyTagClassName
{
color: #EC77FB;
}
</style>
background-color css
<style>
a { background-color: #EC77FB; }
a { background-color: rgb(236,119,251); }
div.DivClassName
{
background-color: #EC77FB;
}
.BgClassName
{
background-color: #EC77FB;
}
</style>
border-color css
<style>
span { border-color: #EC77FB; }
span { border-color: rgb(236,119,251); }
td.TdClassName
{
border-color: #EC77FB;
}
.TagClassName
{
border-color: #EC77FB;
}
</style>