Shades of Plum #E79BDF
Tints of Plum #E79BDF
RGB
CMYK
RGB Variations
Color information
#E79BDF (or 0xE79BDF) is known color: Plum. HEX triplet: E7, 9B and DF. RGB value is (231,155,223). Sum of RGB (Red+Green+Blue) = 231+155+223=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BDF is #186420. Grayscale: #B9B9B9. Windows color (decimal): -1598497 or 14654439. OLE color: 14654439.
HSL color Cylindrical-coordinate representation of color #E79BDF: hue angle of 306.32º 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 #E79BDF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 223 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.09 |
| HSL | 306.32º | 0.61% | 0.76% | - |
| HSV(B) | 306.32º | 0.33% | 0.91% | - |
| XYZ | 58 | 45.76 | 75.59 | - |
| YUV | 185.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 223 | 0 | 0.33 | 0.03 | 0.09 | 306.32 | 0.61 | 0.76 |
| Hex | E7 | 9B | DF | 0 | 21 | 3 | 9 | 132 | 3D | 4C |
| Octal | 347 | 233 | 337 | 0 | 41 | 3 | 11 | 462 | 75 | 114 |
| Binary | 11100111 | 10011011 | 11011111 | 0 | 100001 | 11 | 1001 | 100110010 | 111101 | 1001100 |
Color Harmonies of #E79BDF
Complementary color
Monochromatic Colors of #E79BDF
Black with #E79BDF
Text Example
Text Example
White with #E79BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BDF; }
p { color: rgb(231,155,223); }
H1.HeaderClassName
{
color: #E79BDF;
}
.AnyTagClassName
{
color: #E79BDF;
}
</style>
background-color css
<style>
a { background-color: #E79BDF; }
a { background-color: rgb(231,155,223); }
div.DivClassName
{
background-color: #E79BDF;
}
.BgClassName
{
background-color: #E79BDF;
}
</style>
border-color css
<style>
span { border-color: #E79BDF; }
span { border-color: rgb(231,155,223); }
td.TdClassName
{
border-color: #E79BDF;
}
.TagClassName
{
border-color: #E79BDF;
}
</style>