Shades of Heliotrope #ED77FE
Tints of Heliotrope #ED77FE
RGB
CMYK
RGB Variations
Color information
#ED77FE (or 0xED77FE) is known color: Heliotrope. HEX triplet: ED, 77 and FE. RGB value is (237,119,254). Sum of RGB (Red+Green+Blue) = 237+119+254=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 119 (46.88% from 255 or 19.51% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77FE is #128801. Grayscale: #A9A9A9. Windows color (decimal): -1214466 or 16676845. OLE color: 16676845.
HSL color Cylindrical-coordinate representation of color #ED77FE: hue angle of 292.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED77FE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 119 | 254 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.00 |
| HSL | 292.44º | 0.99% | 0.73% | - |
| HSV(B) | 292.44º | 0.53% | 1% | - |
| XYZ | 59.41 | 38.35 | 98.04 | - |
| YUV | 169.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 254 | 0.07 | 0.53 | 0 | 0.00 | 292.44 | 0.99 | 0.73 |
| Hex | ED | 77 | FE | 7 | 35 | 0 | 0 | 124 | 63 | 49 |
| Octal | 355 | 167 | 376 | 7 | 65 | 0 | 0 | 444 | 143 | 111 |
| Binary | 11101101 | 1110111 | 11111110 | 111 | 110101 | 0 | 0 | 100100100 | 1100011 | 1001001 |
Color Harmonies of #ED77FE
Complementary color
Monochromatic Colors of #ED77FE
Black with #ED77FE
Text Example
Text Example
White with #ED77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77FE; }
p { color: rgb(237,119,254); }
H1.HeaderClassName
{
color: #ED77FE;
}
.AnyTagClassName
{
color: #ED77FE;
}
</style>
background-color css
<style>
a { background-color: #ED77FE; }
a { background-color: rgb(237,119,254); }
div.DivClassName
{
background-color: #ED77FE;
}
.BgClassName
{
background-color: #ED77FE;
}
</style>
border-color css
<style>
span { border-color: #ED77FE; }
span { border-color: rgb(237,119,254); }
td.TdClassName
{
border-color: #ED77FE;
}
.TagClassName
{
border-color: #ED77FE;
}
</style>