Shades of Violet #ED8DFE
Tints of Violet #ED8DFE
RGB
CMYK
RGB Variations
Color information
#ED8DFE (or 0xED8DFE) is known color: Violet. HEX triplet: ED, 8D and FE. RGB value is (237,141,254). Sum of RGB (Red+Green+Blue) = 237+141+254=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 141 (55.47% from 255 or 22.31% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED8DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DFE is #127201. Grayscale: #B6B6B6. Windows color (decimal): -1208834 or 16682477. OLE color: 16682477.
HSL color Cylindrical-coordinate representation of color #ED8DFE: hue angle of 290.97º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8DFE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 141 | 254 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.00 |
| HSL | 290.97º | 0.98% | 0.77% | - |
| HSV(B) | 290.97º | 0.44% | 1% | - |
| XYZ | 62.34 | 44.21 | 99.01 | - |
| YUV | 182.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 254 | 0.07 | 0.44 | 0 | 0.00 | 290.97 | 0.98 | 0.77 |
| Hex | ED | 8D | FE | 7 | 2C | 0 | 0 | 123 | 62 | 4D |
| Octal | 355 | 215 | 376 | 7 | 54 | 0 | 0 | 443 | 142 | 115 |
| Binary | 11101101 | 10001101 | 11111110 | 111 | 101100 | 0 | 0 | 100100011 | 1100010 | 1001101 |
Color Harmonies of #ED8DFE
Complementary color
Monochromatic Colors of #ED8DFE
Black with #ED8DFE
Text Example
Text Example
White with #ED8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DFE; }
p { color: rgb(237,141,254); }
H1.HeaderClassName
{
color: #ED8DFE;
}
.AnyTagClassName
{
color: #ED8DFE;
}
</style>
background-color css
<style>
a { background-color: #ED8DFE; }
a { background-color: rgb(237,141,254); }
div.DivClassName
{
background-color: #ED8DFE;
}
.BgClassName
{
background-color: #ED8DFE;
}
</style>
border-color css
<style>
span { border-color: #ED8DFE; }
span { border-color: rgb(237,141,254); }
td.TdClassName
{
border-color: #ED8DFE;
}
.TagClassName
{
border-color: #ED8DFE;
}
</style>