Shades of Plum #E19EED
Tints of Plum #E19EED
RGB
CMYK
RGB Variations
Color information
#E19EED (or 0xE19EED) is known color: Plum. HEX triplet: E1, 9E and ED. RGB value is (225,158,237). Sum of RGB (Red+Green+Blue) = 225+158+237=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #E19EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EED is #1E6112. Grayscale: #BABABA. Windows color (decimal): -1990931 or 15572705. OLE color: 15572705.
HSL color Cylindrical-coordinate representation of color #E19EED: hue angle of 290.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19EED is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 158 | 237 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.07 |
| HSL | 290.89º | 0.69% | 0.77% | - |
| HSV(B) | 290.89º | 0.33% | 0.93% | - |
| XYZ | 58.56 | 46.58 | 86.02 | - |
| YUV | 187.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 237 | 0.05 | 0.33 | 0 | 0.07 | 290.89 | 0.69 | 0.77 |
| Hex | E1 | 9E | ED | 5 | 21 | 0 | 7 | 123 | 45 | 4D |
| Octal | 341 | 236 | 355 | 5 | 41 | 0 | 7 | 443 | 105 | 115 |
| Binary | 11100001 | 10011110 | 11101101 | 101 | 100001 | 0 | 111 | 100100011 | 1000101 | 1001101 |
Color Harmonies of #E19EED
Complementary color
Monochromatic Colors of #E19EED
Black with #E19EED
Text Example
Text Example
White with #E19EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EED; }
p { color: rgb(225,158,237); }
H1.HeaderClassName
{
color: #E19EED;
}
.AnyTagClassName
{
color: #E19EED;
}
</style>
background-color css
<style>
a { background-color: #E19EED; }
a { background-color: rgb(225,158,237); }
div.DivClassName
{
background-color: #E19EED;
}
.BgClassName
{
background-color: #E19EED;
}
</style>
border-color css
<style>
span { border-color: #E19EED; }
span { border-color: rgb(225,158,237); }
td.TdClassName
{
border-color: #E19EED;
}
.TagClassName
{
border-color: #E19EED;
}
</style>