Shades of Plum #EF9EED
Tints of Plum #EF9EED
RGB
CMYK
RGB Variations
Color information
#EF9EED (or 0xEF9EED) is known color: Plum. HEX triplet: EF, 9E and ED. RGB value is (239,158,237). Sum of RGB (Red+Green+Blue) = 239+158+237=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EED is #106112. Grayscale: #BEBEBE. Windows color (decimal): -1073427 or 15572719. OLE color: 15572719.
HSL color Cylindrical-coordinate representation of color #EF9EED: hue angle of 301.48º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EED is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 237 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.06 |
| HSL | 301.48º | 0.72% | 0.78% | - |
| HSV(B) | 301.48º | 0.34% | 0.94% | - |
| XYZ | 63.11 | 48.92 | 86.24 | - |
| YUV | 191.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 237 | 0 | 0.34 | 0.01 | 0.06 | 301.48 | 0.72 | 0.78 |
| Hex | EF | 9E | ED | 0 | 22 | 1 | 6 | 12D | 48 | 4E |
| Octal | 357 | 236 | 355 | 0 | 42 | 1 | 6 | 455 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11101101 | 0 | 100010 | 1 | 110 | 100101101 | 1001000 | 1001110 |
Color Harmonies of #EF9EED
Complementary color
Monochromatic Colors of #EF9EED
Black with #EF9EED
Text Example
Text Example
White with #EF9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EED; }
p { color: rgb(239,158,237); }
H1.HeaderClassName
{
color: #EF9EED;
}
.AnyTagClassName
{
color: #EF9EED;
}
</style>
background-color css
<style>
a { background-color: #EF9EED; }
a { background-color: rgb(239,158,237); }
div.DivClassName
{
background-color: #EF9EED;
}
.BgClassName
{
background-color: #EF9EED;
}
</style>
border-color css
<style>
span { border-color: #EF9EED; }
span { border-color: rgb(239,158,237); }
td.TdClassName
{
border-color: #EF9EED;
}
.TagClassName
{
border-color: #EF9EED;
}
</style>