Shades of Plum #ECA0E9
Tints of Plum #ECA0E9
RGB
CMYK
RGB Variations
Color information
#ECA0E9 (or 0xECA0E9) is known color: Plum. HEX triplet: EC, A0 and E9. RGB value is (236,160,233). Sum of RGB (Red+Green+Blue) = 236+160+233=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0E9 is #135F16. Grayscale: #BEBEBE. Windows color (decimal): -1269527 or 15311084. OLE color: 15311084.
HSL color Cylindrical-coordinate representation of color #ECA0E9: hue angle of 302.37º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0E9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 233 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.07 |
| HSL | 302.37º | 0.67% | 0.78% | - |
| HSV(B) | 302.37º | 0.32% | 0.93% | - |
| XYZ | 61.87 | 48.86 | 83.26 | - |
| YUV | 191.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 233 | 0 | 0.32 | 0.01 | 0.07 | 302.37 | 0.67 | 0.78 |
| Hex | EC | A0 | E9 | 0 | 20 | 1 | 7 | 12E | 43 | 4E |
| Octal | 354 | 240 | 351 | 0 | 40 | 1 | 7 | 456 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11101001 | 0 | 100000 | 1 | 111 | 100101110 | 1000011 | 1001110 |
Color Harmonies of #ECA0E9
Complementary color
Monochromatic Colors of #ECA0E9
Black with #ECA0E9
Text Example
Text Example
White with #ECA0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0E9; }
p { color: rgb(236,160,233); }
H1.HeaderClassName
{
color: #ECA0E9;
}
.AnyTagClassName
{
color: #ECA0E9;
}
</style>
background-color css
<style>
a { background-color: #ECA0E9; }
a { background-color: rgb(236,160,233); }
div.DivClassName
{
background-color: #ECA0E9;
}
.BgClassName
{
background-color: #ECA0E9;
}
</style>
border-color css
<style>
span { border-color: #ECA0E9; }
span { border-color: rgb(236,160,233); }
td.TdClassName
{
border-color: #ECA0E9;
}
.TagClassName
{
border-color: #ECA0E9;
}
</style>