Shades of Violet #ED8EE8
Tints of Violet #ED8EE8
RGB
CMYK
RGB Variations
Color information
#ED8EE8 (or 0xED8EE8) is known color: Violet. HEX triplet: ED, 8E and E8. RGB value is (237,142,232). Sum of RGB (Red+Green+Blue) = 237+142+232=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EE8 is #127117. Grayscale: #B4B4B4. Windows color (decimal): -1208600 or 15240941. OLE color: 15240941.
HSL color Cylindrical-coordinate representation of color #ED8EE8: hue angle of 303.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EE8 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 232 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.07 |
| HSL | 303.16º | 0.73% | 0.74% | - |
| HSV(B) | 303.16º | 0.4% | 0.93% | - |
| XYZ | 59.16 | 43.18 | 81.56 | - |
| YUV | 180.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 232 | 0 | 0.40 | 0.02 | 0.07 | 303.16 | 0.73 | 0.74 |
| Hex | ED | 8E | E8 | 0 | 28 | 2 | 7 | 12F | 49 | 4A |
| Octal | 355 | 216 | 350 | 0 | 50 | 2 | 7 | 457 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11101000 | 0 | 101000 | 10 | 111 | 100101111 | 1001001 | 1001010 |
Color Harmonies of #ED8EE8
Complementary color
Monochromatic Colors of #ED8EE8
Black with #ED8EE8
Text Example
Text Example
White with #ED8EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EE8; }
p { color: rgb(237,142,232); }
H1.HeaderClassName
{
color: #ED8EE8;
}
.AnyTagClassName
{
color: #ED8EE8;
}
</style>
background-color css
<style>
a { background-color: #ED8EE8; }
a { background-color: rgb(237,142,232); }
div.DivClassName
{
background-color: #ED8EE8;
}
.BgClassName
{
background-color: #ED8EE8;
}
</style>
border-color css
<style>
span { border-color: #ED8EE8; }
span { border-color: rgb(237,142,232); }
td.TdClassName
{
border-color: #ED8EE8;
}
.TagClassName
{
border-color: #ED8EE8;
}
</style>