Shades of Plum #EC9FE8
Tints of Plum #EC9FE8
RGB
CMYK
RGB Variations
Color information
#EC9FE8 (or 0xEC9FE8) is known color: Plum. HEX triplet: EC, 9F and E8. RGB value is (236,159,232). Sum of RGB (Red+Green+Blue) = 236+159+232=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FE8 is #136017. Grayscale: #BEBEBE. Windows color (decimal): -1269784 or 15245292. OLE color: 15245292.
HSL color Cylindrical-coordinate representation of color #EC9FE8: hue angle of 303.12º 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 #EC9FE8 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 232 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.07 |
| HSL | 303.12º | 0.67% | 0.77% | - |
| HSV(B) | 303.12º | 0.33% | 0.93% | - |
| XYZ | 61.56 | 48.46 | 82.45 | - |
| YUV | 190.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 232 | 0 | 0.33 | 0.02 | 0.07 | 303.12 | 0.67 | 0.77 |
| Hex | EC | 9F | E8 | 0 | 21 | 2 | 7 | 12F | 43 | 4D |
| Octal | 354 | 237 | 350 | 0 | 41 | 2 | 7 | 457 | 103 | 115 |
| Binary | 11101100 | 10011111 | 11101000 | 0 | 100001 | 10 | 111 | 100101111 | 1000011 | 1001101 |
Color Harmonies of #EC9FE8
Complementary color
Monochromatic Colors of #EC9FE8
Black with #EC9FE8
Text Example
Text Example
White with #EC9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FE8; }
p { color: rgb(236,159,232); }
H1.HeaderClassName
{
color: #EC9FE8;
}
.AnyTagClassName
{
color: #EC9FE8;
}
</style>
background-color css
<style>
a { background-color: #EC9FE8; }
a { background-color: rgb(236,159,232); }
div.DivClassName
{
background-color: #EC9FE8;
}
.BgClassName
{
background-color: #EC9FE8;
}
</style>
border-color css
<style>
span { border-color: #EC9FE8; }
span { border-color: rgb(236,159,232); }
td.TdClassName
{
border-color: #EC9FE8;
}
.TagClassName
{
border-color: #EC9FE8;
}
</style>