Shades of Plum #E798DB
Tints of Plum #E798DB
RGB
CMYK
RGB Variations
Color information
#E798DB (or 0xE798DB) is known color: Plum. HEX triplet: E7, 98 and DB. RGB value is (231,152,219). Sum of RGB (Red+Green+Blue) = 231+152+219=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E798DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798DB is #186724. Grayscale: #B7B7B7. Windows color (decimal): -1599269 or 14391527. OLE color: 14391527.
HSL color Cylindrical-coordinate representation of color #E798DB: hue angle of 309.11º 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 #E798DB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 219 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.09 |
| HSL | 309.11º | 0.62% | 0.75% | - |
| HSV(B) | 309.11º | 0.34% | 0.91% | - |
| XYZ | 56.97 | 44.56 | 72.62 | - |
| YUV | 183.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 219 | 0 | 0.34 | 0.05 | 0.09 | 309.11 | 0.62 | 0.75 |
| Hex | E7 | 98 | DB | 0 | 22 | 5 | 9 | 135 | 3E | 4B |
| Octal | 347 | 230 | 333 | 0 | 42 | 5 | 11 | 465 | 76 | 113 |
| Binary | 11100111 | 10011000 | 11011011 | 0 | 100010 | 101 | 1001 | 100110101 | 111110 | 1001011 |
Color Harmonies of #E798DB
Complementary color
Monochromatic Colors of #E798DB
Black with #E798DB
Text Example
Text Example
White with #E798DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E798DB; }
p { color: rgb(231,152,219); }
H1.HeaderClassName
{
color: #E798DB;
}
.AnyTagClassName
{
color: #E798DB;
}
</style>
background-color css
<style>
a { background-color: #E798DB; }
a { background-color: rgb(231,152,219); }
div.DivClassName
{
background-color: #E798DB;
}
.BgClassName
{
background-color: #E798DB;
}
</style>
border-color css
<style>
span { border-color: #E798DB; }
span { border-color: rgb(231,152,219); }
td.TdClassName
{
border-color: #E798DB;
}
.TagClassName
{
border-color: #E798DB;
}
</style>