Shades of Plum #EC9DEA
Tints of Plum #EC9DEA
RGB
CMYK
RGB Variations
Color information
#EC9DEA (or 0xEC9DEA) is known color: Plum. HEX triplet: EC, 9D and EA. RGB value is (236,157,234). Sum of RGB (Red+Green+Blue) = 236+157+234=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DEA is #136215. Grayscale: #BDBDBD. Windows color (decimal): -1270294 or 15375852. OLE color: 15375852.
HSL color Cylindrical-coordinate representation of color #EC9DEA: hue angle of 301.52º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9DEA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 234 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.07 |
| HSL | 301.52º | 0.68% | 0.77% | - |
| HSV(B) | 301.52º | 0.33% | 0.93% | - |
| XYZ | 61.5 | 47.89 | 83.84 | - |
| YUV | 189.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 234 | 0 | 0.33 | 0.01 | 0.07 | 301.52 | 0.68 | 0.77 |
| Hex | EC | 9D | EA | 0 | 21 | 1 | 7 | 12E | 44 | 4D |
| Octal | 354 | 235 | 352 | 0 | 41 | 1 | 7 | 456 | 104 | 115 |
| Binary | 11101100 | 10011101 | 11101010 | 0 | 100001 | 1 | 111 | 100101110 | 1000100 | 1001101 |
Color Harmonies of #EC9DEA
Complementary color
Monochromatic Colors of #EC9DEA
Black with #EC9DEA
Text Example
Text Example
White with #EC9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DEA; }
p { color: rgb(236,157,234); }
H1.HeaderClassName
{
color: #EC9DEA;
}
.AnyTagClassName
{
color: #EC9DEA;
}
</style>
background-color css
<style>
a { background-color: #EC9DEA; }
a { background-color: rgb(236,157,234); }
div.DivClassName
{
background-color: #EC9DEA;
}
.BgClassName
{
background-color: #EC9DEA;
}
</style>
border-color css
<style>
span { border-color: #EC9DEA; }
span { border-color: rgb(236,157,234); }
td.TdClassName
{
border-color: #EC9DEA;
}
.TagClassName
{
border-color: #EC9DEA;
}
</style>