Shades of Heliotrope #ED6EFE
Tints of Heliotrope #ED6EFE
RGB
CMYK
RGB Variations
Color information
#ED6EFE (or 0xED6EFE) is known color: Heliotrope. HEX triplet: ED, 6E and FE. RGB value is (237,110,254). Sum of RGB (Red+Green+Blue) = 237+110+254=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 110 (43.36% from 255 or 18.30% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED6EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6EFE is #129101. Grayscale: #A3A3A3. Windows color (decimal): -1216770 or 16674541. OLE color: 16674541.
HSL color Cylindrical-coordinate representation of color #ED6EFE: hue angle of 292.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6EFE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 110 | 254 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.00 |
| HSL | 292.92º | 0.99% | 0.71% | - |
| HSV(B) | 292.92º | 0.57% | 1% | - |
| XYZ | 58.39 | 36.31 | 97.7 | - |
| YUV | 164.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 254 | 0.07 | 0.57 | 0 | 0.00 | 292.92 | 0.99 | 0.71 |
| Hex | ED | 6E | FE | 7 | 39 | 0 | 0 | 125 | 63 | 47 |
| Octal | 355 | 156 | 376 | 7 | 71 | 0 | 0 | 445 | 143 | 107 |
| Binary | 11101101 | 1101110 | 11111110 | 111 | 111001 | 0 | 0 | 100100101 | 1100011 | 1000111 |
Color Harmonies of #ED6EFE
Complementary color
Monochromatic Colors of #ED6EFE
Black with #ED6EFE
Text Example
Text Example
White with #ED6EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6EFE; }
p { color: rgb(237,110,254); }
H1.HeaderClassName
{
color: #ED6EFE;
}
.AnyTagClassName
{
color: #ED6EFE;
}
</style>
background-color css
<style>
a { background-color: #ED6EFE; }
a { background-color: rgb(237,110,254); }
div.DivClassName
{
background-color: #ED6EFE;
}
.BgClassName
{
background-color: #ED6EFE;
}
</style>
border-color css
<style>
span { border-color: #ED6EFE; }
span { border-color: rgb(237,110,254); }
td.TdClassName
{
border-color: #ED6EFE;
}
.TagClassName
{
border-color: #ED6EFE;
}
</style>