Shades of Plum #E09EDB
Tints of Plum #E09EDB
RGB
CMYK
RGB Variations
Color information
#E09EDB (or 0xE09EDB) is known color: Plum. HEX triplet: E0, 9E and DB. RGB value is (224,158,219). Sum of RGB (Red+Green+Blue) = 224+158+219=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EDB is #1F6124. Grayscale: #B8B8B8. Windows color (decimal): -2056485 or 14393056. OLE color: 14393056.
HSL color Cylindrical-coordinate representation of color #E09EDB: hue angle of 304.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09EDB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 219 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.12 |
| HSL | 304.55º | 0.52% | 0.75% | - |
| HSV(B) | 304.55º | 0.29% | 0.88% | - |
| XYZ | 55.75 | 45.42 | 72.85 | - |
| YUV | 184.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 219 | 0 | 0.29 | 0.02 | 0.12 | 304.55 | 0.52 | 0.75 |
| Hex | E0 | 9E | DB | 0 | 1D | 2 | C | 131 | 34 | 4B |
| Octal | 340 | 236 | 333 | 0 | 35 | 2 | 14 | 461 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11011011 | 0 | 11101 | 10 | 1100 | 100110001 | 110100 | 1001011 |
Color Harmonies of #E09EDB
Complementary color
Monochromatic Colors of #E09EDB
Black with #E09EDB
Text Example
Text Example
White with #E09EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EDB; }
p { color: rgb(224,158,219); }
H1.HeaderClassName
{
color: #E09EDB;
}
.AnyTagClassName
{
color: #E09EDB;
}
</style>
background-color css
<style>
a { background-color: #E09EDB; }
a { background-color: rgb(224,158,219); }
div.DivClassName
{
background-color: #E09EDB;
}
.BgClassName
{
background-color: #E09EDB;
}
</style>
border-color css
<style>
span { border-color: #E09EDB; }
span { border-color: rgb(224,158,219); }
td.TdClassName
{
border-color: #E09EDB;
}
.TagClassName
{
border-color: #E09EDB;
}
</style>