Shades of Plum #E799DC
Tints of Plum #E799DC
RGB
CMYK
RGB Variations
Color information
#E799DC (or 0xE799DC) is known color: Plum. HEX triplet: E7, 99 and DC. RGB value is (231,153,220). Sum of RGB (Red+Green+Blue) = 231+153+220=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E799DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799DC is #186623. Grayscale: #B7B7B7. Windows color (decimal): -1599012 or 14457319. OLE color: 14457319.
HSL color Cylindrical-coordinate representation of color #E799DC: hue angle of 308.46º 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 #E799DC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 220 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.09 |
| HSL | 308.46º | 0.62% | 0.75% | - |
| HSV(B) | 308.46º | 0.34% | 0.91% | - |
| XYZ | 57.26 | 44.94 | 73.37 | - |
| YUV | 183.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 220 | 0 | 0.34 | 0.05 | 0.09 | 308.46 | 0.62 | 0.75 |
| Hex | E7 | 99 | DC | 0 | 22 | 5 | 9 | 134 | 3E | 4B |
| Octal | 347 | 231 | 334 | 0 | 42 | 5 | 11 | 464 | 76 | 113 |
| Binary | 11100111 | 10011001 | 11011100 | 0 | 100010 | 101 | 1001 | 100110100 | 111110 | 1001011 |
Color Harmonies of #E799DC
Complementary color
Monochromatic Colors of #E799DC
Black with #E799DC
Text Example
Text Example
White with #E799DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799DC; }
p { color: rgb(231,153,220); }
H1.HeaderClassName
{
color: #E799DC;
}
.AnyTagClassName
{
color: #E799DC;
}
</style>
background-color css
<style>
a { background-color: #E799DC; }
a { background-color: rgb(231,153,220); }
div.DivClassName
{
background-color: #E799DC;
}
.BgClassName
{
background-color: #E799DC;
}
</style>
border-color css
<style>
span { border-color: #E799DC; }
span { border-color: rgb(231,153,220); }
td.TdClassName
{
border-color: #E799DC;
}
.TagClassName
{
border-color: #E799DC;
}
</style>