Shades of Plum #E790DB
Tints of Plum #E790DB
RGB
CMYK
RGB Variations
Color information
#E790DB (or 0xE790DB) is known color: Plum. HEX triplet: E7, 90 and DB. RGB value is (231,144,219). Sum of RGB (Red+Green+Blue) = 231+144+219=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E790DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790DB is #186F24. Grayscale: #B2B2B2. Windows color (decimal): -1601317 or 14389479. OLE color: 14389479.
HSL color Cylindrical-coordinate representation of color #E790DB: hue angle of 308.28º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790DB is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 219 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.09 |
| HSL | 308.28º | 0.64% | 0.74% | - |
| HSV(B) | 308.28º | 0.38% | 0.91% | - |
| XYZ | 55.71 | 42.05 | 72.2 | - |
| YUV | 178.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 219 | 0 | 0.38 | 0.05 | 0.09 | 308.28 | 0.64 | 0.74 |
| Hex | E7 | 90 | DB | 0 | 26 | 5 | 9 | 134 | 40 | 4A |
| Octal | 347 | 220 | 333 | 0 | 46 | 5 | 11 | 464 | 100 | 112 |
| Binary | 11100111 | 10010000 | 11011011 | 0 | 100110 | 101 | 1001 | 100110100 | 1000000 | 1001010 |
Color Harmonies of #E790DB
Complementary color
Monochromatic Colors of #E790DB
Black with #E790DB
Text Example
Text Example
White with #E790DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790DB; }
p { color: rgb(231,144,219); }
H1.HeaderClassName
{
color: #E790DB;
}
.AnyTagClassName
{
color: #E790DB;
}
</style>
background-color css
<style>
a { background-color: #E790DB; }
a { background-color: rgb(231,144,219); }
div.DivClassName
{
background-color: #E790DB;
}
.BgClassName
{
background-color: #E790DB;
}
</style>
border-color css
<style>
span { border-color: #E790DB; }
span { border-color: rgb(231,144,219); }
td.TdClassName
{
border-color: #E790DB;
}
.TagClassName
{
border-color: #E790DB;
}
</style>