Shades of Plum #ECA1E9
Tints of Plum #ECA1E9
RGB
CMYK
RGB Variations
Color information
#ECA1E9 (or 0xECA1E9) is known color: Plum. HEX triplet: EC, A1 and E9. RGB value is (236,161,233). Sum of RGB (Red+Green+Blue) = 236+161+233=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 161 (63.28% from 255 or 25.56% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA1E9 is #135E16. Grayscale: #BFBFBF. Windows color (decimal): -1269271 or 15311340. OLE color: 15311340.
HSL color Cylindrical-coordinate representation of color #ECA1E9: hue angle of 302.4º degrees, saturation: 0.66, 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 #ECA1E9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 233 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.07 |
| HSL | 302.4º | 0.66% | 0.78% | - |
| HSV(B) | 302.4º | 0.32% | 0.93% | - |
| XYZ | 62.04 | 49.21 | 83.32 | - |
| YUV | 191.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 233 | 0 | 0.32 | 0.01 | 0.07 | 302.4 | 0.66 | 0.78 |
| Hex | EC | A1 | E9 | 0 | 20 | 1 | 7 | 12E | 42 | 4E |
| Octal | 354 | 241 | 351 | 0 | 40 | 1 | 7 | 456 | 102 | 116 |
| Binary | 11101100 | 10100001 | 11101001 | 0 | 100000 | 1 | 111 | 100101110 | 1000010 | 1001110 |
Color Harmonies of #ECA1E9
Complementary color
Monochromatic Colors of #ECA1E9
Black with #ECA1E9
Text Example
Text Example
White with #ECA1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1E9; }
p { color: rgb(236,161,233); }
H1.HeaderClassName
{
color: #ECA1E9;
}
.AnyTagClassName
{
color: #ECA1E9;
}
</style>
background-color css
<style>
a { background-color: #ECA1E9; }
a { background-color: rgb(236,161,233); }
div.DivClassName
{
background-color: #ECA1E9;
}
.BgClassName
{
background-color: #ECA1E9;
}
</style>
border-color css
<style>
span { border-color: #ECA1E9; }
span { border-color: rgb(236,161,233); }
td.TdClassName
{
border-color: #ECA1E9;
}
.TagClassName
{
border-color: #ECA1E9;
}
</style>