Shades of Plum #EC9BE5
Tints of Plum #EC9BE5
RGB
CMYK
RGB Variations
Color information
#EC9BE5 (or 0xEC9BE5) is known color: Plum. HEX triplet: EC, 9B and E5. RGB value is (236,155,229). Sum of RGB (Red+Green+Blue) = 236+155+229=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BE5 is #13641A. Grayscale: #BBBBBB. Windows color (decimal): -1270811 or 15047660. OLE color: 15047660.
HSL color Cylindrical-coordinate representation of color #EC9BE5: hue angle of 305.19º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BE5 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 229 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.07 |
| HSL | 305.19º | 0.68% | 0.77% | - |
| HSV(B) | 305.19º | 0.34% | 0.93% | - |
| XYZ | 60.46 | 46.93 | 80 | - |
| YUV | 187.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 229 | 0 | 0.34 | 0.03 | 0.07 | 305.19 | 0.68 | 0.77 |
| Hex | EC | 9B | E5 | 0 | 22 | 3 | 7 | 131 | 44 | 4D |
| Octal | 354 | 233 | 345 | 0 | 42 | 3 | 7 | 461 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11100101 | 0 | 100010 | 11 | 111 | 100110001 | 1000100 | 1001101 |
Color Harmonies of #EC9BE5
Complementary color
Monochromatic Colors of #EC9BE5
Black with #EC9BE5
Text Example
Text Example
White with #EC9BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BE5; }
p { color: rgb(236,155,229); }
H1.HeaderClassName
{
color: #EC9BE5;
}
.AnyTagClassName
{
color: #EC9BE5;
}
</style>
background-color css
<style>
a { background-color: #EC9BE5; }
a { background-color: rgb(236,155,229); }
div.DivClassName
{
background-color: #EC9BE5;
}
.BgClassName
{
background-color: #EC9BE5;
}
</style>
border-color css
<style>
span { border-color: #EC9BE5; }
span { border-color: rgb(236,155,229); }
td.TdClassName
{
border-color: #EC9BE5;
}
.TagClassName
{
border-color: #EC9BE5;
}
</style>