Shades of Plum #EC9EEB
Tints of Plum #EC9EEB
RGB
CMYK
RGB Variations
Color information
#EC9EEB (or 0xEC9EEB) is known color: Plum. HEX triplet: EC, 9E and EB. RGB value is (236,158,235). Sum of RGB (Red+Green+Blue) = 236+158+235=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EEB is #136114. Grayscale: #BDBDBD. Windows color (decimal): -1270037 or 15441644. OLE color: 15441644.
HSL color Cylindrical-coordinate representation of color #EC9EEB: hue angle of 300.77º 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 #EC9EEB is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 235 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.07 |
| HSL | 300.77º | 0.67% | 0.77% | - |
| HSV(B) | 300.77º | 0.33% | 0.93% | - |
| XYZ | 61.81 | 48.28 | 84.66 | - |
| YUV | 190.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 235 | 0 | 0.33 | 0.00 | 0.07 | 300.77 | 0.67 | 0.77 |
| Hex | EC | 9E | EB | 0 | 21 | 0 | 7 | 12D | 43 | 4D |
| Octal | 354 | 236 | 353 | 0 | 41 | 0 | 7 | 455 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11101011 | 0 | 100001 | 0 | 111 | 100101101 | 1000011 | 1001101 |
Color Harmonies of #EC9EEB
Complementary color
Monochromatic Colors of #EC9EEB
Black with #EC9EEB
Text Example
Text Example
White with #EC9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EEB; }
p { color: rgb(236,158,235); }
H1.HeaderClassName
{
color: #EC9EEB;
}
.AnyTagClassName
{
color: #EC9EEB;
}
</style>
background-color css
<style>
a { background-color: #EC9EEB; }
a { background-color: rgb(236,158,235); }
div.DivClassName
{
background-color: #EC9EEB;
}
.BgClassName
{
background-color: #EC9EEB;
}
</style>
border-color css
<style>
span { border-color: #EC9EEB; }
span { border-color: rgb(236,158,235); }
td.TdClassName
{
border-color: #EC9EEB;
}
.TagClassName
{
border-color: #EC9EEB;
}
</style>