Shades of Plum #EC9DEF
Tints of Plum #EC9DEF
RGB
CMYK
RGB Variations
Color information
#EC9DEF (or 0xEC9DEF) is known color: Plum. HEX triplet: EC, 9D and EF. RGB value is (236,157,239). Sum of RGB (Red+Green+Blue) = 236+157+239=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC9DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DEF is #136210. Grayscale: #BDBDBD. Windows color (decimal): -1270289 or 15703532. OLE color: 15703532.
HSL color Cylindrical-coordinate representation of color #EC9DEF: hue angle of 297.8º 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 #EC9DEF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 157 | 239 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.06 |
| HSL | 297.8º | 0.72% | 0.78% | - |
| HSV(B) | 297.8º | 0.34% | 0.94% | - |
| XYZ | 62.23 | 48.18 | 87.68 | - |
| YUV | 189.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 239 | 0.01 | 0.34 | 0 | 0.06 | 297.8 | 0.72 | 0.78 |
| Hex | EC | 9D | EF | 1 | 22 | 0 | 6 | 12A | 48 | 4E |
| Octal | 354 | 235 | 357 | 1 | 42 | 0 | 6 | 452 | 110 | 116 |
| Binary | 11101100 | 10011101 | 11101111 | 1 | 100010 | 0 | 110 | 100101010 | 1001000 | 1001110 |
Color Harmonies of #EC9DEF
Complementary color
Monochromatic Colors of #EC9DEF
Black with #EC9DEF
Text Example
Text Example
White with #EC9DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DEF; }
p { color: rgb(236,157,239); }
H1.HeaderClassName
{
color: #EC9DEF;
}
.AnyTagClassName
{
color: #EC9DEF;
}
</style>
background-color css
<style>
a { background-color: #EC9DEF; }
a { background-color: rgb(236,157,239); }
div.DivClassName
{
background-color: #EC9DEF;
}
.BgClassName
{
background-color: #EC9DEF;
}
</style>
border-color css
<style>
span { border-color: #EC9DEF; }
span { border-color: rgb(236,157,239); }
td.TdClassName
{
border-color: #EC9DEF;
}
.TagClassName
{
border-color: #EC9DEF;
}
</style>