Shades of Heliotrope #ED80FF
Tints of Heliotrope #ED80FF
RGB
CMYK
RGB Variations
Color information
#ED80FF (or 0xED80FF) is known color: Heliotrope. HEX triplet: ED, 80 and FF. RGB value is (237,128,255). Sum of RGB (Red+Green+Blue) = 237+128+255=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80FF is #127F00. Grayscale: #AEAEAE. Windows color (decimal): -1212161 or 16744685. OLE color: 16744685.
HSL color Cylindrical-coordinate representation of color #ED80FF: hue angle of 291.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED80FF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 128 | 255 | - |
| CMYK | 0.07 | 0.50 | 0 | 0 |
| HSL | 291.5º | 1% | 0.75% | - |
| HSV(B) | 291.5º | 0.5% | 1% | - |
| XYZ | 60.69 | 40.66 | 99.26 | - |
| YUV | 175.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 255 | 0.07 | 0.50 | 0 | 0 | 291.5 | 1 | 0.75 |
| Hex | ED | 80 | FF | 7 | 32 | 0 | 0 | 123 | 64 | 4B |
| Octal | 355 | 200 | 377 | 7 | 62 | 0 | 0 | 443 | 144 | 113 |
| Binary | 11101101 | 10000000 | 11111111 | 111 | 110010 | 0 | 0 | 100100011 | 1100100 | 1001011 |
Color Harmonies of #ED80FF
Complementary color
Monochromatic Colors of #ED80FF
Black with #ED80FF
Text Example
Text Example
White with #ED80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80FF; }
p { color: rgb(237,128,255); }
H1.HeaderClassName
{
color: #ED80FF;
}
.AnyTagClassName
{
color: #ED80FF;
}
</style>
background-color css
<style>
a { background-color: #ED80FF; }
a { background-color: rgb(237,128,255); }
div.DivClassName
{
background-color: #ED80FF;
}
.BgClassName
{
background-color: #ED80FF;
}
</style>
border-color css
<style>
span { border-color: #ED80FF; }
span { border-color: rgb(237,128,255); }
td.TdClassName
{
border-color: #ED80FF;
}
.TagClassName
{
border-color: #ED80FF;
}
</style>