Shades of Heliotrope #EC77FD
Tints of Heliotrope #EC77FD
RGB
CMYK
RGB Variations
Color information
#EC77FD (or 0xEC77FD) is known color: Heliotrope. HEX triplet: EC, 77 and FD. RGB value is (236,119,253). Sum of RGB (Red+Green+Blue) = 236+119+253=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC77FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC77FD is #138802. Grayscale: #A8A8A8. Windows color (decimal): -1280003 or 16611308. OLE color: 16611308.
HSL color Cylindrical-coordinate representation of color #EC77FD: hue angle of 292.39º degrees, saturation: 0.97, 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 #EC77FD is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 119 | 253 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.01 |
| HSL | 292.39º | 0.97% | 0.73% | - |
| HSV(B) | 292.39º | 0.53% | 0.99% | - |
| XYZ | 58.92 | 38.12 | 97.18 | - |
| YUV | 169.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 253 | 0.07 | 0.53 | 0 | 0.01 | 292.39 | 0.97 | 0.73 |
| Hex | EC | 77 | FD | 7 | 35 | 0 | 1 | 124 | 61 | 49 |
| Octal | 354 | 167 | 375 | 7 | 65 | 0 | 1 | 444 | 141 | 111 |
| Binary | 11101100 | 1110111 | 11111101 | 111 | 110101 | 0 | 1 | 100100100 | 1100001 | 1001001 |
Color Harmonies of #EC77FD
Complementary color
Monochromatic Colors of #EC77FD
Black with #EC77FD
Text Example
Text Example
White with #EC77FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77FD; }
p { color: rgb(236,119,253); }
H1.HeaderClassName
{
color: #EC77FD;
}
.AnyTagClassName
{
color: #EC77FD;
}
</style>
background-color css
<style>
a { background-color: #EC77FD; }
a { background-color: rgb(236,119,253); }
div.DivClassName
{
background-color: #EC77FD;
}
.BgClassName
{
background-color: #EC77FD;
}
</style>
border-color css
<style>
span { border-color: #EC77FD; }
span { border-color: rgb(236,119,253); }
td.TdClassName
{
border-color: #EC77FD;
}
.TagClassName
{
border-color: #EC77FD;
}
</style>