Shades of Plum #E09BDB
Tints of Plum #E09BDB
RGB
CMYK
RGB Variations
Color information
#E09BDB (or 0xE09BDB) is known color: Plum. HEX triplet: E0, 9B and DB. RGB value is (224,155,219). Sum of RGB (Red+Green+Blue) = 224+155+219=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BDB is #1F6424. Grayscale: #B6B6B6. Windows color (decimal): -2057253 or 14392288. OLE color: 14392288.
HSL color Cylindrical-coordinate representation of color #E09BDB: hue angle of 304.35º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BDB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 219 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.12 |
| HSL | 304.35º | 0.53% | 0.74% | - |
| HSV(B) | 304.35º | 0.31% | 0.88% | - |
| XYZ | 55.25 | 44.4 | 72.68 | - |
| YUV | 182.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 219 | 0 | 0.31 | 0.02 | 0.12 | 304.35 | 0.53 | 0.74 |
| Hex | E0 | 9B | DB | 0 | 1F | 2 | C | 130 | 35 | 4A |
| Octal | 340 | 233 | 333 | 0 | 37 | 2 | 14 | 460 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11011011 | 0 | 11111 | 10 | 1100 | 100110000 | 110101 | 1001010 |
Color Harmonies of #E09BDB
Complementary color
Monochromatic Colors of #E09BDB
Black with #E09BDB
Text Example
Text Example
White with #E09BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BDB; }
p { color: rgb(224,155,219); }
H1.HeaderClassName
{
color: #E09BDB;
}
.AnyTagClassName
{
color: #E09BDB;
}
</style>
background-color css
<style>
a { background-color: #E09BDB; }
a { background-color: rgb(224,155,219); }
div.DivClassName
{
background-color: #E09BDB;
}
.BgClassName
{
background-color: #E09BDB;
}
</style>
border-color css
<style>
span { border-color: #E09BDB; }
span { border-color: rgb(224,155,219); }
td.TdClassName
{
border-color: #E09BDB;
}
.TagClassName
{
border-color: #E09BDB;
}
</style>