Shades of Plum #E9ADEF
Tints of Plum #E9ADEF
RGB
CMYK
RGB Variations
Color information
#E9ADEF (or 0xE9ADEF) is known color: Plum. HEX triplet: E9, AD and EF. RGB value is (233,173,239). Sum of RGB (Red+Green+Blue) = 233+173+239=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9ADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADEF is #165210. Grayscale: #C6C6C6. Windows color (decimal): -1462801 or 15707625. OLE color: 15707625.
HSL color Cylindrical-coordinate representation of color #E9ADEF: hue angle of 294.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9ADEF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 173 | 239 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.06 |
| HSL | 294.55º | 0.67% | 0.81% | - |
| HSV(B) | 294.55º | 0.28% | 0.94% | - |
| XYZ | 64.13 | 53.44 | 88.6 | - |
| YUV | 198.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 239 | 0.03 | 0.28 | 0 | 0.06 | 294.55 | 0.67 | 0.81 |
| Hex | E9 | AD | EF | 3 | 1C | 0 | 6 | 127 | 43 | 51 |
| Octal | 351 | 255 | 357 | 3 | 34 | 0 | 6 | 447 | 103 | 121 |
| Binary | 11101001 | 10101101 | 11101111 | 11 | 11100 | 0 | 110 | 100100111 | 1000011 | 1010001 |
Color Harmonies of #E9ADEF
Complementary color
Monochromatic Colors of #E9ADEF
Black with #E9ADEF
Text Example
Text Example
White with #E9ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADEF; }
p { color: rgb(233,173,239); }
H1.HeaderClassName
{
color: #E9ADEF;
}
.AnyTagClassName
{
color: #E9ADEF;
}
</style>
background-color css
<style>
a { background-color: #E9ADEF; }
a { background-color: rgb(233,173,239); }
div.DivClassName
{
background-color: #E9ADEF;
}
.BgClassName
{
background-color: #E9ADEF;
}
</style>
border-color css
<style>
span { border-color: #E9ADEF; }
span { border-color: rgb(233,173,239); }
td.TdClassName
{
border-color: #E9ADEF;
}
.TagClassName
{
border-color: #E9ADEF;
}
</style>