Shades of Plum #E19ECF
Tints of Plum #E19ECF
RGB
CMYK
RGB Variations
Color information
#E19ECF (or 0xE19ECF) is known color: Plum. HEX triplet: E1, 9E and CF. RGB value is (225,158,207). Sum of RGB (Red+Green+Blue) = 225+158+207=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ECF is #1E6130. Grayscale: #B7B7B7. Windows color (decimal): -1990961 or 13606625. OLE color: 13606625.
HSL color Cylindrical-coordinate representation of color #E19ECF: hue angle of 316.12º 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 #E19ECF is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 207 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.12 |
| HSL | 316.12º | 0.53% | 0.75% | - |
| HSV(B) | 316.12º | 0.3% | 0.88% | - |
| XYZ | 54.54 | 44.97 | 64.84 | - |
| YUV | 183.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 207 | 0 | 0.30 | 0.08 | 0.12 | 316.12 | 0.53 | 0.75 |
| Hex | E1 | 9E | CF | 0 | 1E | 8 | C | 13C | 35 | 4B |
| Octal | 341 | 236 | 317 | 0 | 36 | 10 | 14 | 474 | 65 | 113 |
| Binary | 11100001 | 10011110 | 11001111 | 0 | 11110 | 1000 | 1100 | 100111100 | 110101 | 1001011 |
Color Harmonies of #E19ECF
Complementary color
Monochromatic Colors of #E19ECF
Black with #E19ECF
Text Example
Text Example
White with #E19ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ECF; }
p { color: rgb(225,158,207); }
H1.HeaderClassName
{
color: #E19ECF;
}
.AnyTagClassName
{
color: #E19ECF;
}
</style>
background-color css
<style>
a { background-color: #E19ECF; }
a { background-color: rgb(225,158,207); }
div.DivClassName
{
background-color: #E19ECF;
}
.BgClassName
{
background-color: #E19ECF;
}
</style>
border-color css
<style>
span { border-color: #E19ECF; }
span { border-color: rgb(225,158,207); }
td.TdClassName
{
border-color: #E19ECF;
}
.TagClassName
{
border-color: #E19ECF;
}
</style>