Shades of Plum #EC9FE9
Tints of Plum #EC9FE9
RGB
CMYK
RGB Variations
Color information
#EC9FE9 (or 0xEC9FE9) is known color: Plum. HEX triplet: EC, 9F and E9. RGB value is (236,159,233). Sum of RGB (Red+Green+Blue) = 236+159+233=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FE9 is #136016. Grayscale: #BEBEBE. Windows color (decimal): -1269783 or 15310828. OLE color: 15310828.
HSL color Cylindrical-coordinate representation of color #EC9FE9: hue angle of 302.34º degrees, saturation: 0.67, 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 #EC9FE9 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 233 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.07 |
| HSL | 302.34º | 0.67% | 0.77% | - |
| HSV(B) | 302.34º | 0.33% | 0.93% | - |
| XYZ | 61.7 | 48.51 | 83.2 | - |
| YUV | 190.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 233 | 0 | 0.33 | 0.01 | 0.07 | 302.34 | 0.67 | 0.77 |
| Hex | EC | 9F | E9 | 0 | 21 | 1 | 7 | 12E | 43 | 4D |
| Octal | 354 | 237 | 351 | 0 | 41 | 1 | 7 | 456 | 103 | 115 |
| Binary | 11101100 | 10011111 | 11101001 | 0 | 100001 | 1 | 111 | 100101110 | 1000011 | 1001101 |
Color Harmonies of #EC9FE9
Complementary color
Monochromatic Colors of #EC9FE9
Black with #EC9FE9
Text Example
Text Example
White with #EC9FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FE9; }
p { color: rgb(236,159,233); }
H1.HeaderClassName
{
color: #EC9FE9;
}
.AnyTagClassName
{
color: #EC9FE9;
}
</style>
background-color css
<style>
a { background-color: #EC9FE9; }
a { background-color: rgb(236,159,233); }
div.DivClassName
{
background-color: #EC9FE9;
}
.BgClassName
{
background-color: #EC9FE9;
}
</style>
border-color css
<style>
span { border-color: #EC9FE9; }
span { border-color: rgb(236,159,233); }
td.TdClassName
{
border-color: #EC9FE9;
}
.TagClassName
{
border-color: #EC9FE9;
}
</style>