Shades of Plum #EF9DED
Tints of Plum #EF9DED
RGB
CMYK
RGB Variations
Color information
#EF9DED (or 0xEF9DED) is known color: Plum. HEX triplet: EF, 9D and ED. RGB value is (239,157,237). Sum of RGB (Red+Green+Blue) = 239+157+237=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DED is #106212. Grayscale: #BEBEBE. Windows color (decimal): -1073683 or 15572463. OLE color: 15572463.
HSL color Cylindrical-coordinate representation of color #EF9DED: hue angle of 301.46º 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 #EF9DED is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 237 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.06 |
| HSL | 301.46º | 0.72% | 0.78% | - |
| HSV(B) | 301.46º | 0.34% | 0.94% | - |
| XYZ | 62.94 | 48.58 | 86.18 | - |
| YUV | 190.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 237 | 0 | 0.34 | 0.01 | 0.06 | 301.46 | 0.72 | 0.78 |
| Hex | EF | 9D | ED | 0 | 22 | 1 | 6 | 12D | 48 | 4E |
| Octal | 357 | 235 | 355 | 0 | 42 | 1 | 6 | 455 | 110 | 116 |
| Binary | 11101111 | 10011101 | 11101101 | 0 | 100010 | 1 | 110 | 100101101 | 1001000 | 1001110 |
Color Harmonies of #EF9DED
Complementary color
Monochromatic Colors of #EF9DED
Black with #EF9DED
Text Example
Text Example
White with #EF9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DED; }
p { color: rgb(239,157,237); }
H1.HeaderClassName
{
color: #EF9DED;
}
.AnyTagClassName
{
color: #EF9DED;
}
</style>
background-color css
<style>
a { background-color: #EF9DED; }
a { background-color: rgb(239,157,237); }
div.DivClassName
{
background-color: #EF9DED;
}
.BgClassName
{
background-color: #EF9DED;
}
</style>
border-color css
<style>
span { border-color: #EF9DED; }
span { border-color: rgb(239,157,237); }
td.TdClassName
{
border-color: #EF9DED;
}
.TagClassName
{
border-color: #EF9DED;
}
</style>