Shades of Plum #E199D4
Tints of Plum #E199D4
RGB
CMYK
RGB Variations
Color information
#E199D4 (or 0xE199D4) is known color: Plum. HEX triplet: E1, 99 and D4. RGB value is (225,153,212). Sum of RGB (Red+Green+Blue) = 225+153+212=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E199D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199D4 is #1E662B. Grayscale: #B5B5B5. Windows color (decimal): -1992236 or 13933025. OLE color: 13933025.
HSL color Cylindrical-coordinate representation of color #E199D4: hue angle of 310.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 #E199D4 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 212 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.12 |
| HSL | 310.83º | 0.55% | 0.74% | - |
| HSV(B) | 310.83º | 0.32% | 0.88% | - |
| XYZ | 54.33 | 43.54 | 67.83 | - |
| YUV | 181.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 212 | 0 | 0.32 | 0.06 | 0.12 | 310.83 | 0.55 | 0.74 |
| Hex | E1 | 99 | D4 | 0 | 20 | 6 | C | 137 | 37 | 4A |
| Octal | 341 | 231 | 324 | 0 | 40 | 6 | 14 | 467 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11010100 | 0 | 100000 | 110 | 1100 | 100110111 | 110111 | 1001010 |
Color Harmonies of #E199D4
Complementary color
Monochromatic Colors of #E199D4
Black with #E199D4
Text Example
Text Example
White with #E199D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199D4; }
p { color: rgb(225,153,212); }
H1.HeaderClassName
{
color: #E199D4;
}
.AnyTagClassName
{
color: #E199D4;
}
</style>
background-color css
<style>
a { background-color: #E199D4; }
a { background-color: rgb(225,153,212); }
div.DivClassName
{
background-color: #E199D4;
}
.BgClassName
{
background-color: #E199D4;
}
</style>
border-color css
<style>
span { border-color: #E199D4; }
span { border-color: rgb(225,153,212); }
td.TdClassName
{
border-color: #E199D4;
}
.TagClassName
{
border-color: #E199D4;
}
</style>