Shades of Plum #EC9EE4
Tints of Plum #EC9EE4
RGB
CMYK
RGB Variations
Color information
#EC9EE4 (or 0xEC9EE4) is known color: Plum. HEX triplet: EC, 9E and E4. RGB value is (236,158,228). Sum of RGB (Red+Green+Blue) = 236+158+228=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EE4 is #13611B. Grayscale: #BDBDBD. Windows color (decimal): -1270044 or 14982892. OLE color: 14982892.
HSL color Cylindrical-coordinate representation of color #EC9EE4: hue angle of 306.15º 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 #EC9EE4 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 228 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.07 |
| HSL | 306.15º | 0.67% | 0.77% | - |
| HSV(B) | 306.15º | 0.33% | 0.93% | - |
| XYZ | 60.82 | 47.89 | 79.44 | - |
| YUV | 189.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 228 | 0 | 0.33 | 0.03 | 0.07 | 306.15 | 0.67 | 0.77 |
| Hex | EC | 9E | E4 | 0 | 21 | 3 | 7 | 132 | 43 | 4D |
| Octal | 354 | 236 | 344 | 0 | 41 | 3 | 7 | 462 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11100100 | 0 | 100001 | 11 | 111 | 100110010 | 1000011 | 1001101 |
Color Harmonies of #EC9EE4
Complementary color
Monochromatic Colors of #EC9EE4
Black with #EC9EE4
Text Example
Text Example
White with #EC9EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EE4; }
p { color: rgb(236,158,228); }
H1.HeaderClassName
{
color: #EC9EE4;
}
.AnyTagClassName
{
color: #EC9EE4;
}
</style>
background-color css
<style>
a { background-color: #EC9EE4; }
a { background-color: rgb(236,158,228); }
div.DivClassName
{
background-color: #EC9EE4;
}
.BgClassName
{
background-color: #EC9EE4;
}
</style>
border-color css
<style>
span { border-color: #EC9EE4; }
span { border-color: rgb(236,158,228); }
td.TdClassName
{
border-color: #EC9EE4;
}
.TagClassName
{
border-color: #EC9EE4;
}
</style>