Shades of Plum #E9ADE6
Tints of Plum #E9ADE6
RGB
CMYK
RGB Variations
Color information
#E9ADE6 (or 0xE9ADE6) is known color: Plum. HEX triplet: E9, AD and E6. RGB value is (233,173,230). Sum of RGB (Red+Green+Blue) = 233+173+230=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADE6 is #165219. Grayscale: #C5C5C5. Windows color (decimal): -1462810 or 15117801. OLE color: 15117801.
HSL color Cylindrical-coordinate representation of color #E9ADE6: hue angle of 303º 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 #E9ADE6 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 230 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.09 |
| HSL | 303º | 0.58% | 0.8% | - |
| HSV(B) | 303º | 0.26% | 0.91% | - |
| XYZ | 62.83 | 52.92 | 81.77 | - |
| YUV | 197.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 230 | 0 | 0.26 | 0.01 | 0.09 | 303 | 0.58 | 0.8 |
| Hex | E9 | AD | E6 | 0 | 1A | 1 | 9 | 12F | 3A | 50 |
| Octal | 351 | 255 | 346 | 0 | 32 | 1 | 11 | 457 | 72 | 120 |
| Binary | 11101001 | 10101101 | 11100110 | 0 | 11010 | 1 | 1001 | 100101111 | 111010 | 1010000 |
Color Harmonies of #E9ADE6
Complementary color
Monochromatic Colors of #E9ADE6
Black with #E9ADE6
Text Example
Text Example
White with #E9ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADE6; }
p { color: rgb(233,173,230); }
H1.HeaderClassName
{
color: #E9ADE6;
}
.AnyTagClassName
{
color: #E9ADE6;
}
</style>
background-color css
<style>
a { background-color: #E9ADE6; }
a { background-color: rgb(233,173,230); }
div.DivClassName
{
background-color: #E9ADE6;
}
.BgClassName
{
background-color: #E9ADE6;
}
</style>
border-color css
<style>
span { border-color: #E9ADE6; }
span { border-color: rgb(233,173,230); }
td.TdClassName
{
border-color: #E9ADE6;
}
.TagClassName
{
border-color: #E9ADE6;
}
</style>