Shades of Plum #E098DB
Tints of Plum #E098DB
RGB
CMYK
RGB Variations
Color information
#E098DB (or 0xE098DB) is known color: Plum. HEX triplet: E0, 98 and DB. RGB value is (224,152,219). Sum of RGB (Red+Green+Blue) = 224+152+219=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E098DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098DB is #1F6724. Grayscale: #B4B4B4. Windows color (decimal): -2058021 or 14391520. OLE color: 14391520.
HSL color Cylindrical-coordinate representation of color #E098DB: hue angle of 304.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E098DB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 219 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.12 |
| HSL | 304.17º | 0.54% | 0.74% | - |
| HSV(B) | 304.17º | 0.32% | 0.88% | - |
| XYZ | 54.75 | 43.42 | 72.51 | - |
| YUV | 181.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 219 | 0 | 0.32 | 0.02 | 0.12 | 304.17 | 0.54 | 0.74 |
| Hex | E0 | 98 | DB | 0 | 20 | 2 | C | 130 | 36 | 4A |
| Octal | 340 | 230 | 333 | 0 | 40 | 2 | 14 | 460 | 66 | 112 |
| Binary | 11100000 | 10011000 | 11011011 | 0 | 100000 | 10 | 1100 | 100110000 | 110110 | 1001010 |
Color Harmonies of #E098DB
Complementary color
Monochromatic Colors of #E098DB
Black with #E098DB
Text Example
Text Example
White with #E098DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098DB; }
p { color: rgb(224,152,219); }
H1.HeaderClassName
{
color: #E098DB;
}
.AnyTagClassName
{
color: #E098DB;
}
</style>
background-color css
<style>
a { background-color: #E098DB; }
a { background-color: rgb(224,152,219); }
div.DivClassName
{
background-color: #E098DB;
}
.BgClassName
{
background-color: #E098DB;
}
</style>
border-color css
<style>
span { border-color: #E098DB; }
span { border-color: rgb(224,152,219); }
td.TdClassName
{
border-color: #E098DB;
}
.TagClassName
{
border-color: #E098DB;
}
</style>