Shades of Violet #E08DED
Tints of Violet #E08DED
RGB
CMYK
RGB Variations
Color information
#E08DED (or 0xE08DED) is known color: Violet. HEX triplet: E0, 8D and ED. RGB value is (224,141,237). Sum of RGB (Red+Green+Blue) = 224+141+237=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #E08DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DED is #1F7212. Grayscale: #B0B0B0. Windows color (decimal): -2060819 or 15568352. OLE color: 15568352.
HSL color Cylindrical-coordinate representation of color #E08DED: hue angle of 291.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08DED is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 141 | 237 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.07 |
| HSL | 291.88º | 0.73% | 0.74% | - |
| HSV(B) | 291.88º | 0.41% | 0.93% | - |
| XYZ | 55.55 | 41.01 | 85.11 | - |
| YUV | 176.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 237 | 0.05 | 0.41 | 0 | 0.07 | 291.88 | 0.73 | 0.74 |
| Hex | E0 | 8D | ED | 5 | 29 | 0 | 7 | 124 | 49 | 4A |
| Octal | 340 | 215 | 355 | 5 | 51 | 0 | 7 | 444 | 111 | 112 |
| Binary | 11100000 | 10001101 | 11101101 | 101 | 101001 | 0 | 111 | 100100100 | 1001001 | 1001010 |
Color Harmonies of #E08DED
Complementary color
Monochromatic Colors of #E08DED
Black with #E08DED
Text Example
Text Example
White with #E08DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DED; }
p { color: rgb(224,141,237); }
H1.HeaderClassName
{
color: #E08DED;
}
.AnyTagClassName
{
color: #E08DED;
}
</style>
background-color css
<style>
a { background-color: #E08DED; }
a { background-color: rgb(224,141,237); }
div.DivClassName
{
background-color: #E08DED;
}
.BgClassName
{
background-color: #E08DED;
}
</style>
border-color css
<style>
span { border-color: #E08DED; }
span { border-color: rgb(224,141,237); }
td.TdClassName
{
border-color: #E08DED;
}
.TagClassName
{
border-color: #E08DED;
}
</style>