Shades of Plum #E198DC
Tints of Plum #E198DC
RGB
CMYK
RGB Variations
Color information
#E198DC (or 0xE198DC) is known color: Plum. HEX triplet: E1, 98 and DC. RGB value is (225,152,220). Sum of RGB (Red+Green+Blue) = 225+152+220=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E198DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198DC is #1E6723. Grayscale: #B5B5B5. Windows color (decimal): -1992484 or 14457057. OLE color: 14457057.
HSL color Cylindrical-coordinate representation of color #E198DC: hue angle of 304.11º degrees, saturation: 0.55, 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 #E198DC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 220 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.12 |
| HSL | 304.11º | 0.55% | 0.74% | - |
| HSV(B) | 304.11º | 0.32% | 0.88% | - |
| XYZ | 55.2 | 43.63 | 73.22 | - |
| YUV | 181.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 220 | 0 | 0.32 | 0.02 | 0.12 | 304.11 | 0.55 | 0.74 |
| Hex | E1 | 98 | DC | 0 | 20 | 2 | C | 130 | 37 | 4A |
| Octal | 341 | 230 | 334 | 0 | 40 | 2 | 14 | 460 | 67 | 112 |
| Binary | 11100001 | 10011000 | 11011100 | 0 | 100000 | 10 | 1100 | 100110000 | 110111 | 1001010 |
Color Harmonies of #E198DC
Complementary color
Monochromatic Colors of #E198DC
Black with #E198DC
Text Example
Text Example
White with #E198DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198DC; }
p { color: rgb(225,152,220); }
H1.HeaderClassName
{
color: #E198DC;
}
.AnyTagClassName
{
color: #E198DC;
}
</style>
background-color css
<style>
a { background-color: #E198DC; }
a { background-color: rgb(225,152,220); }
div.DivClassName
{
background-color: #E198DC;
}
.BgClassName
{
background-color: #E198DC;
}
</style>
border-color css
<style>
span { border-color: #E198DC; }
span { border-color: rgb(225,152,220); }
td.TdClassName
{
border-color: #E198DC;
}
.TagClassName
{
border-color: #E198DC;
}
</style>