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