Shades of Plum #E199DB
Tints of Plum #E199DB
RGB
CMYK
RGB Variations
Color information
#E199DB (or 0xE199DB) is known color: Plum. HEX triplet: E1, 99 and DB. RGB value is (225,153,219). Sum of RGB (Red+Green+Blue) = 225+153+219=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E199DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199DB is #1E6624. Grayscale: #B5B5B5. Windows color (decimal): -1992229 or 14391777. OLE color: 14391777.
HSL color Cylindrical-coordinate representation of color #E199DB: hue angle of 305º 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 #E199DB is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 219 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.12 |
| HSL | 305º | 0.55% | 0.74% | - |
| HSV(B) | 305º | 0.32% | 0.88% | - |
| XYZ | 55.23 | 43.9 | 72.58 | - |
| YUV | 182.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 219 | 0 | 0.32 | 0.03 | 0.12 | 305 | 0.55 | 0.74 |
| Hex | E1 | 99 | DB | 0 | 20 | 3 | C | 131 | 37 | 4A |
| Octal | 341 | 231 | 333 | 0 | 40 | 3 | 14 | 461 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11011011 | 0 | 100000 | 11 | 1100 | 100110001 | 110111 | 1001010 |
Color Harmonies of #E199DB
Complementary color
Monochromatic Colors of #E199DB
Black with #E199DB
Text Example
Text Example
White with #E199DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199DB; }
p { color: rgb(225,153,219); }
H1.HeaderClassName
{
color: #E199DB;
}
.AnyTagClassName
{
color: #E199DB;
}
</style>
background-color css
<style>
a { background-color: #E199DB; }
a { background-color: rgb(225,153,219); }
div.DivClassName
{
background-color: #E199DB;
}
.BgClassName
{
background-color: #E199DB;
}
</style>
border-color css
<style>
span { border-color: #E199DB; }
span { border-color: rgb(225,153,219); }
td.TdClassName
{
border-color: #E199DB;
}
.TagClassName
{
border-color: #E199DB;
}
</style>