Shades of Plum #EC9DED
Tints of Plum #EC9DED
RGB
CMYK
RGB Variations
Color information
#EC9DED (or 0xEC9DED) is known color: Plum. HEX triplet: EC, 9D and ED. RGB value is (236,157,237). Sum of RGB (Red+Green+Blue) = 236+157+237=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DED is #136212. Grayscale: #BDBDBD. Windows color (decimal): -1270291 or 15572460. OLE color: 15572460.
HSL color Cylindrical-coordinate representation of color #EC9DED: hue angle of 299.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9DED is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 237 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.07 |
| HSL | 299.25º | 0.69% | 0.77% | - |
| HSV(B) | 299.25º | 0.34% | 0.93% | - |
| XYZ | 61.94 | 48.06 | 86.13 | - |
| YUV | 189.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 237 | 0.00 | 0.34 | 0 | 0.07 | 299.25 | 0.69 | 0.77 |
| Hex | EC | 9D | ED | 0 | 22 | 0 | 7 | 12B | 45 | 4D |
| Octal | 354 | 235 | 355 | 0 | 42 | 0 | 7 | 453 | 105 | 115 |
| Binary | 11101100 | 10011101 | 11101101 | 0 | 100010 | 0 | 111 | 100101011 | 1000101 | 1001101 |
Color Harmonies of #EC9DED
Complementary color
Monochromatic Colors of #EC9DED
Black with #EC9DED
Text Example
Text Example
White with #EC9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DED; }
p { color: rgb(236,157,237); }
H1.HeaderClassName
{
color: #EC9DED;
}
.AnyTagClassName
{
color: #EC9DED;
}
</style>
background-color css
<style>
a { background-color: #EC9DED; }
a { background-color: rgb(236,157,237); }
div.DivClassName
{
background-color: #EC9DED;
}
.BgClassName
{
background-color: #EC9DED;
}
</style>
border-color css
<style>
span { border-color: #EC9DED; }
span { border-color: rgb(236,157,237); }
td.TdClassName
{
border-color: #EC9DED;
}
.TagClassName
{
border-color: #EC9DED;
}
</style>