Shades of Plum #E79ADD
Tints of Plum #E79ADD
RGB
CMYK
RGB Variations
Color information
#E79ADD (or 0xE79ADD) is known color: Plum. HEX triplet: E7, 9A and DD. RGB value is (231,154,221). Sum of RGB (Red+Green+Blue) = 231+154+221=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E79ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79ADD is #186522. Grayscale: #B8B8B8. Windows color (decimal): -1598755 or 14523111. OLE color: 14523111.
HSL color Cylindrical-coordinate representation of color #E79ADD: hue angle of 307.79º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79ADD is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 221 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.09 |
| HSL | 307.79º | 0.62% | 0.75% | - |
| HSV(B) | 307.79º | 0.33% | 0.91% | - |
| XYZ | 57.56 | 45.32 | 74.12 | - |
| YUV | 184.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 221 | 0 | 0.33 | 0.04 | 0.09 | 307.79 | 0.62 | 0.75 |
| Hex | E7 | 9A | DD | 0 | 21 | 4 | 9 | 134 | 3E | 4B |
| Octal | 347 | 232 | 335 | 0 | 41 | 4 | 11 | 464 | 76 | 113 |
| Binary | 11100111 | 10011010 | 11011101 | 0 | 100001 | 100 | 1001 | 100110100 | 111110 | 1001011 |
Color Harmonies of #E79ADD
Complementary color
Monochromatic Colors of #E79ADD
Black with #E79ADD
Text Example
Text Example
White with #E79ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79ADD; }
p { color: rgb(231,154,221); }
H1.HeaderClassName
{
color: #E79ADD;
}
.AnyTagClassName
{
color: #E79ADD;
}
</style>
background-color css
<style>
a { background-color: #E79ADD; }
a { background-color: rgb(231,154,221); }
div.DivClassName
{
background-color: #E79ADD;
}
.BgClassName
{
background-color: #E79ADD;
}
</style>
border-color css
<style>
span { border-color: #E79ADD; }
span { border-color: rgb(231,154,221); }
td.TdClassName
{
border-color: #E79ADD;
}
.TagClassName
{
border-color: #E79ADD;
}
</style>