Shades of Plum #E79BDA
Tints of Plum #E79BDA
RGB
CMYK
RGB Variations
Color information
#E79BDA (or 0xE79BDA) is known color: Plum. HEX triplet: E7, 9B and DA. RGB value is (231,155,218). Sum of RGB (Red+Green+Blue) = 231+155+218=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BDA is #186425. Grayscale: #B8B8B8. Windows color (decimal): -1598502 or 14326759. OLE color: 14326759.
HSL color Cylindrical-coordinate representation of color #E79BDA: hue angle of 310.26º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79BDA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 218 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.09 |
| HSL | 310.26º | 0.61% | 0.76% | - |
| HSV(B) | 310.26º | 0.33% | 0.91% | - |
| XYZ | 57.33 | 45.49 | 72.09 | - |
| YUV | 184.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 218 | 0 | 0.33 | 0.06 | 0.09 | 310.26 | 0.61 | 0.76 |
| Hex | E7 | 9B | DA | 0 | 21 | 6 | 9 | 136 | 3D | 4C |
| Octal | 347 | 233 | 332 | 0 | 41 | 6 | 11 | 466 | 75 | 114 |
| Binary | 11100111 | 10011011 | 11011010 | 0 | 100001 | 110 | 1001 | 100110110 | 111101 | 1001100 |
Color Harmonies of #E79BDA
Complementary color
Monochromatic Colors of #E79BDA
Black with #E79BDA
Text Example
Text Example
White with #E79BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BDA; }
p { color: rgb(231,155,218); }
H1.HeaderClassName
{
color: #E79BDA;
}
.AnyTagClassName
{
color: #E79BDA;
}
</style>
background-color css
<style>
a { background-color: #E79BDA; }
a { background-color: rgb(231,155,218); }
div.DivClassName
{
background-color: #E79BDA;
}
.BgClassName
{
background-color: #E79BDA;
}
</style>
border-color css
<style>
span { border-color: #E79BDA; }
span { border-color: rgb(231,155,218); }
td.TdClassName
{
border-color: #E79BDA;
}
.TagClassName
{
border-color: #E79BDA;
}
</style>