Shades of Plum #E196DE
Tints of Plum #E196DE
RGB
CMYK
RGB Variations
Color information
#E196DE (or 0xE196DE) is known color: Plum. HEX triplet: E1, 96 and DE. RGB value is (225,150,222). Sum of RGB (Red+Green+Blue) = 225+150+222=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E196DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196DE is #1E6921. Grayscale: #B4B4B4. Windows color (decimal): -1992994 or 14587617. OLE color: 14587617.
HSL color Cylindrical-coordinate representation of color #E196DE: hue angle of 302.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E196DE is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 222 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.12 |
| HSL | 302.4º | 0.56% | 0.74% | - |
| HSV(B) | 302.4º | 0.33% | 0.88% | - |
| XYZ | 55.14 | 43.09 | 74.52 | - |
| YUV | 180.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 222 | 0 | 0.33 | 0.01 | 0.12 | 302.4 | 0.56 | 0.74 |
| Hex | E1 | 96 | DE | 0 | 21 | 1 | C | 12E | 38 | 4A |
| Octal | 341 | 226 | 336 | 0 | 41 | 1 | 14 | 456 | 70 | 112 |
| Binary | 11100001 | 10010110 | 11011110 | 0 | 100001 | 1 | 1100 | 100101110 | 111000 | 1001010 |
Color Harmonies of #E196DE
Complementary color
Monochromatic Colors of #E196DE
Black with #E196DE
Text Example
Text Example
White with #E196DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196DE; }
p { color: rgb(225,150,222); }
H1.HeaderClassName
{
color: #E196DE;
}
.AnyTagClassName
{
color: #E196DE;
}
</style>
background-color css
<style>
a { background-color: #E196DE; }
a { background-color: rgb(225,150,222); }
div.DivClassName
{
background-color: #E196DE;
}
.BgClassName
{
background-color: #E196DE;
}
</style>
border-color css
<style>
span { border-color: #E196DE; }
span { border-color: rgb(225,150,222); }
td.TdClassName
{
border-color: #E196DE;
}
.TagClassName
{
border-color: #E196DE;
}
</style>