Shades of Plum #E791D4
Tints of Plum #E791D4
RGB
CMYK
RGB Variations
Color information
#E791D4 (or 0xE791D4) is known color: Plum. HEX triplet: E7, 91 and D4. RGB value is (231,145,212). Sum of RGB (Red+Green+Blue) = 231+145+212=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E791D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791D4 is #186E2B. Grayscale: #B2B2B2. Windows color (decimal): -1601068 or 13930983. OLE color: 13930983.
HSL color Cylindrical-coordinate representation of color #E791D4: hue angle of 313.26º 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 #E791D4 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 212 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.09 |
| HSL | 313.26º | 0.64% | 0.74% | - |
| HSV(B) | 313.26º | 0.37% | 0.91% | - |
| XYZ | 54.96 | 41.99 | 67.5 | - |
| YUV | 178.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 212 | 0 | 0.37 | 0.08 | 0.09 | 313.26 | 0.64 | 0.74 |
| Hex | E7 | 91 | D4 | 0 | 25 | 8 | 9 | 139 | 40 | 4A |
| Octal | 347 | 221 | 324 | 0 | 45 | 10 | 11 | 471 | 100 | 112 |
| Binary | 11100111 | 10010001 | 11010100 | 0 | 100101 | 1000 | 1001 | 100111001 | 1000000 | 1001010 |
Color Harmonies of #E791D4
Complementary color
Monochromatic Colors of #E791D4
Black with #E791D4
Text Example
Text Example
White with #E791D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791D4; }
p { color: rgb(231,145,212); }
H1.HeaderClassName
{
color: #E791D4;
}
.AnyTagClassName
{
color: #E791D4;
}
</style>
background-color css
<style>
a { background-color: #E791D4; }
a { background-color: rgb(231,145,212); }
div.DivClassName
{
background-color: #E791D4;
}
.BgClassName
{
background-color: #E791D4;
}
</style>
border-color css
<style>
span { border-color: #E791D4; }
span { border-color: rgb(231,145,212); }
td.TdClassName
{
border-color: #E791D4;
}
.TagClassName
{
border-color: #E791D4;
}
</style>