Shades of Plum #E19FEF
Tints of Plum #E19FEF
RGB
CMYK
RGB Variations
Color information
#E19FEF (or 0xE19FEF) is known color: Plum. HEX triplet: E1, 9F and EF. RGB value is (225,159,239). Sum of RGB (Red+Green+Blue) = 225+159+239=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #E19FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FEF is #1E6010. Grayscale: #BBBBBB. Windows color (decimal): -1990673 or 15704033. OLE color: 15704033.
HSL color Cylindrical-coordinate representation of color #E19FEF: hue angle of 289.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19FEF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 159 | 239 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.06 |
| HSL | 289.5º | 0.71% | 0.78% | - |
| HSV(B) | 289.5º | 0.33% | 0.94% | - |
| XYZ | 59.03 | 47.04 | 87.63 | - |
| YUV | 187.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 239 | 0.06 | 0.33 | 0 | 0.06 | 289.5 | 0.71 | 0.78 |
| Hex | E1 | 9F | EF | 6 | 21 | 0 | 6 | 122 | 47 | 4E |
| Octal | 341 | 237 | 357 | 6 | 41 | 0 | 6 | 442 | 107 | 116 |
| Binary | 11100001 | 10011111 | 11101111 | 110 | 100001 | 0 | 110 | 100100010 | 1000111 | 1001110 |
Color Harmonies of #E19FEF
Complementary color
Monochromatic Colors of #E19FEF
Black with #E19FEF
Text Example
Text Example
White with #E19FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FEF; }
p { color: rgb(225,159,239); }
H1.HeaderClassName
{
color: #E19FEF;
}
.AnyTagClassName
{
color: #E19FEF;
}
</style>
background-color css
<style>
a { background-color: #E19FEF; }
a { background-color: rgb(225,159,239); }
div.DivClassName
{
background-color: #E19FEF;
}
.BgClassName
{
background-color: #E19FEF;
}
</style>
border-color css
<style>
span { border-color: #E19FEF; }
span { border-color: rgb(225,159,239); }
td.TdClassName
{
border-color: #E19FEF;
}
.TagClassName
{
border-color: #E19FEF;
}
</style>