Shades of Plum #E19FE4
Tints of Plum #E19FE4
RGB
CMYK
RGB Variations
Color information
#E19FE4 (or 0xE19FE4) is known color: Plum. HEX triplet: E1, 9F and E4. RGB value is (225,159,228). Sum of RGB (Red+Green+Blue) = 225+159+228=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #E19FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FE4 is #1E601B. Grayscale: #BABABA. Windows color (decimal): -1990684 or 14983137. OLE color: 14983137.
HSL color Cylindrical-coordinate representation of color #E19FE4: hue angle of 297.39º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19FE4 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 159 | 228 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.11 |
| HSL | 297.39º | 0.56% | 0.76% | - |
| HSV(B) | 297.39º | 0.3% | 0.89% | - |
| XYZ | 57.45 | 46.41 | 79.33 | - |
| YUV | 186.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 228 | 0.01 | 0.30 | 0 | 0.11 | 297.39 | 0.56 | 0.76 |
| Hex | E1 | 9F | E4 | 1 | 1E | 0 | B | 129 | 38 | 4C |
| Octal | 341 | 237 | 344 | 1 | 36 | 0 | 13 | 451 | 70 | 114 |
| Binary | 11100001 | 10011111 | 11100100 | 1 | 11110 | 0 | 1011 | 100101001 | 111000 | 1001100 |
Color Harmonies of #E19FE4
Complementary color
Monochromatic Colors of #E19FE4
Black with #E19FE4
Text Example
Text Example
White with #E19FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FE4; }
p { color: rgb(225,159,228); }
H1.HeaderClassName
{
color: #E19FE4;
}
.AnyTagClassName
{
color: #E19FE4;
}
</style>
background-color css
<style>
a { background-color: #E19FE4; }
a { background-color: rgb(225,159,228); }
div.DivClassName
{
background-color: #E19FE4;
}
.BgClassName
{
background-color: #E19FE4;
}
</style>
border-color css
<style>
span { border-color: #E19FE4; }
span { border-color: rgb(225,159,228); }
td.TdClassName
{
border-color: #E19FE4;
}
.TagClassName
{
border-color: #E19FE4;
}
</style>