Shades of Plum #E899DE
Tints of Plum #E899DE
RGB
CMYK
RGB Variations
Color information
#E899DE (or 0xE899DE) is known color: Plum. HEX triplet: E8, 99 and DE. RGB value is (232,153,222). Sum of RGB (Red+Green+Blue) = 232+153+222=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E899DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E899DE is #176621. Grayscale: #B8B8B8. Windows color (decimal): -1533474 or 14588392. OLE color: 14588392.
HSL color Cylindrical-coordinate representation of color #E899DE: hue angle of 307.59º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E899DE is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 153 | 222 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.09 |
| HSL | 307.59º | 0.63% | 0.75% | - |
| HSV(B) | 307.59º | 0.34% | 0.91% | - |
| XYZ | 57.85 | 45.21 | 74.78 | - |
| YUV | 184.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 222 | 0 | 0.34 | 0.04 | 0.09 | 307.59 | 0.63 | 0.75 |
| Hex | E8 | 99 | DE | 0 | 22 | 4 | 9 | 134 | 3F | 4B |
| Octal | 350 | 231 | 336 | 0 | 42 | 4 | 11 | 464 | 77 | 113 |
| Binary | 11101000 | 10011001 | 11011110 | 0 | 100010 | 100 | 1001 | 100110100 | 111111 | 1001011 |
Color Harmonies of #E899DE
Complementary color
Monochromatic Colors of #E899DE
Black with #E899DE
Text Example
Text Example
White with #E899DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899DE; }
p { color: rgb(232,153,222); }
H1.HeaderClassName
{
color: #E899DE;
}
.AnyTagClassName
{
color: #E899DE;
}
</style>
background-color css
<style>
a { background-color: #E899DE; }
a { background-color: rgb(232,153,222); }
div.DivClassName
{
background-color: #E899DE;
}
.BgClassName
{
background-color: #E899DE;
}
</style>
border-color css
<style>
span { border-color: #E899DE; }
span { border-color: rgb(232,153,222); }
td.TdClassName
{
border-color: #E899DE;
}
.TagClassName
{
border-color: #E899DE;
}
</style>