Shades of Plum #E199DA
Tints of Plum #E199DA
RGB
CMYK
RGB Variations
Color information
#E199DA (or 0xE199DA) is known color: Plum. HEX triplet: E1, 99 and DA. RGB value is (225,153,218). Sum of RGB (Red+Green+Blue) = 225+153+218=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E199DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199DA is #1E6625. Grayscale: #B5B5B5. Windows color (decimal): -1992230 or 14326241. OLE color: 14326241.
HSL color Cylindrical-coordinate representation of color #E199DA: hue angle of 305.83º 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 #E199DA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 218 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.12 |
| HSL | 305.83º | 0.55% | 0.74% | - |
| HSV(B) | 305.83º | 0.32% | 0.88% | - |
| XYZ | 55.1 | 43.85 | 71.89 | - |
| YUV | 181.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 218 | 0 | 0.32 | 0.03 | 0.12 | 305.83 | 0.55 | 0.74 |
| Hex | E1 | 99 | DA | 0 | 20 | 3 | C | 132 | 37 | 4A |
| Octal | 341 | 231 | 332 | 0 | 40 | 3 | 14 | 462 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11011010 | 0 | 100000 | 11 | 1100 | 100110010 | 110111 | 1001010 |
Color Harmonies of #E199DA
Complementary color
Monochromatic Colors of #E199DA
Black with #E199DA
Text Example
Text Example
White with #E199DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199DA; }
p { color: rgb(225,153,218); }
H1.HeaderClassName
{
color: #E199DA;
}
.AnyTagClassName
{
color: #E199DA;
}
</style>
background-color css
<style>
a { background-color: #E199DA; }
a { background-color: rgb(225,153,218); }
div.DivClassName
{
background-color: #E199DA;
}
.BgClassName
{
background-color: #E199DA;
}
</style>
border-color css
<style>
span { border-color: #E199DA; }
span { border-color: rgb(225,153,218); }
td.TdClassName
{
border-color: #E199DA;
}
.TagClassName
{
border-color: #E199DA;
}
</style>