Shades of Plum #E99ADE
Tints of Plum #E99ADE
RGB
CMYK
RGB Variations
Color information
#E99ADE (or 0xE99ADE) is known color: Plum. HEX triplet: E9, 9A and DE. RGB value is (233,154,222). Sum of RGB (Red+Green+Blue) = 233+154+222=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ADE is #166521. Grayscale: #B9B9B9. Windows color (decimal): -1467682 or 14588649. OLE color: 14588649.
HSL color Cylindrical-coordinate representation of color #E99ADE: hue angle of 308.35º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99ADE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 222 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.09 |
| HSL | 308.35º | 0.64% | 0.76% | - |
| HSV(B) | 308.35º | 0.34% | 0.91% | - |
| XYZ | 58.34 | 45.71 | 74.85 | - |
| YUV | 185.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 222 | 0 | 0.34 | 0.05 | 0.09 | 308.35 | 0.64 | 0.76 |
| Hex | E9 | 9A | DE | 0 | 22 | 5 | 9 | 134 | 40 | 4C |
| Octal | 351 | 232 | 336 | 0 | 42 | 5 | 11 | 464 | 100 | 114 |
| Binary | 11101001 | 10011010 | 11011110 | 0 | 100010 | 101 | 1001 | 100110100 | 1000000 | 1001100 |
Color Harmonies of #E99ADE
Complementary color
Monochromatic Colors of #E99ADE
Black with #E99ADE
Text Example
Text Example
White with #E99ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99ADE; }
p { color: rgb(233,154,222); }
H1.HeaderClassName
{
color: #E99ADE;
}
.AnyTagClassName
{
color: #E99ADE;
}
</style>
background-color css
<style>
a { background-color: #E99ADE; }
a { background-color: rgb(233,154,222); }
div.DivClassName
{
background-color: #E99ADE;
}
.BgClassName
{
background-color: #E99ADE;
}
</style>
border-color css
<style>
span { border-color: #E99ADE; }
span { border-color: rgb(233,154,222); }
td.TdClassName
{
border-color: #E99ADE;
}
.TagClassName
{
border-color: #E99ADE;
}
</style>