Shades of Plum #ED9EF1
Tints of Plum #ED9EF1
RGB
CMYK
RGB Variations
Color information
#ED9EF1 (or 0xED9EF1) is known color: Plum. HEX triplet: ED, 9E and F1. RGB value is (237,158,241). Sum of RGB (Red+Green+Blue) = 237+158+241=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED9EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EF1 is #12610E. Grayscale: #BEBEBE. Windows color (decimal): -1204495 or 15834861. OLE color: 15834861.
HSL color Cylindrical-coordinate representation of color #ED9EF1: hue angle of 297.11º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9EF1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 158 | 241 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.05 |
| HSL | 297.11º | 0.75% | 0.78% | - |
| HSV(B) | 297.11º | 0.34% | 0.95% | - |
| XYZ | 63.03 | 48.81 | 89.32 | - |
| YUV | 191.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 241 | 0.02 | 0.34 | 0 | 0.05 | 297.11 | 0.75 | 0.78 |
| Hex | ED | 9E | F1 | 2 | 22 | 0 | 5 | 129 | 4B | 4E |
| Octal | 355 | 236 | 361 | 2 | 42 | 0 | 5 | 451 | 113 | 116 |
| Binary | 11101101 | 10011110 | 11110001 | 10 | 100010 | 0 | 101 | 100101001 | 1001011 | 1001110 |
Color Harmonies of #ED9EF1
Complementary color
Monochromatic Colors of #ED9EF1
Black with #ED9EF1
Text Example
Text Example
White with #ED9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EF1; }
p { color: rgb(237,158,241); }
H1.HeaderClassName
{
color: #ED9EF1;
}
.AnyTagClassName
{
color: #ED9EF1;
}
</style>
background-color css
<style>
a { background-color: #ED9EF1; }
a { background-color: rgb(237,158,241); }
div.DivClassName
{
background-color: #ED9EF1;
}
.BgClassName
{
background-color: #ED9EF1;
}
</style>
border-color css
<style>
span { border-color: #ED9EF1; }
span { border-color: rgb(237,158,241); }
td.TdClassName
{
border-color: #ED9EF1;
}
.TagClassName
{
border-color: #ED9EF1;
}
</style>