Shades of Plum #ECA2EA
Tints of Plum #ECA2EA
RGB
CMYK
RGB Variations
Color information
#ECA2EA (or 0xECA2EA) is known color: Plum. HEX triplet: EC, A2 and EA. RGB value is (236,162,234). Sum of RGB (Red+Green+Blue) = 236+162+234=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2EA is #135D15. Grayscale: #C0C0C0. Windows color (decimal): -1269014 or 15377132. OLE color: 15377132.
HSL color Cylindrical-coordinate representation of color #ECA2EA: hue angle of 301.62º 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 #ECA2EA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 234 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.07 |
| HSL | 301.62º | 0.66% | 0.78% | - |
| HSV(B) | 301.62º | 0.31% | 0.93% | - |
| XYZ | 62.36 | 49.61 | 84.13 | - |
| YUV | 192.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 234 | 0 | 0.31 | 0.01 | 0.07 | 301.62 | 0.66 | 0.78 |
| Hex | EC | A2 | EA | 0 | 1F | 1 | 7 | 12E | 42 | 4E |
| Octal | 354 | 242 | 352 | 0 | 37 | 1 | 7 | 456 | 102 | 116 |
| Binary | 11101100 | 10100010 | 11101010 | 0 | 11111 | 1 | 111 | 100101110 | 1000010 | 1001110 |
Color Harmonies of #ECA2EA
Complementary color
Monochromatic Colors of #ECA2EA
Black with #ECA2EA
Text Example
Text Example
White with #ECA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2EA; }
p { color: rgb(236,162,234); }
H1.HeaderClassName
{
color: #ECA2EA;
}
.AnyTagClassName
{
color: #ECA2EA;
}
</style>
background-color css
<style>
a { background-color: #ECA2EA; }
a { background-color: rgb(236,162,234); }
div.DivClassName
{
background-color: #ECA2EA;
}
.BgClassName
{
background-color: #ECA2EA;
}
</style>
border-color css
<style>
span { border-color: #ECA2EA; }
span { border-color: rgb(236,162,234); }
td.TdClassName
{
border-color: #ECA2EA;
}
.TagClassName
{
border-color: #ECA2EA;
}
</style>