Shades of Plum #EF9FED
Tints of Plum #EF9FED
RGB
CMYK
RGB Variations
Color information
#EF9FED (or 0xEF9FED) is known color: Plum. HEX triplet: EF, 9F and ED. RGB value is (239,159,237). Sum of RGB (Red+Green+Blue) = 239+159+237=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FED is #106012. Grayscale: #BFBFBF. Windows color (decimal): -1073171 or 15572975. OLE color: 15572975.
HSL color Cylindrical-coordinate representation of color #EF9FED: hue angle of 301.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FED is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 237 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.06 |
| HSL | 301.5º | 0.71% | 0.78% | - |
| HSV(B) | 301.5º | 0.33% | 0.94% | - |
| XYZ | 63.28 | 49.26 | 86.29 | - |
| YUV | 191.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 237 | 0 | 0.33 | 0.01 | 0.06 | 301.5 | 0.71 | 0.78 |
| Hex | EF | 9F | ED | 0 | 21 | 1 | 6 | 12E | 47 | 4E |
| Octal | 357 | 237 | 355 | 0 | 41 | 1 | 6 | 456 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11101101 | 0 | 100001 | 1 | 110 | 100101110 | 1000111 | 1001110 |
Color Harmonies of #EF9FED
Complementary color
Monochromatic Colors of #EF9FED
Black with #EF9FED
Text Example
Text Example
White with #EF9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FED; }
p { color: rgb(239,159,237); }
H1.HeaderClassName
{
color: #EF9FED;
}
.AnyTagClassName
{
color: #EF9FED;
}
</style>
background-color css
<style>
a { background-color: #EF9FED; }
a { background-color: rgb(239,159,237); }
div.DivClassName
{
background-color: #EF9FED;
}
.BgClassName
{
background-color: #EF9FED;
}
</style>
border-color css
<style>
span { border-color: #EF9FED; }
span { border-color: rgb(239,159,237); }
td.TdClassName
{
border-color: #EF9FED;
}
.TagClassName
{
border-color: #EF9FED;
}
</style>