Shades of Heliotrope #ED6AFE
Tints of Heliotrope #ED6AFE
RGB
CMYK
RGB Variations
Color information
#ED6AFE (or 0xED6AFE) is known color: Heliotrope. HEX triplet: ED, 6A and FE. RGB value is (237,106,254). Sum of RGB (Red+Green+Blue) = 237+106+254=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED6AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6AFE is #129501. Grayscale: #A1A1A1. Windows color (decimal): -1217794 or 16673517. OLE color: 16673517.
HSL color Cylindrical-coordinate representation of color #ED6AFE: hue angle of 293.11º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6AFE is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 106 | 254 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.00 |
| HSL | 293.11º | 0.99% | 0.71% | - |
| HSV(B) | 293.11º | 0.58% | 1% | - |
| XYZ | 57.97 | 35.47 | 97.56 | - |
| YUV | 162.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 254 | 0.07 | 0.58 | 0 | 0.00 | 293.11 | 0.99 | 0.71 |
| Hex | ED | 6A | FE | 7 | 3A | 0 | 0 | 125 | 63 | 47 |
| Octal | 355 | 152 | 376 | 7 | 72 | 0 | 0 | 445 | 143 | 107 |
| Binary | 11101101 | 1101010 | 11111110 | 111 | 111010 | 0 | 0 | 100100101 | 1100011 | 1000111 |
Color Harmonies of #ED6AFE
Complementary color
Monochromatic Colors of #ED6AFE
Black with #ED6AFE
Text Example
Text Example
White with #ED6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6AFE; }
p { color: rgb(237,106,254); }
H1.HeaderClassName
{
color: #ED6AFE;
}
.AnyTagClassName
{
color: #ED6AFE;
}
</style>
background-color css
<style>
a { background-color: #ED6AFE; }
a { background-color: rgb(237,106,254); }
div.DivClassName
{
background-color: #ED6AFE;
}
.BgClassName
{
background-color: #ED6AFE;
}
</style>
border-color css
<style>
span { border-color: #ED6AFE; }
span { border-color: rgb(237,106,254); }
td.TdClassName
{
border-color: #ED6AFE;
}
.TagClassName
{
border-color: #ED6AFE;
}
</style>