Shades of Plum #E9ADEC
Tints of Plum #E9ADEC
RGB
CMYK
RGB Variations
Color information
#E9ADEC (or 0xE9ADEC) is known color: Plum. HEX triplet: E9, AD and EC. RGB value is (233,173,236). Sum of RGB (Red+Green+Blue) = 233+173+236=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADEC is #165213. Grayscale: #C5C5C5. Windows color (decimal): -1462804 or 15511017. OLE color: 15511017.
HSL color Cylindrical-coordinate representation of color #E9ADEC: hue angle of 297.14º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9ADEC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 173 | 236 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.07 |
| HSL | 297.14º | 0.62% | 0.8% | - |
| HSV(B) | 297.14º | 0.27% | 0.93% | - |
| XYZ | 63.69 | 53.27 | 86.28 | - |
| YUV | 198.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 236 | 0.01 | 0.27 | 0 | 0.07 | 297.14 | 0.62 | 0.8 |
| Hex | E9 | AD | EC | 1 | 1B | 0 | 7 | 129 | 3E | 50 |
| Octal | 351 | 255 | 354 | 1 | 33 | 0 | 7 | 451 | 76 | 120 |
| Binary | 11101001 | 10101101 | 11101100 | 1 | 11011 | 0 | 111 | 100101001 | 111110 | 1010000 |
Color Harmonies of #E9ADEC
Complementary color
Monochromatic Colors of #E9ADEC
Black with #E9ADEC
Text Example
Text Example
White with #E9ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADEC; }
p { color: rgb(233,173,236); }
H1.HeaderClassName
{
color: #E9ADEC;
}
.AnyTagClassName
{
color: #E9ADEC;
}
</style>
background-color css
<style>
a { background-color: #E9ADEC; }
a { background-color: rgb(233,173,236); }
div.DivClassName
{
background-color: #E9ADEC;
}
.BgClassName
{
background-color: #E9ADEC;
}
</style>
border-color css
<style>
span { border-color: #E9ADEC; }
span { border-color: rgb(233,173,236); }
td.TdClassName
{
border-color: #E9ADEC;
}
.TagClassName
{
border-color: #E9ADEC;
}
</style>