Shades of Violet #E28DED
Tints of Violet #E28DED
RGB
CMYK
RGB Variations
Color information
#E28DED (or 0xE28DED) is known color: Violet. HEX triplet: E2, 8D and ED. RGB value is (226,141,237). Sum of RGB (Red+Green+Blue) = 226+141+237=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #E28DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DED is #1D7212. Grayscale: #B1B1B1. Windows color (decimal): -1929747 or 15568354. OLE color: 15568354.
HSL color Cylindrical-coordinate representation of color #E28DED: hue angle of 293.12º 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 #E28DED is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 141 | 237 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.07 |
| HSL | 293.13º | 0.73% | 0.74% | - |
| HSV(B) | 293.13º | 0.41% | 0.93% | - |
| XYZ | 56.17 | 41.33 | 85.14 | - |
| YUV | 177.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 237 | 0.05 | 0.41 | 0 | 0.07 | 293.13 | 0.73 | 0.74 |
| Hex | E2 | 8D | ED | 5 | 29 | 0 | 7 | 125 | 49 | 4A |
| Octal | 342 | 215 | 355 | 5 | 51 | 0 | 7 | 445 | 111 | 112 |
| Binary | 11100010 | 10001101 | 11101101 | 101 | 101001 | 0 | 111 | 100100101 | 1001001 | 1001010 |
Color Harmonies of #E28DED
Complementary color
Monochromatic Colors of #E28DED
Black with #E28DED
Text Example
Text Example
White with #E28DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DED; }
p { color: rgb(226,141,237); }
H1.HeaderClassName
{
color: #E28DED;
}
.AnyTagClassName
{
color: #E28DED;
}
</style>
background-color css
<style>
a { background-color: #E28DED; }
a { background-color: rgb(226,141,237); }
div.DivClassName
{
background-color: #E28DED;
}
.BgClassName
{
background-color: #E28DED;
}
</style>
border-color css
<style>
span { border-color: #E28DED; }
span { border-color: rgb(226,141,237); }
td.TdClassName
{
border-color: #E28DED;
}
.TagClassName
{
border-color: #E28DED;
}
</style>