Shades of Violet #ED8DFF
Tints of Violet #ED8DFF
RGB
CMYK
RGB Variations
Color information
#ED8DFF (or 0xED8DFF) is known color: Violet. HEX triplet: ED, 8D and FF. RGB value is (237,141,255). Sum of RGB (Red+Green+Blue) = 237+141+255=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 141 (55.47% from 255 or 22.27% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DFF is #127200. Grayscale: #B6B6B6. Windows color (decimal): -1208833 or 16748013. OLE color: 16748013.
HSL color Cylindrical-coordinate representation of color #ED8DFF: hue angle of 290.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8DFF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 141 | 255 | - |
| CMYK | 0.07 | 0.45 | 0 | 0 |
| HSL | 290.53º | 1% | 0.78% | - |
| HSV(B) | 290.53º | 0.45% | 1% | - |
| XYZ | 62.5 | 44.27 | 99.86 | - |
| YUV | 182.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 255 | 0.07 | 0.45 | 0 | 0 | 290.53 | 1 | 0.78 |
| Hex | ED | 8D | FF | 7 | 2D | 0 | 0 | 123 | 64 | 4E |
| Octal | 355 | 215 | 377 | 7 | 55 | 0 | 0 | 443 | 144 | 116 |
| Binary | 11101101 | 10001101 | 11111111 | 111 | 101101 | 0 | 0 | 100100011 | 1100100 | 1001110 |
Color Harmonies of #ED8DFF
Complementary color
Monochromatic Colors of #ED8DFF
Black with #ED8DFF
Text Example
Text Example
White with #ED8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DFF; }
p { color: rgb(237,141,255); }
H1.HeaderClassName
{
color: #ED8DFF;
}
.AnyTagClassName
{
color: #ED8DFF;
}
</style>
background-color css
<style>
a { background-color: #ED8DFF; }
a { background-color: rgb(237,141,255); }
div.DivClassName
{
background-color: #ED8DFF;
}
.BgClassName
{
background-color: #ED8DFF;
}
</style>
border-color css
<style>
span { border-color: #ED8DFF; }
span { border-color: rgb(237,141,255); }
td.TdClassName
{
border-color: #ED8DFF;
}
.TagClassName
{
border-color: #ED8DFF;
}
</style>