Shades of Plum #E196DD
Tints of Plum #E196DD
RGB
CMYK
RGB Variations
Color information
#E196DD (or 0xE196DD) is known color: Plum. HEX triplet: E1, 96 and DD. RGB value is (225,150,221). Sum of RGB (Red+Green+Blue) = 225+150+221=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E196DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196DD is #1E6922. Grayscale: #B4B4B4. Windows color (decimal): -1992995 or 14522081. OLE color: 14522081.
HSL color Cylindrical-coordinate representation of color #E196DD: hue angle of 303.2º 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 #E196DD is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 221 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.12 |
| HSL | 303.2º | 0.56% | 0.74% | - |
| HSV(B) | 303.2º | 0.33% | 0.88% | - |
| XYZ | 55.01 | 43.04 | 73.82 | - |
| YUV | 180.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 221 | 0 | 0.33 | 0.02 | 0.12 | 303.2 | 0.56 | 0.74 |
| Hex | E1 | 96 | DD | 0 | 21 | 2 | C | 12F | 38 | 4A |
| Octal | 341 | 226 | 335 | 0 | 41 | 2 | 14 | 457 | 70 | 112 |
| Binary | 11100001 | 10010110 | 11011101 | 0 | 100001 | 10 | 1100 | 100101111 | 111000 | 1001010 |
Color Harmonies of #E196DD
Complementary color
Monochromatic Colors of #E196DD
Black with #E196DD
Text Example
Text Example
White with #E196DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196DD; }
p { color: rgb(225,150,221); }
H1.HeaderClassName
{
color: #E196DD;
}
.AnyTagClassName
{
color: #E196DD;
}
</style>
background-color css
<style>
a { background-color: #E196DD; }
a { background-color: rgb(225,150,221); }
div.DivClassName
{
background-color: #E196DD;
}
.BgClassName
{
background-color: #E196DD;
}
</style>
border-color css
<style>
span { border-color: #E196DD; }
span { border-color: rgb(225,150,221); }
td.TdClassName
{
border-color: #E196DD;
}
.TagClassName
{
border-color: #E196DD;
}
</style>