Shades of Plum #E197DD
Tints of Plum #E197DD
RGB
CMYK
RGB Variations
Color information
#E197DD (or 0xE197DD) is known color: Plum. HEX triplet: E1, 97 and DD. RGB value is (225,151,221). Sum of RGB (Red+Green+Blue) = 225+151+221=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E197DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197DD is #1E6822. Grayscale: #B4B4B4. Windows color (decimal): -1992739 or 14522337. OLE color: 14522337.
HSL color Cylindrical-coordinate representation of color #E197DD: hue angle of 303.24º degrees, saturation: 0.55, 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 #E197DD is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 221 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.12 |
| HSL | 303.24º | 0.55% | 0.74% | - |
| HSV(B) | 303.24º | 0.33% | 0.88% | - |
| XYZ | 55.17 | 43.36 | 73.87 | - |
| YUV | 181.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 221 | 0 | 0.33 | 0.02 | 0.12 | 303.24 | 0.55 | 0.74 |
| Hex | E1 | 97 | DD | 0 | 21 | 2 | C | 12F | 37 | 4A |
| Octal | 341 | 227 | 335 | 0 | 41 | 2 | 14 | 457 | 67 | 112 |
| Binary | 11100001 | 10010111 | 11011101 | 0 | 100001 | 10 | 1100 | 100101111 | 110111 | 1001010 |
Color Harmonies of #E197DD
Complementary color
Monochromatic Colors of #E197DD
Black with #E197DD
Text Example
Text Example
White with #E197DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197DD; }
p { color: rgb(225,151,221); }
H1.HeaderClassName
{
color: #E197DD;
}
.AnyTagClassName
{
color: #E197DD;
}
</style>
background-color css
<style>
a { background-color: #E197DD; }
a { background-color: rgb(225,151,221); }
div.DivClassName
{
background-color: #E197DD;
}
.BgClassName
{
background-color: #E197DD;
}
</style>
border-color css
<style>
span { border-color: #E197DD; }
span { border-color: rgb(225,151,221); }
td.TdClassName
{
border-color: #E197DD;
}
.TagClassName
{
border-color: #E197DD;
}
</style>