Shades of Plum #E099DD
Tints of Plum #E099DD
RGB
CMYK
RGB Variations
Color information
#E099DD (or 0xE099DD) is known color: Plum. HEX triplet: E0, 99 and DD. RGB value is (224,153,221). Sum of RGB (Red+Green+Blue) = 224+153+221=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E099DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099DD is #1F6622. Grayscale: #B5B5B5. Windows color (decimal): -2057763 or 14522848. OLE color: 14522848.
HSL color Cylindrical-coordinate representation of color #E099DD: hue angle of 302.54º 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 #E099DD is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 221 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.12 |
| HSL | 302.54º | 0.53% | 0.74% | - |
| HSV(B) | 302.54º | 0.32% | 0.88% | - |
| XYZ | 55.18 | 43.85 | 73.96 | - |
| YUV | 181.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 221 | 0 | 0.32 | 0.01 | 0.12 | 302.54 | 0.53 | 0.74 |
| Hex | E0 | 99 | DD | 0 | 20 | 1 | C | 12F | 35 | 4A |
| Octal | 340 | 231 | 335 | 0 | 40 | 1 | 14 | 457 | 65 | 112 |
| Binary | 11100000 | 10011001 | 11011101 | 0 | 100000 | 1 | 1100 | 100101111 | 110101 | 1001010 |
Color Harmonies of #E099DD
Complementary color
Monochromatic Colors of #E099DD
Black with #E099DD
Text Example
Text Example
White with #E099DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099DD; }
p { color: rgb(224,153,221); }
H1.HeaderClassName
{
color: #E099DD;
}
.AnyTagClassName
{
color: #E099DD;
}
</style>
background-color css
<style>
a { background-color: #E099DD; }
a { background-color: rgb(224,153,221); }
div.DivClassName
{
background-color: #E099DD;
}
.BgClassName
{
background-color: #E099DD;
}
</style>
border-color css
<style>
span { border-color: #E099DD; }
span { border-color: rgb(224,153,221); }
td.TdClassName
{
border-color: #E099DD;
}
.TagClassName
{
border-color: #E099DD;
}
</style>