Shades of Plum #E79FED
Tints of Plum #E79FED
RGB
CMYK
RGB Variations
Color information
#E79FED (or 0xE79FED) is known color: Plum. HEX triplet: E7, 9F and ED. RGB value is (231,159,237). Sum of RGB (Red+Green+Blue) = 231+159+237=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #E79FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FED is #186012. Grayscale: #BDBDBD. Windows color (decimal): -1597459 or 15572967. OLE color: 15572967.
HSL color Cylindrical-coordinate representation of color #E79FED: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79FED is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 159 | 237 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.07 |
| HSL | 295.38º | 0.68% | 0.78% | - |
| HSV(B) | 295.38º | 0.33% | 0.93% | - |
| XYZ | 60.64 | 47.9 | 86.17 | - |
| YUV | 189.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 237 | 0.03 | 0.33 | 0 | 0.07 | 295.38 | 0.68 | 0.78 |
| Hex | E7 | 9F | ED | 3 | 21 | 0 | 7 | 127 | 44 | 4E |
| Octal | 347 | 237 | 355 | 3 | 41 | 0 | 7 | 447 | 104 | 116 |
| Binary | 11100111 | 10011111 | 11101101 | 11 | 100001 | 0 | 111 | 100100111 | 1000100 | 1001110 |
Color Harmonies of #E79FED
Complementary color
Monochromatic Colors of #E79FED
Black with #E79FED
Text Example
Text Example
White with #E79FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FED; }
p { color: rgb(231,159,237); }
H1.HeaderClassName
{
color: #E79FED;
}
.AnyTagClassName
{
color: #E79FED;
}
</style>
background-color css
<style>
a { background-color: #E79FED; }
a { background-color: rgb(231,159,237); }
div.DivClassName
{
background-color: #E79FED;
}
.BgClassName
{
background-color: #E79FED;
}
</style>
border-color css
<style>
span { border-color: #E79FED; }
span { border-color: rgb(231,159,237); }
td.TdClassName
{
border-color: #E79FED;
}
.TagClassName
{
border-color: #E79FED;
}
</style>