Shades of Plum #E0ADE9
Tints of Plum #E0ADE9
RGB
CMYK
RGB Variations
Color information
#E0ADE9 (or 0xE0ADE9) is known color: Plum. HEX triplet: E0, AD and E9. RGB value is (224,173,233). Sum of RGB (Red+Green+Blue) = 224+173+233=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADE9 is #1F5216. Grayscale: #C2C2C2. Windows color (decimal): -2052631 or 15314400. OLE color: 15314400.
HSL color Cylindrical-coordinate representation of color #E0ADE9: hue angle of 291º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0ADE9 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 173 | 233 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.09 |
| HSL | 291º | 0.58% | 0.8% | - |
| HSV(B) | 291º | 0.26% | 0.91% | - |
| XYZ | 60.39 | 51.62 | 83.87 | - |
| YUV | 195.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 233 | 0.04 | 0.26 | 0 | 0.09 | 291 | 0.58 | 0.8 |
| Hex | E0 | AD | E9 | 4 | 1A | 0 | 9 | 123 | 3A | 50 |
| Octal | 340 | 255 | 351 | 4 | 32 | 0 | 11 | 443 | 72 | 120 |
| Binary | 11100000 | 10101101 | 11101001 | 100 | 11010 | 0 | 1001 | 100100011 | 111010 | 1010000 |
Color Harmonies of #E0ADE9
Complementary color
Monochromatic Colors of #E0ADE9
Black with #E0ADE9
Text Example
Text Example
White with #E0ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADE9; }
p { color: rgb(224,173,233); }
H1.HeaderClassName
{
color: #E0ADE9;
}
.AnyTagClassName
{
color: #E0ADE9;
}
</style>
background-color css
<style>
a { background-color: #E0ADE9; }
a { background-color: rgb(224,173,233); }
div.DivClassName
{
background-color: #E0ADE9;
}
.BgClassName
{
background-color: #E0ADE9;
}
</style>
border-color css
<style>
span { border-color: #E0ADE9; }
span { border-color: rgb(224,173,233); }
td.TdClassName
{
border-color: #E0ADE9;
}
.TagClassName
{
border-color: #E0ADE9;
}
</style>