Shades of Plum #E099DE
Tints of Plum #E099DE
RGB
CMYK
RGB Variations
Color information
#E099DE (or 0xE099DE) is known color: Plum. HEX triplet: E0, 99 and DE. RGB value is (224,153,222). Sum of RGB (Red+Green+Blue) = 224+153+222=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E099DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099DE is #1F6621. Grayscale: #B5B5B5. Windows color (decimal): -2057762 or 14588384. OLE color: 14588384.
HSL color Cylindrical-coordinate representation of color #E099DE: hue angle of 301.69º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E099DE is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 222 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.12 |
| HSL | 301.69º | 0.53% | 0.74% | - |
| HSV(B) | 301.69º | 0.32% | 0.88% | - |
| XYZ | 55.32 | 43.9 | 74.67 | - |
| YUV | 182.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 222 | 0 | 0.32 | 0.01 | 0.12 | 301.69 | 0.53 | 0.74 |
| Hex | E0 | 99 | DE | 0 | 20 | 1 | C | 12E | 35 | 4A |
| Octal | 340 | 231 | 336 | 0 | 40 | 1 | 14 | 456 | 65 | 112 |
| Binary | 11100000 | 10011001 | 11011110 | 0 | 100000 | 1 | 1100 | 100101110 | 110101 | 1001010 |
Color Harmonies of #E099DE
Complementary color
Monochromatic Colors of #E099DE
Black with #E099DE
Text Example
Text Example
White with #E099DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099DE; }
p { color: rgb(224,153,222); }
H1.HeaderClassName
{
color: #E099DE;
}
.AnyTagClassName
{
color: #E099DE;
}
</style>
background-color css
<style>
a { background-color: #E099DE; }
a { background-color: rgb(224,153,222); }
div.DivClassName
{
background-color: #E099DE;
}
.BgClassName
{
background-color: #E099DE;
}
</style>
border-color css
<style>
span { border-color: #E099DE; }
span { border-color: rgb(224,153,222); }
td.TdClassName
{
border-color: #E099DE;
}
.TagClassName
{
border-color: #E099DE;
}
</style>