Shades of Plum #E791D3
Tints of Plum #E791D3
RGB
CMYK
RGB Variations
Color information
#E791D3 (or 0xE791D3) is known color: Plum. HEX triplet: E7, 91 and D3. RGB value is (231,145,211). Sum of RGB (Red+Green+Blue) = 231+145+211=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E791D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791D3 is #186E2C. Grayscale: #B2B2B2. Windows color (decimal): -1601069 or 13865447. OLE color: 13865447.
HSL color Cylindrical-coordinate representation of color #E791D3: hue angle of 313.95º 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 #E791D3 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 211 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.09 |
| HSL | 313.95º | 0.64% | 0.74% | - |
| HSV(B) | 313.95º | 0.37% | 0.91% | - |
| XYZ | 54.84 | 41.94 | 66.83 | - |
| YUV | 178.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 211 | 0 | 0.37 | 0.09 | 0.09 | 313.95 | 0.64 | 0.74 |
| Hex | E7 | 91 | D3 | 0 | 25 | 9 | 9 | 13A | 40 | 4A |
| Octal | 347 | 221 | 323 | 0 | 45 | 11 | 11 | 472 | 100 | 112 |
| Binary | 11100111 | 10010001 | 11010011 | 0 | 100101 | 1001 | 1001 | 100111010 | 1000000 | 1001010 |
Color Harmonies of #E791D3
Complementary color
Monochromatic Colors of #E791D3
Black with #E791D3
Text Example
Text Example
White with #E791D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791D3; }
p { color: rgb(231,145,211); }
H1.HeaderClassName
{
color: #E791D3;
}
.AnyTagClassName
{
color: #E791D3;
}
</style>
background-color css
<style>
a { background-color: #E791D3; }
a { background-color: rgb(231,145,211); }
div.DivClassName
{
background-color: #E791D3;
}
.BgClassName
{
background-color: #E791D3;
}
</style>
border-color css
<style>
span { border-color: #E791D3; }
span { border-color: rgb(231,145,211); }
td.TdClassName
{
border-color: #E791D3;
}
.TagClassName
{
border-color: #E791D3;
}
</style>