Shades of Plum #E1ADE8
Tints of Plum #E1ADE8
RGB
CMYK
RGB Variations
Color information
#E1ADE8 (or 0xE1ADE8) is known color: Plum. HEX triplet: E1, AD and E8. RGB value is (225,173,232). Sum of RGB (Red+Green+Blue) = 225+173+232=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1ADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADE8 is #1E5217. Grayscale: #C3C3C3. Windows color (decimal): -1987096 or 15248865. OLE color: 15248865.
HSL color Cylindrical-coordinate representation of color #E1ADE8: hue angle of 292.88º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1ADE8 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 173 | 232 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.09 |
| HSL | 292.88º | 0.56% | 0.79% | - |
| HSV(B) | 292.88º | 0.25% | 0.91% | - |
| XYZ | 60.56 | 51.72 | 83.14 | - |
| YUV | 195.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 232 | 0.03 | 0.25 | 0 | 0.09 | 292.88 | 0.56 | 0.79 |
| Hex | E1 | AD | E8 | 3 | 19 | 0 | 9 | 125 | 38 | 4F |
| Octal | 341 | 255 | 350 | 3 | 31 | 0 | 11 | 445 | 70 | 117 |
| Binary | 11100001 | 10101101 | 11101000 | 11 | 11001 | 0 | 1001 | 100100101 | 111000 | 1001111 |
Color Harmonies of #E1ADE8
Complementary color
Monochromatic Colors of #E1ADE8
Black with #E1ADE8
Text Example
Text Example
White with #E1ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADE8; }
p { color: rgb(225,173,232); }
H1.HeaderClassName
{
color: #E1ADE8;
}
.AnyTagClassName
{
color: #E1ADE8;
}
</style>
background-color css
<style>
a { background-color: #E1ADE8; }
a { background-color: rgb(225,173,232); }
div.DivClassName
{
background-color: #E1ADE8;
}
.BgClassName
{
background-color: #E1ADE8;
}
</style>
border-color css
<style>
span { border-color: #E1ADE8; }
span { border-color: rgb(225,173,232); }
td.TdClassName
{
border-color: #E1ADE8;
}
.TagClassName
{
border-color: #E1ADE8;
}
</style>