Shades of Plum #ECA8EC
Tints of Plum #ECA8EC
RGB
CMYK
RGB Variations
Color information
#ECA8EC (or 0xECA8EC) is known color: Plum. HEX triplet: EC, A8 and EC. RGB value is (236,168,236). Sum of RGB (Red+Green+Blue) = 236+168+236=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8EC is #135713. Grayscale: #C3C3C3. Windows color (decimal): -1267476 or 15509740. OLE color: 15509740.
HSL color Cylindrical-coordinate representation of color #ECA8EC: hue angle of 300º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8EC is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 236 | - |
| CMYK | 0 | 0.29 | 0 | 0.07 |
| HSL | 300º | 0.64% | 0.79% | - |
| HSV(B) | 300º | 0.29% | 0.93% | - |
| XYZ | 63.74 | 51.89 | 86.01 | - |
| YUV | 196.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 236 | 0 | 0.29 | 0 | 0.07 | 300 | 0.64 | 0.79 |
| Hex | EC | A8 | EC | 0 | 1D | 0 | 7 | 12C | 40 | 4F |
| Octal | 354 | 250 | 354 | 0 | 35 | 0 | 7 | 454 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11101100 | 0 | 11101 | 0 | 111 | 100101100 | 1000000 | 1001111 |
Color Harmonies of #ECA8EC
Complementary color
Monochromatic Colors of #ECA8EC
Black with #ECA8EC
Text Example
Text Example
White with #ECA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8EC; }
p { color: rgb(236,168,236); }
H1.HeaderClassName
{
color: #ECA8EC;
}
.AnyTagClassName
{
color: #ECA8EC;
}
</style>
background-color css
<style>
a { background-color: #ECA8EC; }
a { background-color: rgb(236,168,236); }
div.DivClassName
{
background-color: #ECA8EC;
}
.BgClassName
{
background-color: #ECA8EC;
}
</style>
border-color css
<style>
span { border-color: #ECA8EC; }
span { border-color: rgb(236,168,236); }
td.TdClassName
{
border-color: #ECA8EC;
}
.TagClassName
{
border-color: #ECA8EC;
}
</style>