Shades of Plum #E1A3DD
Tints of Plum #E1A3DD
RGB
CMYK
RGB Variations
Color information
#E1A3DD (or 0xE1A3DD) is known color: Plum. HEX triplet: E1, A3 and DD. RGB value is (225,163,221). Sum of RGB (Red+Green+Blue) = 225+163+221=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A3DD is #1E5C22. Grayscale: #BBBBBB. Windows color (decimal): -1989667 or 14525409. OLE color: 14525409.
HSL color Cylindrical-coordinate representation of color #E1A3DD: hue angle of 303.87º degrees, saturation: 0.51, 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 #E1A3DD is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 221 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.12 |
| HSL | 303.87º | 0.51% | 0.76% | - |
| HSV(B) | 303.87º | 0.28% | 0.88% | - |
| XYZ | 57.2 | 47.42 | 74.55 | - |
| YUV | 188.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 221 | 0 | 0.28 | 0.02 | 0.12 | 303.87 | 0.51 | 0.76 |
| Hex | E1 | A3 | DD | 0 | 1C | 2 | C | 130 | 33 | 4C |
| Octal | 341 | 243 | 335 | 0 | 34 | 2 | 14 | 460 | 63 | 114 |
| Binary | 11100001 | 10100011 | 11011101 | 0 | 11100 | 10 | 1100 | 100110000 | 110011 | 1001100 |
Color Harmonies of #E1A3DD
Complementary color
Monochromatic Colors of #E1A3DD
Black with #E1A3DD
Text Example
Text Example
White with #E1A3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A3DD; }
p { color: rgb(225,163,221); }
H1.HeaderClassName
{
color: #E1A3DD;
}
.AnyTagClassName
{
color: #E1A3DD;
}
</style>
background-color css
<style>
a { background-color: #E1A3DD; }
a { background-color: rgb(225,163,221); }
div.DivClassName
{
background-color: #E1A3DD;
}
.BgClassName
{
background-color: #E1A3DD;
}
</style>
border-color css
<style>
span { border-color: #E1A3DD; }
span { border-color: rgb(225,163,221); }
td.TdClassName
{
border-color: #E1A3DD;
}
.TagClassName
{
border-color: #E1A3DD;
}
</style>