Shades of Plum #E199DD
Tints of Plum #E199DD
RGB
CMYK
RGB Variations
Color information
#E199DD (or 0xE199DD) is known color: Plum. HEX triplet: E1, 99 and DD. RGB value is (225,153,221). Sum of RGB (Red+Green+Blue) = 225+153+221=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E199DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199DD is #1E6622. Grayscale: #B6B6B6. Windows color (decimal): -1992227 or 14522849. OLE color: 14522849.
HSL color Cylindrical-coordinate representation of color #E199DD: hue angle of 303.33º 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 #E199DD is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 221 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.12 |
| HSL | 303.33º | 0.55% | 0.74% | - |
| HSV(B) | 303.33º | 0.32% | 0.88% | - |
| XYZ | 55.49 | 44.01 | 73.98 | - |
| YUV | 182.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 221 | 0 | 0.32 | 0.02 | 0.12 | 303.33 | 0.55 | 0.74 |
| Hex | E1 | 99 | DD | 0 | 20 | 2 | C | 12F | 37 | 4A |
| Octal | 341 | 231 | 335 | 0 | 40 | 2 | 14 | 457 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11011101 | 0 | 100000 | 10 | 1100 | 100101111 | 110111 | 1001010 |
Color Harmonies of #E199DD
Complementary color
Monochromatic Colors of #E199DD
Black with #E199DD
Text Example
Text Example
White with #E199DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199DD; }
p { color: rgb(225,153,221); }
H1.HeaderClassName
{
color: #E199DD;
}
.AnyTagClassName
{
color: #E199DD;
}
</style>
background-color css
<style>
a { background-color: #E199DD; }
a { background-color: rgb(225,153,221); }
div.DivClassName
{
background-color: #E199DD;
}
.BgClassName
{
background-color: #E199DD;
}
</style>
border-color css
<style>
span { border-color: #E199DD; }
span { border-color: rgb(225,153,221); }
td.TdClassName
{
border-color: #E199DD;
}
.TagClassName
{
border-color: #E199DD;
}
</style>