Shades of Plum #E098DC
Tints of Plum #E098DC
RGB
CMYK
RGB Variations
Color information
#E098DC (or 0xE098DC) is known color: Plum. HEX triplet: E0, 98 and DC. RGB value is (224,152,220). Sum of RGB (Red+Green+Blue) = 224+152+220=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E098DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098DC is #1F6723. Grayscale: #B5B5B5. Windows color (decimal): -2058020 or 14457056. OLE color: 14457056.
HSL color Cylindrical-coordinate representation of color #E098DC: hue angle of 303.33º 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 #E098DC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 220 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.12 |
| HSL | 303.33º | 0.54% | 0.74% | - |
| HSV(B) | 303.33º | 0.32% | 0.88% | - |
| XYZ | 54.89 | 43.47 | 73.21 | - |
| YUV | 181.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 220 | 0 | 0.32 | 0.02 | 0.12 | 303.33 | 0.54 | 0.74 |
| Hex | E0 | 98 | DC | 0 | 20 | 2 | C | 12F | 36 | 4A |
| Octal | 340 | 230 | 334 | 0 | 40 | 2 | 14 | 457 | 66 | 112 |
| Binary | 11100000 | 10011000 | 11011100 | 0 | 100000 | 10 | 1100 | 100101111 | 110110 | 1001010 |
Color Harmonies of #E098DC
Complementary color
Monochromatic Colors of #E098DC
Black with #E098DC
Text Example
Text Example
White with #E098DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098DC; }
p { color: rgb(224,152,220); }
H1.HeaderClassName
{
color: #E098DC;
}
.AnyTagClassName
{
color: #E098DC;
}
</style>
background-color css
<style>
a { background-color: #E098DC; }
a { background-color: rgb(224,152,220); }
div.DivClassName
{
background-color: #E098DC;
}
.BgClassName
{
background-color: #E098DC;
}
</style>
border-color css
<style>
span { border-color: #E098DC; }
span { border-color: rgb(224,152,220); }
td.TdClassName
{
border-color: #E098DC;
}
.TagClassName
{
border-color: #E098DC;
}
</style>