Shades of Plum #ECA3E9
Tints of Plum #ECA3E9
RGB
CMYK
RGB Variations
Color information
#ECA3E9 (or 0xECA3E9) is known color: Plum. HEX triplet: EC, A3 and E9. RGB value is (236,163,233). Sum of RGB (Red+Green+Blue) = 236+163+233=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA3E9 is #135C16. Grayscale: #C0C0C0. Windows color (decimal): -1268759 or 15311852. OLE color: 15311852.
HSL color Cylindrical-coordinate representation of color #ECA3E9: hue angle of 302.47º 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 #ECA3E9 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 233 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.07 |
| HSL | 302.47º | 0.66% | 0.78% | - |
| HSV(B) | 302.47º | 0.31% | 0.93% | - |
| XYZ | 62.4 | 49.91 | 83.44 | - |
| YUV | 192.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 233 | 0 | 0.31 | 0.01 | 0.07 | 302.47 | 0.66 | 0.78 |
| Hex | EC | A3 | E9 | 0 | 1F | 1 | 7 | 12E | 42 | 4E |
| Octal | 354 | 243 | 351 | 0 | 37 | 1 | 7 | 456 | 102 | 116 |
| Binary | 11101100 | 10100011 | 11101001 | 0 | 11111 | 1 | 111 | 100101110 | 1000010 | 1001110 |
Color Harmonies of #ECA3E9
Complementary color
Monochromatic Colors of #ECA3E9
Black with #ECA3E9
Text Example
Text Example
White with #ECA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA3E9; }
p { color: rgb(236,163,233); }
H1.HeaderClassName
{
color: #ECA3E9;
}
.AnyTagClassName
{
color: #ECA3E9;
}
</style>
background-color css
<style>
a { background-color: #ECA3E9; }
a { background-color: rgb(236,163,233); }
div.DivClassName
{
background-color: #ECA3E9;
}
.BgClassName
{
background-color: #ECA3E9;
}
</style>
border-color css
<style>
span { border-color: #ECA3E9; }
span { border-color: rgb(236,163,233); }
td.TdClassName
{
border-color: #ECA3E9;
}
.TagClassName
{
border-color: #ECA3E9;
}
</style>