Shades of Plum #ECA0E5
Tints of Plum #ECA0E5
RGB
CMYK
RGB Variations
Color information
#ECA0E5 (or 0xECA0E5) is known color: Plum. HEX triplet: EC, A0 and E5. RGB value is (236,160,229). Sum of RGB (Red+Green+Blue) = 236+160+229=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0E5 is #135F1A. Grayscale: #BEBEBE. Windows color (decimal): -1269531 or 15048940. OLE color: 15048940.
HSL color Cylindrical-coordinate representation of color #ECA0E5: hue angle of 305.53º 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 #ECA0E5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 229 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.07 |
| HSL | 305.53º | 0.67% | 0.78% | - |
| HSV(B) | 305.53º | 0.32% | 0.93% | - |
| XYZ | 61.31 | 48.63 | 80.28 | - |
| YUV | 190.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 229 | 0 | 0.32 | 0.03 | 0.07 | 305.53 | 0.67 | 0.78 |
| Hex | EC | A0 | E5 | 0 | 20 | 3 | 7 | 132 | 43 | 4E |
| Octal | 354 | 240 | 345 | 0 | 40 | 3 | 7 | 462 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11100101 | 0 | 100000 | 11 | 111 | 100110010 | 1000011 | 1001110 |
Color Harmonies of #ECA0E5
Complementary color
Monochromatic Colors of #ECA0E5
Black with #ECA0E5
Text Example
Text Example
White with #ECA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0E5; }
p { color: rgb(236,160,229); }
H1.HeaderClassName
{
color: #ECA0E5;
}
.AnyTagClassName
{
color: #ECA0E5;
}
</style>
background-color css
<style>
a { background-color: #ECA0E5; }
a { background-color: rgb(236,160,229); }
div.DivClassName
{
background-color: #ECA0E5;
}
.BgClassName
{
background-color: #ECA0E5;
}
</style>
border-color css
<style>
span { border-color: #ECA0E5; }
span { border-color: rgb(236,160,229); }
td.TdClassName
{
border-color: #ECA0E5;
}
.TagClassName
{
border-color: #ECA0E5;
}
</style>