Shades of Plum #E9A7DE
Tints of Plum #E9A7DE
RGB
CMYK
RGB Variations
Color information
#E9A7DE (or 0xE9A7DE) is known color: Plum. HEX triplet: E9, A7 and DE. RGB value is (233,167,222). Sum of RGB (Red+Green+Blue) = 233+167+222=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7DE is #165821. Grayscale: #C0C0C0. Windows color (decimal): -1464354 or 14591977. OLE color: 14591977.
HSL color Cylindrical-coordinate representation of color #E9A7DE: hue angle of 310º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A7DE is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 222 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.09 |
| HSL | 310º | 0.6% | 0.78% | - |
| HSV(B) | 310º | 0.28% | 0.91% | - |
| XYZ | 60.61 | 50.24 | 75.61 | - |
| YUV | 193 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 222 | 0 | 0.28 | 0.05 | 0.09 | 310 | 0.6 | 0.78 |
| Hex | E9 | A7 | DE | 0 | 1C | 5 | 9 | 136 | 3C | 4E |
| Octal | 351 | 247 | 336 | 0 | 34 | 5 | 11 | 466 | 74 | 116 |
| Binary | 11101001 | 10100111 | 11011110 | 0 | 11100 | 101 | 1001 | 100110110 | 111100 | 1001110 |
Color Harmonies of #E9A7DE
Complementary color
Monochromatic Colors of #E9A7DE
Black with #E9A7DE
Text Example
Text Example
White with #E9A7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A7DE; }
p { color: rgb(233,167,222); }
H1.HeaderClassName
{
color: #E9A7DE;
}
.AnyTagClassName
{
color: #E9A7DE;
}
</style>
background-color css
<style>
a { background-color: #E9A7DE; }
a { background-color: rgb(233,167,222); }
div.DivClassName
{
background-color: #E9A7DE;
}
.BgClassName
{
background-color: #E9A7DE;
}
</style>
border-color css
<style>
span { border-color: #E9A7DE; }
span { border-color: rgb(233,167,222); }
td.TdClassName
{
border-color: #E9A7DE;
}
.TagClassName
{
border-color: #E9A7DE;
}
</style>