Shades of Violet #ED8AF6
Tints of Violet #ED8AF6
RGB
CMYK
RGB Variations
Color information
#ED8AF6 (or 0xED8AF6) is known color: Violet. HEX triplet: ED, 8A and F6. RGB value is (237,138,246). Sum of RGB (Red+Green+Blue) = 237+138+246=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 138 (54.30% from 255 or 22.22% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED8AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AF6 is #127509. Grayscale: #B3B3B3. Windows color (decimal): -1209610 or 16157421. OLE color: 16157421.
HSL color Cylindrical-coordinate representation of color #ED8AF6: hue angle of 295º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8AF6 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 138 | 246 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.04 |
| HSL | 295º | 0.86% | 0.75% | - |
| HSV(B) | 295º | 0.44% | 0.96% | - |
| XYZ | 60.65 | 42.84 | 92.26 | - |
| YUV | 179.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 246 | 0.04 | 0.44 | 0 | 0.04 | 295 | 0.86 | 0.75 |
| Hex | ED | 8A | F6 | 4 | 2C | 0 | 4 | 127 | 56 | 4B |
| Octal | 355 | 212 | 366 | 4 | 54 | 0 | 4 | 447 | 126 | 113 |
| Binary | 11101101 | 10001010 | 11110110 | 100 | 101100 | 0 | 100 | 100100111 | 1010110 | 1001011 |
Color Harmonies of #ED8AF6
Complementary color
Monochromatic Colors of #ED8AF6
Black with #ED8AF6
Text Example
Text Example
White with #ED8AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AF6; }
p { color: rgb(237,138,246); }
H1.HeaderClassName
{
color: #ED8AF6;
}
.AnyTagClassName
{
color: #ED8AF6;
}
</style>
background-color css
<style>
a { background-color: #ED8AF6; }
a { background-color: rgb(237,138,246); }
div.DivClassName
{
background-color: #ED8AF6;
}
.BgClassName
{
background-color: #ED8AF6;
}
</style>
border-color css
<style>
span { border-color: #ED8AF6; }
span { border-color: rgb(237,138,246); }
td.TdClassName
{
border-color: #ED8AF6;
}
.TagClassName
{
border-color: #ED8AF6;
}
</style>