Shades of Plum #E19EEF
Tints of Plum #E19EEF
RGB
CMYK
RGB Variations
Color information
#E19EEF (or 0xE19EEF) is known color: Plum. HEX triplet: E1, 9E and EF. RGB value is (225,158,239). Sum of RGB (Red+Green+Blue) = 225+158+239=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #E19EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EEF is #1E6110. Grayscale: #BBBBBB. Windows color (decimal): -1990929 or 15703777. OLE color: 15703777.
HSL color Cylindrical-coordinate representation of color #E19EEF: hue angle of 289.63º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19EEF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 158 | 239 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.06 |
| HSL | 289.63º | 0.72% | 0.78% | - |
| HSV(B) | 289.63º | 0.34% | 0.94% | - |
| XYZ | 58.86 | 46.69 | 87.57 | - |
| YUV | 187.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 239 | 0.06 | 0.34 | 0 | 0.06 | 289.63 | 0.72 | 0.78 |
| Hex | E1 | 9E | EF | 6 | 22 | 0 | 6 | 122 | 48 | 4E |
| Octal | 341 | 236 | 357 | 6 | 42 | 0 | 6 | 442 | 110 | 116 |
| Binary | 11100001 | 10011110 | 11101111 | 110 | 100010 | 0 | 110 | 100100010 | 1001000 | 1001110 |
Color Harmonies of #E19EEF
Complementary color
Monochromatic Colors of #E19EEF
Black with #E19EEF
Text Example
Text Example
White with #E19EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EEF; }
p { color: rgb(225,158,239); }
H1.HeaderClassName
{
color: #E19EEF;
}
.AnyTagClassName
{
color: #E19EEF;
}
</style>
background-color css
<style>
a { background-color: #E19EEF; }
a { background-color: rgb(225,158,239); }
div.DivClassName
{
background-color: #E19EEF;
}
.BgClassName
{
background-color: #E19EEF;
}
</style>
border-color css
<style>
span { border-color: #E19EEF; }
span { border-color: rgb(225,158,239); }
td.TdClassName
{
border-color: #E19EEF;
}
.TagClassName
{
border-color: #E19EEF;
}
</style>