Shades of Plum #E798DD
Tints of Plum #E798DD
RGB
CMYK
RGB Variations
Color information
#E798DD (or 0xE798DD) is known color: Plum. HEX triplet: E7, 98 and DD. RGB value is (231,152,221). Sum of RGB (Red+Green+Blue) = 231+152+221=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E798DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798DD is #186722. Grayscale: #B7B7B7. Windows color (decimal): -1599267 or 14522599. OLE color: 14522599.
HSL color Cylindrical-coordinate representation of color #E798DD: hue angle of 307.59º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E798DD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 221 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.09 |
| HSL | 307.59º | 0.62% | 0.75% | - |
| HSV(B) | 307.59º | 0.34% | 0.91% | - |
| XYZ | 57.23 | 44.67 | 74.01 | - |
| YUV | 183.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 221 | 0 | 0.34 | 0.04 | 0.09 | 307.59 | 0.62 | 0.75 |
| Hex | E7 | 98 | DD | 0 | 22 | 4 | 9 | 134 | 3E | 4B |
| Octal | 347 | 230 | 335 | 0 | 42 | 4 | 11 | 464 | 76 | 113 |
| Binary | 11100111 | 10011000 | 11011101 | 0 | 100010 | 100 | 1001 | 100110100 | 111110 | 1001011 |
Color Harmonies of #E798DD
Complementary color
Monochromatic Colors of #E798DD
Black with #E798DD
Text Example
Text Example
White with #E798DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E798DD; }
p { color: rgb(231,152,221); }
H1.HeaderClassName
{
color: #E798DD;
}
.AnyTagClassName
{
color: #E798DD;
}
</style>
background-color css
<style>
a { background-color: #E798DD; }
a { background-color: rgb(231,152,221); }
div.DivClassName
{
background-color: #E798DD;
}
.BgClassName
{
background-color: #E798DD;
}
</style>
border-color css
<style>
span { border-color: #E798DD; }
span { border-color: rgb(231,152,221); }
td.TdClassName
{
border-color: #E798DD;
}
.TagClassName
{
border-color: #E798DD;
}
</style>