Shades of Plum #E792DB
Tints of Plum #E792DB
RGB
CMYK
RGB Variations
Color information
#E792DB (or 0xE792DB) is known color: Plum. HEX triplet: E7, 92 and DB. RGB value is (231,146,219). Sum of RGB (Red+Green+Blue) = 231+146+219=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E792DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792DB is #186D24. Grayscale: #B3B3B3. Windows color (decimal): -1600805 or 14389991. OLE color: 14389991.
HSL color Cylindrical-coordinate representation of color #E792DB: hue angle of 308.47º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E792DB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 219 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.09 |
| HSL | 308.47º | 0.64% | 0.74% | - |
| HSV(B) | 308.47º | 0.37% | 0.91% | - |
| XYZ | 56.02 | 42.66 | 72.3 | - |
| YUV | 179.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 219 | 0 | 0.37 | 0.05 | 0.09 | 308.47 | 0.64 | 0.74 |
| Hex | E7 | 92 | DB | 0 | 25 | 5 | 9 | 134 | 40 | 4A |
| Octal | 347 | 222 | 333 | 0 | 45 | 5 | 11 | 464 | 100 | 112 |
| Binary | 11100111 | 10010010 | 11011011 | 0 | 100101 | 101 | 1001 | 100110100 | 1000000 | 1001010 |
Color Harmonies of #E792DB
Complementary color
Monochromatic Colors of #E792DB
Black with #E792DB
Text Example
Text Example
White with #E792DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E792DB; }
p { color: rgb(231,146,219); }
H1.HeaderClassName
{
color: #E792DB;
}
.AnyTagClassName
{
color: #E792DB;
}
</style>
background-color css
<style>
a { background-color: #E792DB; }
a { background-color: rgb(231,146,219); }
div.DivClassName
{
background-color: #E792DB;
}
.BgClassName
{
background-color: #E792DB;
}
</style>
border-color css
<style>
span { border-color: #E792DB; }
span { border-color: rgb(231,146,219); }
td.TdClassName
{
border-color: #E792DB;
}
.TagClassName
{
border-color: #E792DB;
}
</style>