Shades of Plum #EF9CED
Tints of Plum #EF9CED
RGB
CMYK
RGB Variations
Color information
#EF9CED (or 0xEF9CED) is known color: Plum. HEX triplet: EF, 9C and ED. RGB value is (239,156,237). Sum of RGB (Red+Green+Blue) = 239+156+237=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CED is #106312. Grayscale: #BDBDBD. Windows color (decimal): -1073939 or 15572207. OLE color: 15572207.
HSL color Cylindrical-coordinate representation of color #EF9CED: hue angle of 301.45º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CED is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 237 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.06 |
| HSL | 301.45º | 0.72% | 0.77% | - |
| HSV(B) | 301.45º | 0.35% | 0.94% | - |
| XYZ | 62.77 | 48.24 | 86.12 | - |
| YUV | 190.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 237 | 0 | 0.35 | 0.01 | 0.06 | 301.45 | 0.72 | 0.77 |
| Hex | EF | 9C | ED | 0 | 23 | 1 | 6 | 12D | 48 | 4D |
| Octal | 357 | 234 | 355 | 0 | 43 | 1 | 6 | 455 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11101101 | 0 | 100011 | 1 | 110 | 100101101 | 1001000 | 1001101 |
Color Harmonies of #EF9CED
Complementary color
Monochromatic Colors of #EF9CED
Black with #EF9CED
Text Example
Text Example
White with #EF9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CED; }
p { color: rgb(239,156,237); }
H1.HeaderClassName
{
color: #EF9CED;
}
.AnyTagClassName
{
color: #EF9CED;
}
</style>
background-color css
<style>
a { background-color: #EF9CED; }
a { background-color: rgb(239,156,237); }
div.DivClassName
{
background-color: #EF9CED;
}
.BgClassName
{
background-color: #EF9CED;
}
</style>
border-color css
<style>
span { border-color: #EF9CED; }
span { border-color: rgb(239,156,237); }
td.TdClassName
{
border-color: #EF9CED;
}
.TagClassName
{
border-color: #EF9CED;
}
</style>