Shades of Plum #EC9DEC
Tints of Plum #EC9DEC
RGB
CMYK
RGB Variations
Color information
#EC9DEC (or 0xEC9DEC) is known color: Plum. HEX triplet: EC, 9D and EC. RGB value is (236,157,236). Sum of RGB (Red+Green+Blue) = 236+157+236=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC9DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DEC is #136213. Grayscale: #BDBDBD. Windows color (decimal): -1270292 or 15506924. OLE color: 15506924.
HSL color Cylindrical-coordinate representation of color #EC9DEC: hue angle of 300º 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 #EC9DEC is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 157 | 236 | - |
CMYK | 0 | 0.33 | 0 | 0.07 |
HSL | 300º | 0.68% | 0.77% | - |
HSV(B) | 300º | 0.33% | 0.93% | - |
XYZ | 61.79 | 48 | 85.37 | - |
YUV | 189.63 | 154.17 | 161.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 157 | 236 | 0 | 0.33 | 0 | 0.07 | 300 | 0.68 | 0.77 |
Hex | EC | 9D | EC | 0 | 21 | 0 | 7 | 12C | 44 | 4D |
Octal | 354 | 235 | 354 | 0 | 41 | 0 | 7 | 454 | 104 | 115 |
Binary | 11101100 | 10011101 | 11101100 | 0 | 100001 | 0 | 111 | 100101100 | 1000100 | 1001101 |
Color Harmonies of #EC9DEC
Complementary color
Monochromatic Colors of #EC9DEC
Black with #EC9DEC
Text Example
Text Example
White with #EC9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DEC; }
p { color: rgb(236,157,236); }
H1.HeaderClassName
{
color: #EC9DEC;
}
.AnyTagClassName
{
color: #EC9DEC;
}
</style>
background-color css
<style>
a { background-color: #EC9DEC; }
a { background-color: rgb(236,157,236); }
div.DivClassName
{
background-color: #EC9DEC;
}
.BgClassName
{
background-color: #EC9DEC;
}
</style>
border-color css
<style>
span { border-color: #EC9DEC; }
span { border-color: rgb(236,157,236); }
td.TdClassName
{
border-color: #EC9DEC;
}
.TagClassName
{
border-color: #EC9DEC;
}
</style>