Shades of Plum #E799DB
Tints of Plum #E799DB
RGB
CMYK
RGB Variations
Color information
#E799DB (or 0xE799DB) is known color: Plum. HEX triplet: E7, 99 and DB. RGB value is (231,153,219). Sum of RGB (Red+Green+Blue) = 231+153+219=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E799DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799DB is #186624. Grayscale: #B7B7B7. Windows color (decimal): -1599013 or 14391783. OLE color: 14391783.
HSL color Cylindrical-coordinate representation of color #E799DB: hue angle of 309.23º 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 #E799DB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 219 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.09 |
| HSL | 309.23º | 0.62% | 0.75% | - |
| HSV(B) | 309.23º | 0.34% | 0.91% | - |
| XYZ | 57.13 | 44.89 | 72.67 | - |
| YUV | 183.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 219 | 0 | 0.34 | 0.05 | 0.09 | 309.23 | 0.62 | 0.75 |
| Hex | E7 | 99 | DB | 0 | 22 | 5 | 9 | 135 | 3E | 4B |
| Octal | 347 | 231 | 333 | 0 | 42 | 5 | 11 | 465 | 76 | 113 |
| Binary | 11100111 | 10011001 | 11011011 | 0 | 100010 | 101 | 1001 | 100110101 | 111110 | 1001011 |
Color Harmonies of #E799DB
Complementary color
Monochromatic Colors of #E799DB
Black with #E799DB
Text Example
Text Example
White with #E799DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799DB; }
p { color: rgb(231,153,219); }
H1.HeaderClassName
{
color: #E799DB;
}
.AnyTagClassName
{
color: #E799DB;
}
</style>
background-color css
<style>
a { background-color: #E799DB; }
a { background-color: rgb(231,153,219); }
div.DivClassName
{
background-color: #E799DB;
}
.BgClassName
{
background-color: #E799DB;
}
</style>
border-color css
<style>
span { border-color: #E799DB; }
span { border-color: rgb(231,153,219); }
td.TdClassName
{
border-color: #E799DB;
}
.TagClassName
{
border-color: #E799DB;
}
</style>