Shades of Violet #ED8DF7
Tints of Violet #ED8DF7
RGB
CMYK
RGB Variations
Color information
#ED8DF7 (or 0xED8DF7) is known color: Violet. HEX triplet: ED, 8D and F7. RGB value is (237,141,247). Sum of RGB (Red+Green+Blue) = 237+141+247=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 141 (55.47% from 255 or 22.56% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED8DF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DF7 is #127208. Grayscale: #B5B5B5. Windows color (decimal): -1208841 or 16223725. OLE color: 16223725.
HSL color Cylindrical-coordinate representation of color #ED8DF7: hue angle of 294.34º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8DF7 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 141 | 247 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.03 |
| HSL | 294.34º | 0.87% | 0.76% | - |
| HSV(B) | 294.34º | 0.43% | 0.97% | - |
| XYZ | 61.24 | 43.77 | 93.22 | - |
| YUV | 181.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 247 | 0.04 | 0.43 | 0 | 0.03 | 294.34 | 0.87 | 0.76 |
| Hex | ED | 8D | F7 | 4 | 2B | 0 | 3 | 126 | 57 | 4C |
| Octal | 355 | 215 | 367 | 4 | 53 | 0 | 3 | 446 | 127 | 114 |
| Binary | 11101101 | 10001101 | 11110111 | 100 | 101011 | 0 | 11 | 100100110 | 1010111 | 1001100 |
Color Harmonies of #ED8DF7
Complementary color
Monochromatic Colors of #ED8DF7
Black with #ED8DF7
Text Example
Text Example
White with #ED8DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DF7; }
p { color: rgb(237,141,247); }
H1.HeaderClassName
{
color: #ED8DF7;
}
.AnyTagClassName
{
color: #ED8DF7;
}
</style>
background-color css
<style>
a { background-color: #ED8DF7; }
a { background-color: rgb(237,141,247); }
div.DivClassName
{
background-color: #ED8DF7;
}
.BgClassName
{
background-color: #ED8DF7;
}
</style>
border-color css
<style>
span { border-color: #ED8DF7; }
span { border-color: rgb(237,141,247); }
td.TdClassName
{
border-color: #ED8DF7;
}
.TagClassName
{
border-color: #ED8DF7;
}
</style>