Shades of Plum #E09DDB
Tints of Plum #E09DDB
RGB
CMYK
RGB Variations
Color information
#E09DDB (or 0xE09DDB) is known color: Plum. HEX triplet: E0, 9D and DB. RGB value is (224,157,219). Sum of RGB (Red+Green+Blue) = 224+157+219=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DDB is #1F6224. Grayscale: #B7B7B7. Windows color (decimal): -2056741 or 14392800. OLE color: 14392800.
HSL color Cylindrical-coordinate representation of color #E09DDB: hue angle of 304.48º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DDB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 219 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.12 |
| HSL | 304.48º | 0.52% | 0.75% | - |
| HSV(B) | 304.48º | 0.3% | 0.88% | - |
| XYZ | 55.58 | 45.08 | 72.79 | - |
| YUV | 184.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 219 | 0 | 0.30 | 0.02 | 0.12 | 304.48 | 0.52 | 0.75 |
| Hex | E0 | 9D | DB | 0 | 1E | 2 | C | 130 | 34 | 4B |
| Octal | 340 | 235 | 333 | 0 | 36 | 2 | 14 | 460 | 64 | 113 |
| Binary | 11100000 | 10011101 | 11011011 | 0 | 11110 | 10 | 1100 | 100110000 | 110100 | 1001011 |
Color Harmonies of #E09DDB
Complementary color
Monochromatic Colors of #E09DDB
Black with #E09DDB
Text Example
Text Example
White with #E09DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DDB; }
p { color: rgb(224,157,219); }
H1.HeaderClassName
{
color: #E09DDB;
}
.AnyTagClassName
{
color: #E09DDB;
}
</style>
background-color css
<style>
a { background-color: #E09DDB; }
a { background-color: rgb(224,157,219); }
div.DivClassName
{
background-color: #E09DDB;
}
.BgClassName
{
background-color: #E09DDB;
}
</style>
border-color css
<style>
span { border-color: #E09DDB; }
span { border-color: rgb(224,157,219); }
td.TdClassName
{
border-color: #E09DDB;
}
.TagClassName
{
border-color: #E09DDB;
}
</style>