Shades of Plum #ECA0EA
Tints of Plum #ECA0EA
RGB
CMYK
RGB Variations
Color information
#ECA0EA (or 0xECA0EA) is known color: Plum. HEX triplet: EC, A0 and EA. RGB value is (236,160,234). Sum of RGB (Red+Green+Blue) = 236+160+234=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0EA is #135F15. Grayscale: #BEBEBE. Windows color (decimal): -1269526 or 15376620. OLE color: 15376620.
HSL color Cylindrical-coordinate representation of color #ECA0EA: hue angle of 301.58º degrees, saturation: 0.67, 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 #ECA0EA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 234 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.07 |
| HSL | 301.58º | 0.67% | 0.78% | - |
| HSV(B) | 301.58º | 0.32% | 0.93% | - |
| XYZ | 62.01 | 48.91 | 84.01 | - |
| YUV | 191.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 234 | 0 | 0.32 | 0.01 | 0.07 | 301.58 | 0.67 | 0.78 |
| Hex | EC | A0 | EA | 0 | 20 | 1 | 7 | 12E | 43 | 4E |
| Octal | 354 | 240 | 352 | 0 | 40 | 1 | 7 | 456 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11101010 | 0 | 100000 | 1 | 111 | 100101110 | 1000011 | 1001110 |
Color Harmonies of #ECA0EA
Complementary color
Monochromatic Colors of #ECA0EA
Black with #ECA0EA
Text Example
Text Example
White with #ECA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0EA; }
p { color: rgb(236,160,234); }
H1.HeaderClassName
{
color: #ECA0EA;
}
.AnyTagClassName
{
color: #ECA0EA;
}
</style>
background-color css
<style>
a { background-color: #ECA0EA; }
a { background-color: rgb(236,160,234); }
div.DivClassName
{
background-color: #ECA0EA;
}
.BgClassName
{
background-color: #ECA0EA;
}
</style>
border-color css
<style>
span { border-color: #ECA0EA; }
span { border-color: rgb(236,160,234); }
td.TdClassName
{
border-color: #ECA0EA;
}
.TagClassName
{
border-color: #ECA0EA;
}
</style>