Shades of Plum #E79DDE
Tints of Plum #E79DDE
RGB
CMYK
RGB Variations
Color information
#E79DDE (or 0xE79DDE) is known color: Plum. HEX triplet: E7, 9D and DE. RGB value is (231,157,222). Sum of RGB (Red+Green+Blue) = 231+157+222=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DDE is #186221. Grayscale: #BABABA. Windows color (decimal): -1597986 or 14589415. OLE color: 14589415.
HSL color Cylindrical-coordinate representation of color #E79DDE: hue angle of 307.3º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79DDE is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 222 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.09 |
| HSL | 307.3º | 0.61% | 0.76% | - |
| HSV(B) | 307.3º | 0.32% | 0.91% | - |
| XYZ | 58.2 | 46.38 | 74.99 | - |
| YUV | 186.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 222 | 0 | 0.32 | 0.04 | 0.09 | 307.3 | 0.61 | 0.76 |
| Hex | E7 | 9D | DE | 0 | 20 | 4 | 9 | 133 | 3D | 4C |
| Octal | 347 | 235 | 336 | 0 | 40 | 4 | 11 | 463 | 75 | 114 |
| Binary | 11100111 | 10011101 | 11011110 | 0 | 100000 | 100 | 1001 | 100110011 | 111101 | 1001100 |
Color Harmonies of #E79DDE
Complementary color
Monochromatic Colors of #E79DDE
Black with #E79DDE
Text Example
Text Example
White with #E79DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79DDE; }
p { color: rgb(231,157,222); }
H1.HeaderClassName
{
color: #E79DDE;
}
.AnyTagClassName
{
color: #E79DDE;
}
</style>
background-color css
<style>
a { background-color: #E79DDE; }
a { background-color: rgb(231,157,222); }
div.DivClassName
{
background-color: #E79DDE;
}
.BgClassName
{
background-color: #E79DDE;
}
</style>
border-color css
<style>
span { border-color: #E79DDE; }
span { border-color: rgb(231,157,222); }
td.TdClassName
{
border-color: #E79DDE;
}
.TagClassName
{
border-color: #E79DDE;
}
</style>