Shades of Plum #E189D5
Tints of Plum #E189D5
RGB
CMYK
RGB Variations
Color information
#E189D5 (or 0xE189D5) is known color: Plum. HEX triplet: E1, 89 and D5. RGB value is (225,137,213). Sum of RGB (Red+Green+Blue) = 225+137+213=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E189D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189D5 is #1E762A. Grayscale: #ABABAB. Windows color (decimal): -1996331 or 13994465. OLE color: 13994465.
HSL color Cylindrical-coordinate representation of color #E189D5: hue angle of 308.18º 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 #E189D5 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 213 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.12 |
| HSL | 308.18º | 0.59% | 0.71% | - |
| HSV(B) | 308.18º | 0.39% | 0.88% | - |
| XYZ | 52.01 | 38.7 | 67.68 | - |
| YUV | 171.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 213 | 0 | 0.39 | 0.05 | 0.12 | 308.18 | 0.59 | 0.71 |
| Hex | E1 | 89 | D5 | 0 | 27 | 5 | C | 134 | 3B | 47 |
| Octal | 341 | 211 | 325 | 0 | 47 | 5 | 14 | 464 | 73 | 107 |
| Binary | 11100001 | 10001001 | 11010101 | 0 | 100111 | 101 | 1100 | 100110100 | 111011 | 1000111 |
Color Harmonies of #E189D5
Complementary color
Monochromatic Colors of #E189D5
Black with #E189D5
Text Example
Text Example
White with #E189D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189D5; }
p { color: rgb(225,137,213); }
H1.HeaderClassName
{
color: #E189D5;
}
.AnyTagClassName
{
color: #E189D5;
}
</style>
background-color css
<style>
a { background-color: #E189D5; }
a { background-color: rgb(225,137,213); }
div.DivClassName
{
background-color: #E189D5;
}
.BgClassName
{
background-color: #E189D5;
}
</style>
border-color css
<style>
span { border-color: #E189D5; }
span { border-color: rgb(225,137,213); }
td.TdClassName
{
border-color: #E189D5;
}
.TagClassName
{
border-color: #E189D5;
}
</style>