Shades of Plum #ECA3EA
Tints of Plum #ECA3EA
RGB
CMYK
RGB Variations
Color information
#ECA3EA (or 0xECA3EA) is known color: Plum. HEX triplet: EC, A3 and EA. RGB value is (236,163,234). Sum of RGB (Red+Green+Blue) = 236+163+234=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA3EA is #135C15. Grayscale: #C0C0C0. Windows color (decimal): -1268758 or 15377388. OLE color: 15377388.
HSL color Cylindrical-coordinate representation of color #ECA3EA: hue angle of 301.64º 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 #ECA3EA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 234 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.07 |
| HSL | 301.64º | 0.66% | 0.78% | - |
| HSV(B) | 301.64º | 0.31% | 0.93% | - |
| XYZ | 62.54 | 49.97 | 84.19 | - |
| YUV | 192.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 234 | 0 | 0.31 | 0.01 | 0.07 | 301.64 | 0.66 | 0.78 |
| Hex | EC | A3 | EA | 0 | 1F | 1 | 7 | 12E | 42 | 4E |
| Octal | 354 | 243 | 352 | 0 | 37 | 1 | 7 | 456 | 102 | 116 |
| Binary | 11101100 | 10100011 | 11101010 | 0 | 11111 | 1 | 111 | 100101110 | 1000010 | 1001110 |
Color Harmonies of #ECA3EA
Complementary color
Monochromatic Colors of #ECA3EA
Black with #ECA3EA
Text Example
Text Example
White with #ECA3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA3EA; }
p { color: rgb(236,163,234); }
H1.HeaderClassName
{
color: #ECA3EA;
}
.AnyTagClassName
{
color: #ECA3EA;
}
</style>
background-color css
<style>
a { background-color: #ECA3EA; }
a { background-color: rgb(236,163,234); }
div.DivClassName
{
background-color: #ECA3EA;
}
.BgClassName
{
background-color: #ECA3EA;
}
</style>
border-color css
<style>
span { border-color: #ECA3EA; }
span { border-color: rgb(236,163,234); }
td.TdClassName
{
border-color: #ECA3EA;
}
.TagClassName
{
border-color: #ECA3EA;
}
</style>