Shades of Plum #E1ADE0
Tints of Plum #E1ADE0
RGB
CMYK
RGB Variations
Color information
#E1ADE0 (or 0xE1ADE0) is known color: Plum. HEX triplet: E1, AD and E0. RGB value is (225,173,224). Sum of RGB (Red+Green+Blue) = 225+173+224=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADE0 is #1E521F. Grayscale: #C2C2C2. Windows color (decimal): -1987104 or 14724577. OLE color: 14724577.
HSL color Cylindrical-coordinate representation of color #E1ADE0: hue angle of 301.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1ADE0 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 224 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.12 |
| HSL | 301.15º | 0.46% | 0.78% | - |
| HSV(B) | 301.15º | 0.23% | 0.88% | - |
| XYZ | 59.45 | 51.28 | 77.29 | - |
| YUV | 194.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 224 | 0 | 0.23 | 0.00 | 0.12 | 301.15 | 0.46 | 0.78 |
| Hex | E1 | AD | E0 | 0 | 17 | 0 | C | 12D | 2E | 4E |
| Octal | 341 | 255 | 340 | 0 | 27 | 0 | 14 | 455 | 56 | 116 |
| Binary | 11100001 | 10101101 | 11100000 | 0 | 10111 | 0 | 1100 | 100101101 | 101110 | 1001110 |
Color Harmonies of #E1ADE0
Complementary color
Monochromatic Colors of #E1ADE0
Black with #E1ADE0
Text Example
Text Example
White with #E1ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADE0; }
p { color: rgb(225,173,224); }
H1.HeaderClassName
{
color: #E1ADE0;
}
.AnyTagClassName
{
color: #E1ADE0;
}
</style>
background-color css
<style>
a { background-color: #E1ADE0; }
a { background-color: rgb(225,173,224); }
div.DivClassName
{
background-color: #E1ADE0;
}
.BgClassName
{
background-color: #E1ADE0;
}
</style>
border-color css
<style>
span { border-color: #E1ADE0; }
span { border-color: rgb(225,173,224); }
td.TdClassName
{
border-color: #E1ADE0;
}
.TagClassName
{
border-color: #E1ADE0;
}
</style>