Shades of Plum #E799DD
Tints of Plum #E799DD
RGB
CMYK
RGB Variations
Color information
#E799DD (or 0xE799DD) is known color: Plum. HEX triplet: E7, 99 and DD. RGB value is (231,153,221). Sum of RGB (Red+Green+Blue) = 231+153+221=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E799DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799DD is #186622. Grayscale: #B7B7B7. Windows color (decimal): -1599011 or 14522855. OLE color: 14522855.
HSL color Cylindrical-coordinate representation of color #E799DD: hue angle of 307.69º 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 #E799DD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 221 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.09 |
| HSL | 307.69º | 0.62% | 0.75% | - |
| HSV(B) | 307.69º | 0.34% | 0.91% | - |
| XYZ | 57.4 | 44.99 | 74.07 | - |
| YUV | 184.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 221 | 0 | 0.34 | 0.04 | 0.09 | 307.69 | 0.62 | 0.75 |
| Hex | E7 | 99 | DD | 0 | 22 | 4 | 9 | 134 | 3E | 4B |
| Octal | 347 | 231 | 335 | 0 | 42 | 4 | 11 | 464 | 76 | 113 |
| Binary | 11100111 | 10011001 | 11011101 | 0 | 100010 | 100 | 1001 | 100110100 | 111110 | 1001011 |
Color Harmonies of #E799DD
Complementary color
Monochromatic Colors of #E799DD
Black with #E799DD
Text Example
Text Example
White with #E799DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799DD; }
p { color: rgb(231,153,221); }
H1.HeaderClassName
{
color: #E799DD;
}
.AnyTagClassName
{
color: #E799DD;
}
</style>
background-color css
<style>
a { background-color: #E799DD; }
a { background-color: rgb(231,153,221); }
div.DivClassName
{
background-color: #E799DD;
}
.BgClassName
{
background-color: #E799DD;
}
</style>
border-color css
<style>
span { border-color: #E799DD; }
span { border-color: rgb(231,153,221); }
td.TdClassName
{
border-color: #E799DD;
}
.TagClassName
{
border-color: #E799DD;
}
</style>