Shades of Plum #E1ADE3
Tints of Plum #E1ADE3
RGB
CMYK
RGB Variations
Color information
#E1ADE3 (or 0xE1ADE3) is known color: Plum. HEX triplet: E1, AD and E3. RGB value is (225,173,227). Sum of RGB (Red+Green+Blue) = 225+173+227=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 227 - color contains mainly: blue. Hex color #E1ADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADE3 is #1E521C. Grayscale: #C2C2C2. Windows color (decimal): -1987101 or 14921185. OLE color: 14921185.
HSL color Cylindrical-coordinate representation of color #E1ADE3: hue angle of 297.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ADE3 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 173 | 227 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.11 |
| HSL | 297.78º | 0.49% | 0.78% | - |
| HSV(B) | 297.78º | 0.24% | 0.89% | - |
| XYZ | 59.86 | 51.44 | 79.45 | - |
| YUV | 194.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 227 | 0.01 | 0.24 | 0 | 0.11 | 297.78 | 0.49 | 0.78 |
| Hex | E1 | AD | E3 | 1 | 18 | 0 | B | 12A | 31 | 4E |
| Octal | 341 | 255 | 343 | 1 | 30 | 0 | 13 | 452 | 61 | 116 |
| Binary | 11100001 | 10101101 | 11100011 | 1 | 11000 | 0 | 1011 | 100101010 | 110001 | 1001110 |
Color Harmonies of #E1ADE3
Complementary color
Monochromatic Colors of #E1ADE3
Black with #E1ADE3
Text Example
Text Example
White with #E1ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADE3; }
p { color: rgb(225,173,227); }
H1.HeaderClassName
{
color: #E1ADE3;
}
.AnyTagClassName
{
color: #E1ADE3;
}
</style>
background-color css
<style>
a { background-color: #E1ADE3; }
a { background-color: rgb(225,173,227); }
div.DivClassName
{
background-color: #E1ADE3;
}
.BgClassName
{
background-color: #E1ADE3;
}
</style>
border-color css
<style>
span { border-color: #E1ADE3; }
span { border-color: rgb(225,173,227); }
td.TdClassName
{
border-color: #E1ADE3;
}
.TagClassName
{
border-color: #E1ADE3;
}
</style>