Shades of Plum #E189D6
Tints of Plum #E189D6
RGB
CMYK
RGB Variations
Color information
#E189D6 (or 0xE189D6) is known color: Plum. HEX triplet: E1, 89 and D6. RGB value is (225,137,214). Sum of RGB (Red+Green+Blue) = 225+137+214=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E189D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189D6 is #1E7629. Grayscale: #ABABAB. Windows color (decimal): -1996330 or 14060001. OLE color: 14060001.
HSL color Cylindrical-coordinate representation of color #E189D6: hue angle of 307.5º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E189D6 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 214 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.12 |
| HSL | 307.5º | 0.59% | 0.71% | - |
| HSV(B) | 307.5º | 0.39% | 0.88% | - |
| XYZ | 52.13 | 38.75 | 68.35 | - |
| YUV | 172.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 214 | 0 | 0.39 | 0.05 | 0.12 | 307.5 | 0.59 | 0.71 |
| Hex | E1 | 89 | D6 | 0 | 27 | 5 | C | 134 | 3B | 47 |
| Octal | 341 | 211 | 326 | 0 | 47 | 5 | 14 | 464 | 73 | 107 |
| Binary | 11100001 | 10001001 | 11010110 | 0 | 100111 | 101 | 1100 | 100110100 | 111011 | 1000111 |
Color Harmonies of #E189D6
Complementary color
Monochromatic Colors of #E189D6
Black with #E189D6
Text Example
Text Example
White with #E189D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189D6; }
p { color: rgb(225,137,214); }
H1.HeaderClassName
{
color: #E189D6;
}
.AnyTagClassName
{
color: #E189D6;
}
</style>
background-color css
<style>
a { background-color: #E189D6; }
a { background-color: rgb(225,137,214); }
div.DivClassName
{
background-color: #E189D6;
}
.BgClassName
{
background-color: #E189D6;
}
</style>
border-color css
<style>
span { border-color: #E189D6; }
span { border-color: rgb(225,137,214); }
td.TdClassName
{
border-color: #E189D6;
}
.TagClassName
{
border-color: #E189D6;
}
</style>