Shades of Plum #E19ED4
Tints of Plum #E19ED4
RGB
CMYK
RGB Variations
Color information
#E19ED4 (or 0xE19ED4) is known color: Plum. HEX triplet: E1, 9E and D4. RGB value is (225,158,212). Sum of RGB (Red+Green+Blue) = 225+158+212=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ED4 is #1E612B. Grayscale: #B8B8B8. Windows color (decimal): -1990956 or 13934305. OLE color: 13934305.
HSL color Cylindrical-coordinate representation of color #E19ED4: hue angle of 311.64º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19ED4 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 212 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.12 |
| HSL | 311.64º | 0.53% | 0.75% | - |
| HSV(B) | 311.64º | 0.3% | 0.88% | - |
| XYZ | 55.16 | 45.21 | 68.11 | - |
| YUV | 184.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 212 | 0 | 0.30 | 0.06 | 0.12 | 311.64 | 0.53 | 0.75 |
| Hex | E1 | 9E | D4 | 0 | 1E | 6 | C | 138 | 35 | 4B |
| Octal | 341 | 236 | 324 | 0 | 36 | 6 | 14 | 470 | 65 | 113 |
| Binary | 11100001 | 10011110 | 11010100 | 0 | 11110 | 110 | 1100 | 100111000 | 110101 | 1001011 |
Color Harmonies of #E19ED4
Complementary color
Monochromatic Colors of #E19ED4
Black with #E19ED4
Text Example
Text Example
White with #E19ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ED4; }
p { color: rgb(225,158,212); }
H1.HeaderClassName
{
color: #E19ED4;
}
.AnyTagClassName
{
color: #E19ED4;
}
</style>
background-color css
<style>
a { background-color: #E19ED4; }
a { background-color: rgb(225,158,212); }
div.DivClassName
{
background-color: #E19ED4;
}
.BgClassName
{
background-color: #E19ED4;
}
</style>
border-color css
<style>
span { border-color: #E19ED4; }
span { border-color: rgb(225,158,212); }
td.TdClassName
{
border-color: #E19ED4;
}
.TagClassName
{
border-color: #E19ED4;
}
</style>