Shades of Plum #ECA2EE
Tints of Plum #ECA2EE
RGB
CMYK
RGB Variations
Color information
#ECA2EE (or 0xECA2EE) is known color: Plum. HEX triplet: EC, A2 and EE. RGB value is (236,162,238). Sum of RGB (Red+Green+Blue) = 236+162+238=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2EE is #135D11. Grayscale: #C0C0C0. Windows color (decimal): -1269010 or 15639276. OLE color: 15639276.
HSL color Cylindrical-coordinate representation of color #ECA2EE: hue angle of 298.42º degrees, saturation: 0.69, 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 #ECA2EE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 238 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.07 |
| HSL | 298.42º | 0.69% | 0.78% | - |
| HSV(B) | 298.42º | 0.32% | 0.93% | - |
| XYZ | 62.95 | 49.85 | 87.19 | - |
| YUV | 192.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 238 | 0.01 | 0.32 | 0 | 0.07 | 298.42 | 0.69 | 0.78 |
| Hex | EC | A2 | EE | 1 | 20 | 0 | 7 | 12A | 45 | 4E |
| Octal | 354 | 242 | 356 | 1 | 40 | 0 | 7 | 452 | 105 | 116 |
| Binary | 11101100 | 10100010 | 11101110 | 1 | 100000 | 0 | 111 | 100101010 | 1000101 | 1001110 |
Color Harmonies of #ECA2EE
Complementary color
Monochromatic Colors of #ECA2EE
Black with #ECA2EE
Text Example
Text Example
White with #ECA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2EE; }
p { color: rgb(236,162,238); }
H1.HeaderClassName
{
color: #ECA2EE;
}
.AnyTagClassName
{
color: #ECA2EE;
}
</style>
background-color css
<style>
a { background-color: #ECA2EE; }
a { background-color: rgb(236,162,238); }
div.DivClassName
{
background-color: #ECA2EE;
}
.BgClassName
{
background-color: #ECA2EE;
}
</style>
border-color css
<style>
span { border-color: #ECA2EE; }
span { border-color: rgb(236,162,238); }
td.TdClassName
{
border-color: #ECA2EE;
}
.TagClassName
{
border-color: #ECA2EE;
}
</style>