Shades of Plum #E792D9
Tints of Plum #E792D9
RGB
CMYK
RGB Variations
Color information
#E792D9 (or 0xE792D9) is known color: Plum. HEX triplet: E7, 92 and D9. RGB value is (231,146,217). Sum of RGB (Red+Green+Blue) = 231+146+217=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E792D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792D9 is #186D26. Grayscale: #B3B3B3. Windows color (decimal): -1600807 or 14258919. OLE color: 14258919.
HSL color Cylindrical-coordinate representation of color #E792D9: hue angle of 309.88º 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 #E792D9 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 217 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.09 |
| HSL | 309.88º | 0.64% | 0.74% | - |
| HSV(B) | 309.88º | 0.37% | 0.91% | - |
| XYZ | 55.76 | 42.56 | 70.92 | - |
| YUV | 179.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 217 | 0 | 0.37 | 0.06 | 0.09 | 309.88 | 0.64 | 0.74 |
| Hex | E7 | 92 | D9 | 0 | 25 | 6 | 9 | 136 | 40 | 4A |
| Octal | 347 | 222 | 331 | 0 | 45 | 6 | 11 | 466 | 100 | 112 |
| Binary | 11100111 | 10010010 | 11011001 | 0 | 100101 | 110 | 1001 | 100110110 | 1000000 | 1001010 |
Color Harmonies of #E792D9
Complementary color
Monochromatic Colors of #E792D9
Black with #E792D9
Text Example
Text Example
White with #E792D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E792D9; }
p { color: rgb(231,146,217); }
H1.HeaderClassName
{
color: #E792D9;
}
.AnyTagClassName
{
color: #E792D9;
}
</style>
background-color css
<style>
a { background-color: #E792D9; }
a { background-color: rgb(231,146,217); }
div.DivClassName
{
background-color: #E792D9;
}
.BgClassName
{
background-color: #E792D9;
}
</style>
border-color css
<style>
span { border-color: #E792D9; }
span { border-color: rgb(231,146,217); }
td.TdClassName
{
border-color: #E792D9;
}
.TagClassName
{
border-color: #E792D9;
}
</style>