Shades of Plum #E791D5
Tints of Plum #E791D5
RGB
CMYK
RGB Variations
Color information
#E791D5 (or 0xE791D5) is known color: Plum. HEX triplet: E7, 91 and D5. RGB value is (231,145,213). Sum of RGB (Red+Green+Blue) = 231+145+213=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E791D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791D5 is #186E2A. Grayscale: #B2B2B2. Windows color (decimal): -1601067 or 13996519. OLE color: 13996519.
HSL color Cylindrical-coordinate representation of color #E791D5: hue angle of 312.56º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E791D5 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 213 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.09 |
| HSL | 312.56º | 0.64% | 0.74% | - |
| HSV(B) | 312.56º | 0.37% | 0.91% | - |
| XYZ | 55.09 | 42.04 | 68.16 | - |
| YUV | 178.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 213 | 0 | 0.37 | 0.08 | 0.09 | 312.56 | 0.64 | 0.74 |
| Hex | E7 | 91 | D5 | 0 | 25 | 8 | 9 | 139 | 40 | 4A |
| Octal | 347 | 221 | 325 | 0 | 45 | 10 | 11 | 471 | 100 | 112 |
| Binary | 11100111 | 10010001 | 11010101 | 0 | 100101 | 1000 | 1001 | 100111001 | 1000000 | 1001010 |
Color Harmonies of #E791D5
Complementary color
Monochromatic Colors of #E791D5
Black with #E791D5
Text Example
Text Example
White with #E791D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791D5; }
p { color: rgb(231,145,213); }
H1.HeaderClassName
{
color: #E791D5;
}
.AnyTagClassName
{
color: #E791D5;
}
</style>
background-color css
<style>
a { background-color: #E791D5; }
a { background-color: rgb(231,145,213); }
div.DivClassName
{
background-color: #E791D5;
}
.BgClassName
{
background-color: #E791D5;
}
</style>
border-color css
<style>
span { border-color: #E791D5; }
span { border-color: rgb(231,145,213); }
td.TdClassName
{
border-color: #E791D5;
}
.TagClassName
{
border-color: #E791D5;
}
</style>