Shades of Heliotrope #ED77FC
Tints of Heliotrope #ED77FC
RGB
CMYK
RGB Variations
Color information
#ED77FC (or 0xED77FC) is known color: Heliotrope. HEX triplet: ED, 77 and FC. RGB value is (237,119,252). Sum of RGB (Red+Green+Blue) = 237+119+252=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED77FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77FC is #128803. Grayscale: #A9A9A9. Windows color (decimal): -1214468 or 16545773. OLE color: 16545773.
HSL color Cylindrical-coordinate representation of color #ED77FC: hue angle of 293.23º degrees, saturation: 0.96, 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 #ED77FC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 119 | 252 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.01 |
| HSL | 293.23º | 0.96% | 0.73% | - |
| HSV(B) | 293.23º | 0.53% | 0.99% | - |
| XYZ | 59.09 | 38.23 | 96.36 | - |
| YUV | 169.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 252 | 0.06 | 0.53 | 0 | 0.01 | 293.23 | 0.96 | 0.73 |
| Hex | ED | 77 | FC | 6 | 35 | 0 | 1 | 125 | 60 | 49 |
| Octal | 355 | 167 | 374 | 6 | 65 | 0 | 1 | 445 | 140 | 111 |
| Binary | 11101101 | 1110111 | 11111100 | 110 | 110101 | 0 | 1 | 100100101 | 1100000 | 1001001 |
Color Harmonies of #ED77FC
Complementary color
Monochromatic Colors of #ED77FC
Black with #ED77FC
Text Example
Text Example
White with #ED77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77FC; }
p { color: rgb(237,119,252); }
H1.HeaderClassName
{
color: #ED77FC;
}
.AnyTagClassName
{
color: #ED77FC;
}
</style>
background-color css
<style>
a { background-color: #ED77FC; }
a { background-color: rgb(237,119,252); }
div.DivClassName
{
background-color: #ED77FC;
}
.BgClassName
{
background-color: #ED77FC;
}
</style>
border-color css
<style>
span { border-color: #ED77FC; }
span { border-color: rgb(237,119,252); }
td.TdClassName
{
border-color: #ED77FC;
}
.TagClassName
{
border-color: #ED77FC;
}
</style>