Shades of Plum #ECA2EC
Tints of Plum #ECA2EC
RGB
CMYK
RGB Variations
Color information
#ECA2EC (or 0xECA2EC) is known color: Plum. HEX triplet: EC, A2 and EC. RGB value is (236,162,236). Sum of RGB (Red+Green+Blue) = 236+162+236=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2EC is #135D13. Grayscale: #C0C0C0. Windows color (decimal): -1269012 or 15508204. OLE color: 15508204.
HSL color Cylindrical-coordinate representation of color #ECA2EC: 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 #ECA2EC is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 236 | - |
| CMYK | 0 | 0.31 | 0 | 0.07 |
| HSL | 300º | 0.66% | 0.78% | - |
| HSV(B) | 300º | 0.31% | 0.93% | - |
| XYZ | 62.65 | 49.73 | 85.65 | - |
| YUV | 192.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 236 | 0 | 0.31 | 0 | 0.07 | 300 | 0.66 | 0.78 |
| Hex | EC | A2 | EC | 0 | 1F | 0 | 7 | 12C | 42 | 4E |
| Octal | 354 | 242 | 354 | 0 | 37 | 0 | 7 | 454 | 102 | 116 |
| Binary | 11101100 | 10100010 | 11101100 | 0 | 11111 | 0 | 111 | 100101100 | 1000010 | 1001110 |
Color Harmonies of #ECA2EC
Complementary color
Monochromatic Colors of #ECA2EC
Black with #ECA2EC
Text Example
Text Example
White with #ECA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2EC; }
p { color: rgb(236,162,236); }
H1.HeaderClassName
{
color: #ECA2EC;
}
.AnyTagClassName
{
color: #ECA2EC;
}
</style>
background-color css
<style>
a { background-color: #ECA2EC; }
a { background-color: rgb(236,162,236); }
div.DivClassName
{
background-color: #ECA2EC;
}
.BgClassName
{
background-color: #ECA2EC;
}
</style>
border-color css
<style>
span { border-color: #ECA2EC; }
span { border-color: rgb(236,162,236); }
td.TdClassName
{
border-color: #ECA2EC;
}
.TagClassName
{
border-color: #ECA2EC;
}
</style>