Shades of Plum #E79AED
Tints of Plum #E79AED
RGB
CMYK
RGB Variations
Color information
#E79AED (or 0xE79AED) is known color: Plum. HEX triplet: E7, 9A and ED. RGB value is (231,154,237). Sum of RGB (Red+Green+Blue) = 231+154+237=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #E79AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79AED is #186512. Grayscale: #BABABA. Windows color (decimal): -1598739 or 15571687. OLE color: 15571687.
HSL color Cylindrical-coordinate representation of color #E79AED: hue angle of 295.66º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E79AED is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 154 | 237 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.07 |
| HSL | 295.66º | 0.7% | 0.77% | - |
| HSV(B) | 295.66º | 0.35% | 0.93% | - |
| XYZ | 59.8 | 46.21 | 85.89 | - |
| YUV | 186.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 237 | 0.03 | 0.35 | 0 | 0.07 | 295.66 | 0.7 | 0.77 |
| Hex | E7 | 9A | ED | 3 | 23 | 0 | 7 | 128 | 46 | 4D |
| Octal | 347 | 232 | 355 | 3 | 43 | 0 | 7 | 450 | 106 | 115 |
| Binary | 11100111 | 10011010 | 11101101 | 11 | 100011 | 0 | 111 | 100101000 | 1000110 | 1001101 |
Color Harmonies of #E79AED
Complementary color
Monochromatic Colors of #E79AED
Black with #E79AED
Text Example
Text Example
White with #E79AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79AED; }
p { color: rgb(231,154,237); }
H1.HeaderClassName
{
color: #E79AED;
}
.AnyTagClassName
{
color: #E79AED;
}
</style>
background-color css
<style>
a { background-color: #E79AED; }
a { background-color: rgb(231,154,237); }
div.DivClassName
{
background-color: #E79AED;
}
.BgClassName
{
background-color: #E79AED;
}
</style>
border-color css
<style>
span { border-color: #E79AED; }
span { border-color: rgb(231,154,237); }
td.TdClassName
{
border-color: #E79AED;
}
.TagClassName
{
border-color: #E79AED;
}
</style>