Shades of Heliotrope #ED77FF
Tints of Heliotrope #ED77FF
RGB
CMYK
RGB Variations
Color information
#ED77FF (or 0xED77FF) is known color: Heliotrope. HEX triplet: ED, 77 and FF. RGB value is (237,119,255). Sum of RGB (Red+Green+Blue) = 237+119+255=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 119 (46.88% from 255 or 19.48% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED77FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77FF is #128800. Grayscale: #A9A9A9. Windows color (decimal): -1214465 or 16742381. OLE color: 16742381.
HSL color Cylindrical-coordinate representation of color #ED77FF: hue angle of 292.06º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED77FF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 119 | 255 | - |
| CMYK | 0.07 | 0.53 | 0 | 0 |
| HSL | 292.06º | 1% | 0.73% | - |
| HSV(B) | 292.06º | 0.53% | 1% | - |
| XYZ | 59.57 | 38.42 | 98.88 | - |
| YUV | 169.79 | 176.09 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 255 | 0.07 | 0.53 | 0 | 0 | 292.06 | 1 | 0.73 |
| Hex | ED | 77 | FF | 7 | 35 | 0 | 0 | 124 | 64 | 49 |
| Octal | 355 | 167 | 377 | 7 | 65 | 0 | 0 | 444 | 144 | 111 |
| Binary | 11101101 | 1110111 | 11111111 | 111 | 110101 | 0 | 0 | 100100100 | 1100100 | 1001001 |
Color Harmonies of #ED77FF
Complementary color
Monochromatic Colors of #ED77FF
Black with #ED77FF
Text Example
Text Example
White with #ED77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77FF; }
p { color: rgb(237,119,255); }
H1.HeaderClassName
{
color: #ED77FF;
}
.AnyTagClassName
{
color: #ED77FF;
}
</style>
background-color css
<style>
a { background-color: #ED77FF; }
a { background-color: rgb(237,119,255); }
div.DivClassName
{
background-color: #ED77FF;
}
.BgClassName
{
background-color: #ED77FF;
}
</style>
border-color css
<style>
span { border-color: #ED77FF; }
span { border-color: rgb(237,119,255); }
td.TdClassName
{
border-color: #ED77FF;
}
.TagClassName
{
border-color: #ED77FF;
}
</style>