Shades of Heliotrope #ED76FF
Tints of Heliotrope #ED76FF
RGB
CMYK
RGB Variations
Color information
#ED76FF (or 0xED76FF) is known color: Heliotrope. HEX triplet: ED, 76 and FF. RGB value is (237,118,255). Sum of RGB (Red+Green+Blue) = 237+118+255=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 118 (46.48% from 255 or 19.34% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED76FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76FF is #128900. Grayscale: #A8A8A8. Windows color (decimal): -1214721 or 16742125. OLE color: 16742125.
HSL color Cylindrical-coordinate representation of color #ED76FF: hue angle of 292.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED76FF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 118 | 255 | - |
| CMYK | 0.07 | 0.54 | 0 | 0 |
| HSL | 292.12º | 1% | 0.73% | - |
| HSV(B) | 292.12º | 0.54% | 1% | - |
| XYZ | 59.45 | 38.18 | 98.84 | - |
| YUV | 169.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 255 | 0.07 | 0.54 | 0 | 0 | 292.12 | 1 | 0.73 |
| Hex | ED | 76 | FF | 7 | 36 | 0 | 0 | 124 | 64 | 49 |
| Octal | 355 | 166 | 377 | 7 | 66 | 0 | 0 | 444 | 144 | 111 |
| Binary | 11101101 | 1110110 | 11111111 | 111 | 110110 | 0 | 0 | 100100100 | 1100100 | 1001001 |
Color Harmonies of #ED76FF
Complementary color
Monochromatic Colors of #ED76FF
Black with #ED76FF
Text Example
Text Example
White with #ED76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76FF; }
p { color: rgb(237,118,255); }
H1.HeaderClassName
{
color: #ED76FF;
}
.AnyTagClassName
{
color: #ED76FF;
}
</style>
background-color css
<style>
a { background-color: #ED76FF; }
a { background-color: rgb(237,118,255); }
div.DivClassName
{
background-color: #ED76FF;
}
.BgClassName
{
background-color: #ED76FF;
}
</style>
border-color css
<style>
span { border-color: #ED76FF; }
span { border-color: rgb(237,118,255); }
td.TdClassName
{
border-color: #ED76FF;
}
.TagClassName
{
border-color: #ED76FF;
}
</style>