Shades of Plum #E19AED
Tints of Plum #E19AED
RGB
CMYK
RGB Variations
Color information
#E19AED (or 0xE19AED) is known color: Plum. HEX triplet: E1, 9A and ED. RGB value is (225,154,237). Sum of RGB (Red+Green+Blue) = 225+154+237=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #E19AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19AED is #1E6512. Grayscale: #B8B8B8. Windows color (decimal): -1991955 or 15571681. OLE color: 15571681.
HSL color Cylindrical-coordinate representation of color #E19AED: hue angle of 291.33º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19AED is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 154 | 237 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.07 |
| HSL | 291.33º | 0.7% | 0.77% | - |
| HSV(B) | 291.33º | 0.35% | 0.93% | - |
| XYZ | 57.89 | 45.23 | 85.8 | - |
| YUV | 184.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 237 | 0.05 | 0.35 | 0 | 0.07 | 291.33 | 0.7 | 0.77 |
| Hex | E1 | 9A | ED | 5 | 23 | 0 | 7 | 123 | 46 | 4D |
| Octal | 341 | 232 | 355 | 5 | 43 | 0 | 7 | 443 | 106 | 115 |
| Binary | 11100001 | 10011010 | 11101101 | 101 | 100011 | 0 | 111 | 100100011 | 1000110 | 1001101 |
Color Harmonies of #E19AED
Complementary color
Monochromatic Colors of #E19AED
Black with #E19AED
Text Example
Text Example
White with #E19AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AED; }
p { color: rgb(225,154,237); }
H1.HeaderClassName
{
color: #E19AED;
}
.AnyTagClassName
{
color: #E19AED;
}
</style>
background-color css
<style>
a { background-color: #E19AED; }
a { background-color: rgb(225,154,237); }
div.DivClassName
{
background-color: #E19AED;
}
.BgClassName
{
background-color: #E19AED;
}
</style>
border-color css
<style>
span { border-color: #E19AED; }
span { border-color: rgb(225,154,237); }
td.TdClassName
{
border-color: #E19AED;
}
.TagClassName
{
border-color: #E19AED;
}
</style>