Shades of Plum #E199DC
Tints of Plum #E199DC
RGB
CMYK
RGB Variations
Color information
#E199DC (or 0xE199DC) is known color: Plum. HEX triplet: E1, 99 and DC. RGB value is (225,153,220). Sum of RGB (Red+Green+Blue) = 225+153+220=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E199DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199DC is #1E6623. Grayscale: #B5B5B5. Windows color (decimal): -1992228 or 14457313. OLE color: 14457313.
HSL color Cylindrical-coordinate representation of color #E199DC: hue angle of 304.17º 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 #E199DC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 220 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.12 |
| HSL | 304.17º | 0.55% | 0.74% | - |
| HSV(B) | 304.17º | 0.32% | 0.88% | - |
| XYZ | 55.36 | 43.96 | 73.28 | - |
| YUV | 182.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 220 | 0 | 0.32 | 0.02 | 0.12 | 304.17 | 0.55 | 0.74 |
| Hex | E1 | 99 | DC | 0 | 20 | 2 | C | 130 | 37 | 4A |
| Octal | 341 | 231 | 334 | 0 | 40 | 2 | 14 | 460 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11011100 | 0 | 100000 | 10 | 1100 | 100110000 | 110111 | 1001010 |
Color Harmonies of #E199DC
Complementary color
Monochromatic Colors of #E199DC
Black with #E199DC
Text Example
Text Example
White with #E199DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199DC; }
p { color: rgb(225,153,220); }
H1.HeaderClassName
{
color: #E199DC;
}
.AnyTagClassName
{
color: #E199DC;
}
</style>
background-color css
<style>
a { background-color: #E199DC; }
a { background-color: rgb(225,153,220); }
div.DivClassName
{
background-color: #E199DC;
}
.BgClassName
{
background-color: #E199DC;
}
</style>
border-color css
<style>
span { border-color: #E199DC; }
span { border-color: rgb(225,153,220); }
td.TdClassName
{
border-color: #E199DC;
}
.TagClassName
{
border-color: #E199DC;
}
</style>