Shades of Plum #E191CF
Tints of Plum #E191CF
RGB
CMYK
RGB Variations
Color information
#E191CF (or 0xE191CF) is known color: Plum. HEX triplet: E1, 91 and CF. RGB value is (225,145,207). Sum of RGB (Red+Green+Blue) = 225+145+207=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E191CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191CF is #1E6E30. Grayscale: #AFAFAF. Windows color (decimal): -1994289 or 13603297. OLE color: 13603297.
HSL color Cylindrical-coordinate representation of color #E191CF: hue angle of 313.5º 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 #E191CF is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 207 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.12 |
| HSL | 313.5º | 0.57% | 0.73% | - |
| HSV(B) | 313.5º | 0.36% | 0.88% | - |
| XYZ | 52.44 | 40.76 | 64.14 | - |
| YUV | 175.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 207 | 0 | 0.36 | 0.08 | 0.12 | 313.5 | 0.57 | 0.73 |
| Hex | E1 | 91 | CF | 0 | 24 | 8 | C | 13A | 39 | 49 |
| Octal | 341 | 221 | 317 | 0 | 44 | 10 | 14 | 472 | 71 | 111 |
| Binary | 11100001 | 10010001 | 11001111 | 0 | 100100 | 1000 | 1100 | 100111010 | 111001 | 1001001 |
Color Harmonies of #E191CF
Complementary color
Monochromatic Colors of #E191CF
Black with #E191CF
Text Example
Text Example
White with #E191CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191CF; }
p { color: rgb(225,145,207); }
H1.HeaderClassName
{
color: #E191CF;
}
.AnyTagClassName
{
color: #E191CF;
}
</style>
background-color css
<style>
a { background-color: #E191CF; }
a { background-color: rgb(225,145,207); }
div.DivClassName
{
background-color: #E191CF;
}
.BgClassName
{
background-color: #E191CF;
}
</style>
border-color css
<style>
span { border-color: #E191CF; }
span { border-color: rgb(225,145,207); }
td.TdClassName
{
border-color: #E191CF;
}
.TagClassName
{
border-color: #E191CF;
}
</style>