Shades of Plum #E09CDB
Tints of Plum #E09CDB
RGB
CMYK
RGB Variations
Color information
#E09CDB (or 0xE09CDB) is known color: Plum. HEX triplet: E0, 9C and DB. RGB value is (224,156,219). Sum of RGB (Red+Green+Blue) = 224+156+219=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDB is #1F6324. Grayscale: #B7B7B7. Windows color (decimal): -2056997 or 14392544. OLE color: 14392544.
HSL color Cylindrical-coordinate representation of color #E09CDB: hue angle of 304.41º 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 #E09CDB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 219 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.12 |
| HSL | 304.41º | 0.52% | 0.75% | - |
| HSV(B) | 304.41º | 0.3% | 0.88% | - |
| XYZ | 55.42 | 44.74 | 72.73 | - |
| YUV | 183.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 219 | 0 | 0.30 | 0.02 | 0.12 | 304.41 | 0.52 | 0.75 |
| Hex | E0 | 9C | DB | 0 | 1E | 2 | C | 130 | 34 | 4B |
| Octal | 340 | 234 | 333 | 0 | 36 | 2 | 14 | 460 | 64 | 113 |
| Binary | 11100000 | 10011100 | 11011011 | 0 | 11110 | 10 | 1100 | 100110000 | 110100 | 1001011 |
Color Harmonies of #E09CDB
Complementary color
Monochromatic Colors of #E09CDB
Black with #E09CDB
Text Example
Text Example
White with #E09CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CDB; }
p { color: rgb(224,156,219); }
H1.HeaderClassName
{
color: #E09CDB;
}
.AnyTagClassName
{
color: #E09CDB;
}
</style>
background-color css
<style>
a { background-color: #E09CDB; }
a { background-color: rgb(224,156,219); }
div.DivClassName
{
background-color: #E09CDB;
}
.BgClassName
{
background-color: #E09CDB;
}
</style>
border-color css
<style>
span { border-color: #E09CDB; }
span { border-color: rgb(224,156,219); }
td.TdClassName
{
border-color: #E09CDB;
}
.TagClassName
{
border-color: #E09CDB;
}
</style>