Shades of Violet #E18DEC
Tints of Violet #E18DEC
RGB
CMYK
RGB Variations
Color information
#E18DEC (or 0xE18DEC) is known color: Violet. HEX triplet: E1, 8D and EC. RGB value is (225,141,236). Sum of RGB (Red+Green+Blue) = 225+141+236=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #E18DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18DEC is #1E7213. Grayscale: #B0B0B0. Windows color (decimal): -1995284 or 15502817. OLE color: 15502817.
HSL color Cylindrical-coordinate representation of color #E18DEC: hue angle of 293.05º degrees, saturation: 0.71, 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 #E18DEC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 141 | 236 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.07 |
| HSL | 293.05º | 0.71% | 0.74% | - |
| HSV(B) | 293.05º | 0.4% | 0.93% | - |
| XYZ | 55.72 | 41.11 | 84.36 | - |
| YUV | 176.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 236 | 0.05 | 0.40 | 0 | 0.07 | 293.05 | 0.71 | 0.74 |
| Hex | E1 | 8D | EC | 5 | 28 | 0 | 7 | 125 | 47 | 4A |
| Octal | 341 | 215 | 354 | 5 | 50 | 0 | 7 | 445 | 107 | 112 |
| Binary | 11100001 | 10001101 | 11101100 | 101 | 101000 | 0 | 111 | 100100101 | 1000111 | 1001010 |
Color Harmonies of #E18DEC
Complementary color
Monochromatic Colors of #E18DEC
Black with #E18DEC
Text Example
Text Example
White with #E18DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DEC; }
p { color: rgb(225,141,236); }
H1.HeaderClassName
{
color: #E18DEC;
}
.AnyTagClassName
{
color: #E18DEC;
}
</style>
background-color css
<style>
a { background-color: #E18DEC; }
a { background-color: rgb(225,141,236); }
div.DivClassName
{
background-color: #E18DEC;
}
.BgClassName
{
background-color: #E18DEC;
}
</style>
border-color css
<style>
span { border-color: #E18DEC; }
span { border-color: rgb(225,141,236); }
td.TdClassName
{
border-color: #E18DEC;
}
.TagClassName
{
border-color: #E18DEC;
}
</style>