Shades of Plum #ECA3EC
Tints of Plum #ECA3EC
RGB
CMYK
RGB Variations
Color information
#ECA3EC (or 0xECA3EC) is known color: Plum. HEX triplet: EC, A3 and EC. RGB value is (236,163,236). Sum of RGB (Red+Green+Blue) = 236+163+236=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA3EC is #135C13. Grayscale: #C0C0C0. Windows color (decimal): -1268756 or 15508460. OLE color: 15508460.
HSL color Cylindrical-coordinate representation of color #ECA3EC: hue angle of 300º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA3EC is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 236 | - |
| CMYK | 0 | 0.31 | 0 | 0.07 |
| HSL | 300º | 0.66% | 0.78% | - |
| HSV(B) | 300º | 0.31% | 0.93% | - |
| XYZ | 62.83 | 50.08 | 85.71 | - |
| YUV | 193.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 236 | 0 | 0.31 | 0 | 0.07 | 300 | 0.66 | 0.78 |
| Hex | EC | A3 | EC | 0 | 1F | 0 | 7 | 12C | 42 | 4E |
| Octal | 354 | 243 | 354 | 0 | 37 | 0 | 7 | 454 | 102 | 116 |
| Binary | 11101100 | 10100011 | 11101100 | 0 | 11111 | 0 | 111 | 100101100 | 1000010 | 1001110 |
Color Harmonies of #ECA3EC
Complementary color
Monochromatic Colors of #ECA3EC
Black with #ECA3EC
Text Example
Text Example
White with #ECA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA3EC; }
p { color: rgb(236,163,236); }
H1.HeaderClassName
{
color: #ECA3EC;
}
.AnyTagClassName
{
color: #ECA3EC;
}
</style>
background-color css
<style>
a { background-color: #ECA3EC; }
a { background-color: rgb(236,163,236); }
div.DivClassName
{
background-color: #ECA3EC;
}
.BgClassName
{
background-color: #ECA3EC;
}
</style>
border-color css
<style>
span { border-color: #ECA3EC; }
span { border-color: rgb(236,163,236); }
td.TdClassName
{
border-color: #ECA3EC;
}
.TagClassName
{
border-color: #ECA3EC;
}
</style>