Shades of Heliotrope #EC76FD
Tints of Heliotrope #EC76FD
RGB
CMYK
RGB Variations
Color information
#EC76FD (or 0xEC76FD) is known color: Heliotrope. HEX triplet: EC, 76 and FD. RGB value is (236,118,253). Sum of RGB (Red+Green+Blue) = 236+118+253=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 118 (46.48% from 255 or 19.44% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC76FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76FD is #138902. Grayscale: #A8A8A8. Windows color (decimal): -1280259 or 16611052. OLE color: 16611052.
HSL color Cylindrical-coordinate representation of color #EC76FD: hue angle of 292.44º 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 #EC76FD is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 118 | 253 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.01 |
| HSL | 292.44º | 0.97% | 0.73% | - |
| HSV(B) | 292.44º | 0.53% | 0.99% | - |
| XYZ | 58.8 | 37.88 | 97.14 | - |
| YUV | 168.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 253 | 0.07 | 0.53 | 0 | 0.01 | 292.44 | 0.97 | 0.73 |
| Hex | EC | 76 | FD | 7 | 35 | 0 | 1 | 124 | 61 | 49 |
| Octal | 354 | 166 | 375 | 7 | 65 | 0 | 1 | 444 | 141 | 111 |
| Binary | 11101100 | 1110110 | 11111101 | 111 | 110101 | 0 | 1 | 100100100 | 1100001 | 1001001 |
Color Harmonies of #EC76FD
Complementary color
Monochromatic Colors of #EC76FD
Black with #EC76FD
Text Example
Text Example
White with #EC76FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76FD; }
p { color: rgb(236,118,253); }
H1.HeaderClassName
{
color: #EC76FD;
}
.AnyTagClassName
{
color: #EC76FD;
}
</style>
background-color css
<style>
a { background-color: #EC76FD; }
a { background-color: rgb(236,118,253); }
div.DivClassName
{
background-color: #EC76FD;
}
.BgClassName
{
background-color: #EC76FD;
}
</style>
border-color css
<style>
span { border-color: #EC76FD; }
span { border-color: rgb(236,118,253); }
td.TdClassName
{
border-color: #EC76FD;
}
.TagClassName
{
border-color: #EC76FD;
}
</style>