Shades of Plum #EC9DE8
Tints of Plum #EC9DE8
RGB
CMYK
RGB Variations
Color information
#EC9DE8 (or 0xEC9DE8) is known color: Plum. HEX triplet: EC, 9D and E8. RGB value is (236,157,232). Sum of RGB (Red+Green+Blue) = 236+157+232=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DE8 is #136217. Grayscale: #BCBCBC. Windows color (decimal): -1270296 or 15244780. OLE color: 15244780.
HSL color Cylindrical-coordinate representation of color #EC9DE8: hue angle of 303.04º 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 #EC9DE8 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 232 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.07 |
| HSL | 303.04º | 0.68% | 0.77% | - |
| HSV(B) | 303.04º | 0.33% | 0.93% | - |
| XYZ | 61.21 | 47.77 | 82.34 | - |
| YUV | 189.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 232 | 0 | 0.33 | 0.02 | 0.07 | 303.04 | 0.68 | 0.77 |
| Hex | EC | 9D | E8 | 0 | 21 | 2 | 7 | 12F | 44 | 4D |
| Octal | 354 | 235 | 350 | 0 | 41 | 2 | 7 | 457 | 104 | 115 |
| Binary | 11101100 | 10011101 | 11101000 | 0 | 100001 | 10 | 111 | 100101111 | 1000100 | 1001101 |
Color Harmonies of #EC9DE8
Complementary color
Monochromatic Colors of #EC9DE8
Black with #EC9DE8
Text Example
Text Example
White with #EC9DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DE8; }
p { color: rgb(236,157,232); }
H1.HeaderClassName
{
color: #EC9DE8;
}
.AnyTagClassName
{
color: #EC9DE8;
}
</style>
background-color css
<style>
a { background-color: #EC9DE8; }
a { background-color: rgb(236,157,232); }
div.DivClassName
{
background-color: #EC9DE8;
}
.BgClassName
{
background-color: #EC9DE8;
}
</style>
border-color css
<style>
span { border-color: #EC9DE8; }
span { border-color: rgb(236,157,232); }
td.TdClassName
{
border-color: #EC9DE8;
}
.TagClassName
{
border-color: #EC9DE8;
}
</style>