Shades of Plum #E99DDF
Tints of Plum #E99DDF
RGB
CMYK
RGB Variations
Color information
#E99DDF (or 0xE99DDF) is known color: Plum. HEX triplet: E9, 9D and DF. RGB value is (233,157,223). Sum of RGB (Red+Green+Blue) = 233+157+223=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99DDF is #166220. Grayscale: #BBBBBB. Windows color (decimal): -1466913 or 14654953. OLE color: 14654953.
HSL color Cylindrical-coordinate representation of color #E99DDF: hue angle of 307.89º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99DDF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 223 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.09 |
| HSL | 307.89º | 0.63% | 0.76% | - |
| HSV(B) | 307.89º | 0.33% | 0.91% | - |
| XYZ | 58.98 | 46.77 | 75.73 | - |
| YUV | 187.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 223 | 0 | 0.33 | 0.04 | 0.09 | 307.89 | 0.63 | 0.76 |
| Hex | E9 | 9D | DF | 0 | 21 | 4 | 9 | 134 | 3F | 4C |
| Octal | 351 | 235 | 337 | 0 | 41 | 4 | 11 | 464 | 77 | 114 |
| Binary | 11101001 | 10011101 | 11011111 | 0 | 100001 | 100 | 1001 | 100110100 | 111111 | 1001100 |
Color Harmonies of #E99DDF
Complementary color
Monochromatic Colors of #E99DDF
Black with #E99DDF
Text Example
Text Example
White with #E99DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DDF; }
p { color: rgb(233,157,223); }
H1.HeaderClassName
{
color: #E99DDF;
}
.AnyTagClassName
{
color: #E99DDF;
}
</style>
background-color css
<style>
a { background-color: #E99DDF; }
a { background-color: rgb(233,157,223); }
div.DivClassName
{
background-color: #E99DDF;
}
.BgClassName
{
background-color: #E99DDF;
}
</style>
border-color css
<style>
span { border-color: #E99DDF; }
span { border-color: rgb(233,157,223); }
td.TdClassName
{
border-color: #E99DDF;
}
.TagClassName
{
border-color: #E99DDF;
}
</style>