Shades of Plum #E99FDF
Tints of Plum #E99FDF
RGB
CMYK
RGB Variations
Color information
#E99FDF (or 0xE99FDF) is known color: Plum. HEX triplet: E9, 9F and DF. RGB value is (233,159,223). Sum of RGB (Red+Green+Blue) = 233+159+223=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FDF is #166020. Grayscale: #BCBCBC. Windows color (decimal): -1466401 or 14655465. OLE color: 14655465.
HSL color Cylindrical-coordinate representation of color #E99FDF: hue angle of 308.11º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99FDF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 223 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.09 |
| HSL | 308.11º | 0.63% | 0.77% | - |
| HSV(B) | 308.11º | 0.32% | 0.91% | - |
| XYZ | 59.32 | 47.45 | 75.84 | - |
| YUV | 188.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 223 | 0 | 0.32 | 0.04 | 0.09 | 308.11 | 0.63 | 0.77 |
| Hex | E9 | 9F | DF | 0 | 20 | 4 | 9 | 134 | 3F | 4D |
| Octal | 351 | 237 | 337 | 0 | 40 | 4 | 11 | 464 | 77 | 115 |
| Binary | 11101001 | 10011111 | 11011111 | 0 | 100000 | 100 | 1001 | 100110100 | 111111 | 1001101 |
Color Harmonies of #E99FDF
Complementary color
Monochromatic Colors of #E99FDF
Black with #E99FDF
Text Example
Text Example
White with #E99FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FDF; }
p { color: rgb(233,159,223); }
H1.HeaderClassName
{
color: #E99FDF;
}
.AnyTagClassName
{
color: #E99FDF;
}
</style>
background-color css
<style>
a { background-color: #E99FDF; }
a { background-color: rgb(233,159,223); }
div.DivClassName
{
background-color: #E99FDF;
}
.BgClassName
{
background-color: #E99FDF;
}
</style>
border-color css
<style>
span { border-color: #E99FDF; }
span { border-color: rgb(233,159,223); }
td.TdClassName
{
border-color: #E99FDF;
}
.TagClassName
{
border-color: #E99FDF;
}
</style>