Shades of Plum #EC9EED
Tints of Plum #EC9EED
RGB
CMYK
RGB Variations
Color information
#EC9EED (or 0xEC9EED) is known color: Plum. HEX triplet: EC, 9E and ED. RGB value is (236,158,237). Sum of RGB (Red+Green+Blue) = 236+158+237=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC9EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EED is #136112. Grayscale: #BEBEBE. Windows color (decimal): -1270035 or 15572716. OLE color: 15572716.
HSL color Cylindrical-coordinate representation of color #EC9EED: hue angle of 299.24º degrees, saturation: 0.69, 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 #EC9EED is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 237 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.07 |
| HSL | 299.24º | 0.69% | 0.77% | - |
| HSV(B) | 299.24º | 0.33% | 0.93% | - |
| XYZ | 62.11 | 48.4 | 86.19 | - |
| YUV | 190.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 237 | 0.00 | 0.33 | 0 | 0.07 | 299.24 | 0.69 | 0.77 |
| Hex | EC | 9E | ED | 0 | 21 | 0 | 7 | 12B | 45 | 4D |
| Octal | 354 | 236 | 355 | 0 | 41 | 0 | 7 | 453 | 105 | 115 |
| Binary | 11101100 | 10011110 | 11101101 | 0 | 100001 | 0 | 111 | 100101011 | 1000101 | 1001101 |
Color Harmonies of #EC9EED
Complementary color
Monochromatic Colors of #EC9EED
Black with #EC9EED
Text Example
Text Example
White with #EC9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EED; }
p { color: rgb(236,158,237); }
H1.HeaderClassName
{
color: #EC9EED;
}
.AnyTagClassName
{
color: #EC9EED;
}
</style>
background-color css
<style>
a { background-color: #EC9EED; }
a { background-color: rgb(236,158,237); }
div.DivClassName
{
background-color: #EC9EED;
}
.BgClassName
{
background-color: #EC9EED;
}
</style>
border-color css
<style>
span { border-color: #EC9EED; }
span { border-color: rgb(236,158,237); }
td.TdClassName
{
border-color: #EC9EED;
}
.TagClassName
{
border-color: #EC9EED;
}
</style>