Shades of Plum #E191E1
Tints of Plum #E191E1
RGB
CMYK
RGB Variations
Color information
#E191E1 (or 0xE191E1) is known color: Plum. HEX triplet: E1, 91 and E1. RGB value is (225,145,225). Sum of RGB (Red+Green+Blue) = 225+145+225=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E191E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191E1 is #1E6E1E. Grayscale: #B1B1B1. Windows color (decimal): -1994271 or 14782945. OLE color: 14782945.
HSL color Cylindrical-coordinate representation of color #E191E1: hue angle of 300º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191E1 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 225 | - |
| CMYK | 0 | 0.36 | 0 | 0.12 |
| HSL | 300º | 0.57% | 0.73% | - |
| HSV(B) | 300º | 0.36% | 0.88% | - |
| XYZ | 54.77 | 41.69 | 76.4 | - |
| YUV | 178.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 225 | 0 | 0.36 | 0 | 0.12 | 300 | 0.57 | 0.73 |
| Hex | E1 | 91 | E1 | 0 | 24 | 0 | C | 12C | 39 | 49 |
| Octal | 341 | 221 | 341 | 0 | 44 | 0 | 14 | 454 | 71 | 111 |
| Binary | 11100001 | 10010001 | 11100001 | 0 | 100100 | 0 | 1100 | 100101100 | 111001 | 1001001 |
Color Harmonies of #E191E1
Complementary color
Monochromatic Colors of #E191E1
Black with #E191E1
Text Example
Text Example
White with #E191E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191E1; }
p { color: rgb(225,145,225); }
H1.HeaderClassName
{
color: #E191E1;
}
.AnyTagClassName
{
color: #E191E1;
}
</style>
background-color css
<style>
a { background-color: #E191E1; }
a { background-color: rgb(225,145,225); }
div.DivClassName
{
background-color: #E191E1;
}
.BgClassName
{
background-color: #E191E1;
}
</style>
border-color css
<style>
span { border-color: #E191E1; }
span { border-color: rgb(225,145,225); }
td.TdClassName
{
border-color: #E191E1;
}
.TagClassName
{
border-color: #E191E1;
}
</style>