Shades of Heliotrope #ED78FF
Tints of Heliotrope #ED78FF
RGB
CMYK
RGB Variations
Color information
#ED78FF (or 0xED78FF) is known color: Heliotrope. HEX triplet: ED, 78 and FF. RGB value is (237,120,255). Sum of RGB (Red+Green+Blue) = 237+120+255=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 120 (47.27% from 255 or 19.61% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED78FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED78FF is #128700. Grayscale: #A9A9A9. Windows color (decimal): -1214209 or 16742637. OLE color: 16742637.
HSL color Cylindrical-coordinate representation of color #ED78FF: hue angle of 292º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED78FF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 120 | 255 | - |
| CMYK | 0.07 | 0.53 | 0 | 0 |
| HSL | 292º | 1% | 0.74% | - |
| HSV(B) | 292º | 0.53% | 1% | - |
| XYZ | 59.69 | 38.66 | 98.92 | - |
| YUV | 170.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 255 | 0.07 | 0.53 | 0 | 0 | 292 | 1 | 0.74 |
| Hex | ED | 78 | FF | 7 | 35 | 0 | 0 | 124 | 64 | 4A |
| Octal | 355 | 170 | 377 | 7 | 65 | 0 | 0 | 444 | 144 | 112 |
| Binary | 11101101 | 1111000 | 11111111 | 111 | 110101 | 0 | 0 | 100100100 | 1100100 | 1001010 |
Color Harmonies of #ED78FF
Complementary color
Monochromatic Colors of #ED78FF
Black with #ED78FF
Text Example
Text Example
White with #ED78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED78FF; }
p { color: rgb(237,120,255); }
H1.HeaderClassName
{
color: #ED78FF;
}
.AnyTagClassName
{
color: #ED78FF;
}
</style>
background-color css
<style>
a { background-color: #ED78FF; }
a { background-color: rgb(237,120,255); }
div.DivClassName
{
background-color: #ED78FF;
}
.BgClassName
{
background-color: #ED78FF;
}
</style>
border-color css
<style>
span { border-color: #ED78FF; }
span { border-color: rgb(237,120,255); }
td.TdClassName
{
border-color: #ED78FF;
}
.TagClassName
{
border-color: #ED78FF;
}
</style>