Shades of Plum #EC9BE2
Tints of Plum #EC9BE2
RGB
CMYK
RGB Variations
Color information
#EC9BE2 (or 0xEC9BE2) is known color: Plum. HEX triplet: EC, 9B and E2. RGB value is (236,155,226). Sum of RGB (Red+Green+Blue) = 236+155+226=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BE2 is #13641D. Grayscale: #BBBBBB. Windows color (decimal): -1270814 or 14851052. OLE color: 14851052.
HSL color Cylindrical-coordinate representation of color #EC9BE2: hue angle of 307.41º 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 #EC9BE2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 226 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.07 |
| HSL | 307.41º | 0.68% | 0.77% | - |
| HSV(B) | 307.41º | 0.34% | 0.93% | - |
| XYZ | 60.04 | 46.77 | 77.81 | - |
| YUV | 187.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 226 | 0 | 0.34 | 0.04 | 0.07 | 307.41 | 0.68 | 0.77 |
| Hex | EC | 9B | E2 | 0 | 22 | 4 | 7 | 133 | 44 | 4D |
| Octal | 354 | 233 | 342 | 0 | 42 | 4 | 7 | 463 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11100010 | 0 | 100010 | 100 | 111 | 100110011 | 1000100 | 1001101 |
Color Harmonies of #EC9BE2
Complementary color
Monochromatic Colors of #EC9BE2
Black with #EC9BE2
Text Example
Text Example
White with #EC9BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BE2; }
p { color: rgb(236,155,226); }
H1.HeaderClassName
{
color: #EC9BE2;
}
.AnyTagClassName
{
color: #EC9BE2;
}
</style>
background-color css
<style>
a { background-color: #EC9BE2; }
a { background-color: rgb(236,155,226); }
div.DivClassName
{
background-color: #EC9BE2;
}
.BgClassName
{
background-color: #EC9BE2;
}
</style>
border-color css
<style>
span { border-color: #EC9BE2; }
span { border-color: rgb(236,155,226); }
td.TdClassName
{
border-color: #EC9BE2;
}
.TagClassName
{
border-color: #EC9BE2;
}
</style>