Shades of Plum #ECA0E8
Tints of Plum #ECA0E8
RGB
CMYK
RGB Variations
Color information
#ECA0E8 (or 0xECA0E8) is known color: Plum. HEX triplet: EC, A0 and E8. RGB value is (236,160,232). Sum of RGB (Red+Green+Blue) = 236+160+232=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0E8 is #135F17. Grayscale: #BEBEBE. Windows color (decimal): -1269528 or 15245548. OLE color: 15245548.
HSL color Cylindrical-coordinate representation of color #ECA0E8: hue angle of 303.16º 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 #ECA0E8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 232 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.07 |
| HSL | 303.16º | 0.67% | 0.78% | - |
| HSV(B) | 303.16º | 0.32% | 0.93% | - |
| XYZ | 61.73 | 48.8 | 82.51 | - |
| YUV | 190.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 232 | 0 | 0.32 | 0.02 | 0.07 | 303.16 | 0.67 | 0.78 |
| Hex | EC | A0 | E8 | 0 | 20 | 2 | 7 | 12F | 43 | 4E |
| Octal | 354 | 240 | 350 | 0 | 40 | 2 | 7 | 457 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11101000 | 0 | 100000 | 10 | 111 | 100101111 | 1000011 | 1001110 |
Color Harmonies of #ECA0E8
Complementary color
Monochromatic Colors of #ECA0E8
Black with #ECA0E8
Text Example
Text Example
White with #ECA0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0E8; }
p { color: rgb(236,160,232); }
H1.HeaderClassName
{
color: #ECA0E8;
}
.AnyTagClassName
{
color: #ECA0E8;
}
</style>
background-color css
<style>
a { background-color: #ECA0E8; }
a { background-color: rgb(236,160,232); }
div.DivClassName
{
background-color: #ECA0E8;
}
.BgClassName
{
background-color: #ECA0E8;
}
</style>
border-color css
<style>
span { border-color: #ECA0E8; }
span { border-color: rgb(236,160,232); }
td.TdClassName
{
border-color: #ECA0E8;
}
.TagClassName
{
border-color: #ECA0E8;
}
</style>