Shades of Heliotrope #EC77FC
Tints of Heliotrope #EC77FC
RGB
CMYK
RGB Variations
Color information
#EC77FC (or 0xEC77FC) is known color: Heliotrope. HEX triplet: EC, 77 and FC. RGB value is (236,119,252). Sum of RGB (Red+Green+Blue) = 236+119+252=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC77FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77FC is #138803. Grayscale: #A8A8A8. Windows color (decimal): -1280004 or 16545772. OLE color: 16545772.
HSL color Cylindrical-coordinate representation of color #EC77FC: hue angle of 292.78º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC77FC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 119 | 252 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.01 |
| HSL | 292.78º | 0.96% | 0.73% | - |
| HSV(B) | 292.78º | 0.53% | 0.99% | - |
| XYZ | 58.76 | 38.05 | 96.34 | - |
| YUV | 169.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 252 | 0.06 | 0.53 | 0 | 0.01 | 292.78 | 0.96 | 0.73 |
| Hex | EC | 77 | FC | 6 | 35 | 0 | 1 | 125 | 60 | 49 |
| Octal | 354 | 167 | 374 | 6 | 65 | 0 | 1 | 445 | 140 | 111 |
| Binary | 11101100 | 1110111 | 11111100 | 110 | 110101 | 0 | 1 | 100100101 | 1100000 | 1001001 |
Color Harmonies of #EC77FC
Complementary color
Monochromatic Colors of #EC77FC
Black with #EC77FC
Text Example
Text Example
White with #EC77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77FC; }
p { color: rgb(236,119,252); }
H1.HeaderClassName
{
color: #EC77FC;
}
.AnyTagClassName
{
color: #EC77FC;
}
</style>
background-color css
<style>
a { background-color: #EC77FC; }
a { background-color: rgb(236,119,252); }
div.DivClassName
{
background-color: #EC77FC;
}
.BgClassName
{
background-color: #EC77FC;
}
</style>
border-color css
<style>
span { border-color: #EC77FC; }
span { border-color: rgb(236,119,252); }
td.TdClassName
{
border-color: #EC77FC;
}
.TagClassName
{
border-color: #EC77FC;
}
</style>