Shades of Plum #E1A1DD
Tints of Plum #E1A1DD
RGB
CMYK
RGB Variations
Color information
#E1A1DD (or 0xE1A1DD) is known color: Plum. HEX triplet: E1, A1 and DD. RGB value is (225,161,221). Sum of RGB (Red+Green+Blue) = 225+161+221=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A1DD is #1E5E22. Grayscale: #BABABA. Windows color (decimal): -1990179 or 14524897. OLE color: 14524897.
HSL color Cylindrical-coordinate representation of color #E1A1DD: hue angle of 303.75º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A1DD is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 221 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.12 |
| HSL | 303.75º | 0.52% | 0.76% | - |
| HSV(B) | 303.75º | 0.28% | 0.88% | - |
| XYZ | 56.85 | 46.72 | 74.43 | - |
| YUV | 186.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 221 | 0 | 0.28 | 0.02 | 0.12 | 303.75 | 0.52 | 0.76 |
| Hex | E1 | A1 | DD | 0 | 1C | 2 | C | 130 | 34 | 4C |
| Octal | 341 | 241 | 335 | 0 | 34 | 2 | 14 | 460 | 64 | 114 |
| Binary | 11100001 | 10100001 | 11011101 | 0 | 11100 | 10 | 1100 | 100110000 | 110100 | 1001100 |
Color Harmonies of #E1A1DD
Complementary color
Monochromatic Colors of #E1A1DD
Black with #E1A1DD
Text Example
Text Example
White with #E1A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A1DD; }
p { color: rgb(225,161,221); }
H1.HeaderClassName
{
color: #E1A1DD;
}
.AnyTagClassName
{
color: #E1A1DD;
}
</style>
background-color css
<style>
a { background-color: #E1A1DD; }
a { background-color: rgb(225,161,221); }
div.DivClassName
{
background-color: #E1A1DD;
}
.BgClassName
{
background-color: #E1A1DD;
}
</style>
border-color css
<style>
span { border-color: #E1A1DD; }
span { border-color: rgb(225,161,221); }
td.TdClassName
{
border-color: #E1A1DD;
}
.TagClassName
{
border-color: #E1A1DD;
}
</style>