Shades of Plum #EC9FE6
Tints of Plum #EC9FE6
RGB
CMYK
RGB Variations
Color information
#EC9FE6 (or 0xEC9FE6) is known color: Plum. HEX triplet: EC, 9F and E6. RGB value is (236,159,230). Sum of RGB (Red+Green+Blue) = 236+159+230=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FE6 is #136019. Grayscale: #BDBDBD. Windows color (decimal): -1269786 or 15114220. OLE color: 15114220.
HSL color Cylindrical-coordinate representation of color #EC9FE6: hue angle of 304.68º 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 #EC9FE6 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 230 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.07 |
| HSL | 304.68º | 0.67% | 0.77% | - |
| HSV(B) | 304.68º | 0.33% | 0.93% | - |
| XYZ | 61.27 | 48.34 | 80.96 | - |
| YUV | 190.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 230 | 0 | 0.33 | 0.03 | 0.07 | 304.68 | 0.67 | 0.77 |
| Hex | EC | 9F | E6 | 0 | 21 | 3 | 7 | 131 | 43 | 4D |
| Octal | 354 | 237 | 346 | 0 | 41 | 3 | 7 | 461 | 103 | 115 |
| Binary | 11101100 | 10011111 | 11100110 | 0 | 100001 | 11 | 111 | 100110001 | 1000011 | 1001101 |
Color Harmonies of #EC9FE6
Complementary color
Monochromatic Colors of #EC9FE6
Black with #EC9FE6
Text Example
Text Example
White with #EC9FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FE6; }
p { color: rgb(236,159,230); }
H1.HeaderClassName
{
color: #EC9FE6;
}
.AnyTagClassName
{
color: #EC9FE6;
}
</style>
background-color css
<style>
a { background-color: #EC9FE6; }
a { background-color: rgb(236,159,230); }
div.DivClassName
{
background-color: #EC9FE6;
}
.BgClassName
{
background-color: #EC9FE6;
}
</style>
border-color css
<style>
span { border-color: #EC9FE6; }
span { border-color: rgb(236,159,230); }
td.TdClassName
{
border-color: #EC9FE6;
}
.TagClassName
{
border-color: #EC9FE6;
}
</style>