Shades of Heliotrope #ED76FA
Tints of Heliotrope #ED76FA
RGB
CMYK
RGB Variations
Color information
#ED76FA (or 0xED76FA) is known color: Heliotrope. HEX triplet: ED, 76 and FA. RGB value is (237,118,250). Sum of RGB (Red+Green+Blue) = 237+118+250=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 118 (46.48% from 255 or 19.50% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED76FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76FA is #128905. Grayscale: #A8A8A8. Windows color (decimal): -1214726 or 16414445. OLE color: 16414445.
HSL color Cylindrical-coordinate representation of color #ED76FA: hue angle of 294.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED76FA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 118 | 250 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.02 |
| HSL | 294.09º | 0.93% | 0.72% | - |
| HSV(B) | 294.09º | 0.53% | 0.98% | - |
| XYZ | 58.66 | 37.86 | 94.66 | - |
| YUV | 168.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 250 | 0.05 | 0.53 | 0 | 0.02 | 294.09 | 0.93 | 0.72 |
| Hex | ED | 76 | FA | 5 | 35 | 0 | 2 | 126 | 5D | 48 |
| Octal | 355 | 166 | 372 | 5 | 65 | 0 | 2 | 446 | 135 | 110 |
| Binary | 11101101 | 1110110 | 11111010 | 101 | 110101 | 0 | 10 | 100100110 | 1011101 | 1001000 |
Color Harmonies of #ED76FA
Complementary color
Monochromatic Colors of #ED76FA
Black with #ED76FA
Text Example
Text Example
White with #ED76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76FA; }
p { color: rgb(237,118,250); }
H1.HeaderClassName
{
color: #ED76FA;
}
.AnyTagClassName
{
color: #ED76FA;
}
</style>
background-color css
<style>
a { background-color: #ED76FA; }
a { background-color: rgb(237,118,250); }
div.DivClassName
{
background-color: #ED76FA;
}
.BgClassName
{
background-color: #ED76FA;
}
</style>
border-color css
<style>
span { border-color: #ED76FA; }
span { border-color: rgb(237,118,250); }
td.TdClassName
{
border-color: #ED76FA;
}
.TagClassName
{
border-color: #ED76FA;
}
</style>