Shades of Plum #E793DB
Tints of Plum #E793DB
RGB
CMYK
RGB Variations
Color information
#E793DB (or 0xE793DB) is known color: Plum. HEX triplet: E7, 93 and DB. RGB value is (231,147,219). Sum of RGB (Red+Green+Blue) = 231+147+219=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E793DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793DB is #186C24. Grayscale: #B4B4B4. Windows color (decimal): -1600549 or 14390247. OLE color: 14390247.
HSL color Cylindrical-coordinate representation of color #E793DB: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E793DB is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 219 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.09 |
| HSL | 308.57º | 0.64% | 0.74% | - |
| HSV(B) | 308.57º | 0.36% | 0.91% | - |
| XYZ | 56.17 | 42.97 | 72.35 | - |
| YUV | 180.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 219 | 0 | 0.36 | 0.05 | 0.09 | 308.57 | 0.64 | 0.74 |
| Hex | E7 | 93 | DB | 0 | 24 | 5 | 9 | 135 | 40 | 4A |
| Octal | 347 | 223 | 333 | 0 | 44 | 5 | 11 | 465 | 100 | 112 |
| Binary | 11100111 | 10010011 | 11011011 | 0 | 100100 | 101 | 1001 | 100110101 | 1000000 | 1001010 |
Color Harmonies of #E793DB
Complementary color
Monochromatic Colors of #E793DB
Black with #E793DB
Text Example
Text Example
White with #E793DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E793DB; }
p { color: rgb(231,147,219); }
H1.HeaderClassName
{
color: #E793DB;
}
.AnyTagClassName
{
color: #E793DB;
}
</style>
background-color css
<style>
a { background-color: #E793DB; }
a { background-color: rgb(231,147,219); }
div.DivClassName
{
background-color: #E793DB;
}
.BgClassName
{
background-color: #E793DB;
}
</style>
border-color css
<style>
span { border-color: #E793DB; }
span { border-color: rgb(231,147,219); }
td.TdClassName
{
border-color: #E793DB;
}
.TagClassName
{
border-color: #E793DB;
}
</style>