Shades of Plum #E094DB
Tints of Plum #E094DB
RGB
CMYK
RGB Variations
Color information
#E094DB (or 0xE094DB) is known color: Plum. HEX triplet: E0, 94 and DB. RGB value is (224,148,219). Sum of RGB (Red+Green+Blue) = 224+148+219=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E094DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094DB is #1F6B24. Grayscale: #B2B2B2. Windows color (decimal): -2059045 or 14390496. OLE color: 14390496.
HSL color Cylindrical-coordinate representation of color #E094DB: hue angle of 303.95º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094DB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 219 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.12 |
| HSL | 303.95º | 0.55% | 0.73% | - |
| HSV(B) | 303.95º | 0.34% | 0.88% | - |
| XYZ | 54.12 | 42.14 | 72.3 | - |
| YUV | 178.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 219 | 0 | 0.34 | 0.02 | 0.12 | 303.95 | 0.55 | 0.73 |
| Hex | E0 | 94 | DB | 0 | 22 | 2 | C | 130 | 37 | 49 |
| Octal | 340 | 224 | 333 | 0 | 42 | 2 | 14 | 460 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11011011 | 0 | 100010 | 10 | 1100 | 100110000 | 110111 | 1001001 |
Color Harmonies of #E094DB
Complementary color
Monochromatic Colors of #E094DB
Black with #E094DB
Text Example
Text Example
White with #E094DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094DB; }
p { color: rgb(224,148,219); }
H1.HeaderClassName
{
color: #E094DB;
}
.AnyTagClassName
{
color: #E094DB;
}
</style>
background-color css
<style>
a { background-color: #E094DB; }
a { background-color: rgb(224,148,219); }
div.DivClassName
{
background-color: #E094DB;
}
.BgClassName
{
background-color: #E094DB;
}
</style>
border-color css
<style>
span { border-color: #E094DB; }
span { border-color: rgb(224,148,219); }
td.TdClassName
{
border-color: #E094DB;
}
.TagClassName
{
border-color: #E094DB;
}
</style>