Shades of Plum #E791D2
Tints of Plum #E791D2
RGB
CMYK
RGB Variations
Color information
#E791D2 (or 0xE791D2) is known color: Plum. HEX triplet: E7, 91 and D2. RGB value is (231,145,210). Sum of RGB (Red+Green+Blue) = 231+145+210=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E791D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791D2 is #186E2D. Grayscale: #B1B1B1. Windows color (decimal): -1601070 or 13799911. OLE color: 13799911.
HSL color Cylindrical-coordinate representation of color #E791D2: hue angle of 314.65º 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 #E791D2 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 210 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.09 |
| HSL | 314.65º | 0.64% | 0.74% | - |
| HSV(B) | 314.65º | 0.37% | 0.91% | - |
| XYZ | 54.71 | 41.89 | 66.18 | - |
| YUV | 178.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 210 | 0 | 0.37 | 0.09 | 0.09 | 314.65 | 0.64 | 0.74 |
| Hex | E7 | 91 | D2 | 0 | 25 | 9 | 9 | 13B | 40 | 4A |
| Octal | 347 | 221 | 322 | 0 | 45 | 11 | 11 | 473 | 100 | 112 |
| Binary | 11100111 | 10010001 | 11010010 | 0 | 100101 | 1001 | 1001 | 100111011 | 1000000 | 1001010 |
Color Harmonies of #E791D2
Complementary color
Monochromatic Colors of #E791D2
Black with #E791D2
Text Example
Text Example
White with #E791D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791D2; }
p { color: rgb(231,145,210); }
H1.HeaderClassName
{
color: #E791D2;
}
.AnyTagClassName
{
color: #E791D2;
}
</style>
background-color css
<style>
a { background-color: #E791D2; }
a { background-color: rgb(231,145,210); }
div.DivClassName
{
background-color: #E791D2;
}
.BgClassName
{
background-color: #E791D2;
}
</style>
border-color css
<style>
span { border-color: #E791D2; }
span { border-color: rgb(231,145,210); }
td.TdClassName
{
border-color: #E791D2;
}
.TagClassName
{
border-color: #E791D2;
}
</style>