Shades of Violet #ED86FE
Tints of Violet #ED86FE
RGB
CMYK
RGB Variations
Color information
#ED86FE (or 0xED86FE) is known color: Violet. HEX triplet: ED, 86 and FE. RGB value is (237,134,254). Sum of RGB (Red+Green+Blue) = 237+134+254=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 134 (52.73% from 255 or 21.44% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED86FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86FE is #127901. Grayscale: #B2B2B2. Windows color (decimal): -1210626 or 16680685. OLE color: 16680685.
HSL color Cylindrical-coordinate representation of color #ED86FE: hue angle of 291.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED86FE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 134 | 254 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.00 |
| HSL | 291.5º | 0.98% | 0.76% | - |
| HSV(B) | 291.5º | 0.47% | 1% | - |
| XYZ | 61.34 | 42.21 | 98.68 | - |
| YUV | 178.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 254 | 0.07 | 0.47 | 0 | 0.00 | 291.5 | 0.98 | 0.76 |
| Hex | ED | 86 | FE | 7 | 2F | 0 | 0 | 124 | 62 | 4C |
| Octal | 355 | 206 | 376 | 7 | 57 | 0 | 0 | 444 | 142 | 114 |
| Binary | 11101101 | 10000110 | 11111110 | 111 | 101111 | 0 | 0 | 100100100 | 1100010 | 1001100 |
Color Harmonies of #ED86FE
Complementary color
Monochromatic Colors of #ED86FE
Black with #ED86FE
Text Example
Text Example
White with #ED86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86FE; }
p { color: rgb(237,134,254); }
H1.HeaderClassName
{
color: #ED86FE;
}
.AnyTagClassName
{
color: #ED86FE;
}
</style>
background-color css
<style>
a { background-color: #ED86FE; }
a { background-color: rgb(237,134,254); }
div.DivClassName
{
background-color: #ED86FE;
}
.BgClassName
{
background-color: #ED86FE;
}
</style>
border-color css
<style>
span { border-color: #ED86FE; }
span { border-color: rgb(237,134,254); }
td.TdClassName
{
border-color: #ED86FE;
}
.TagClassName
{
border-color: #ED86FE;
}
</style>