Shades of Plum #ECA2E9
Tints of Plum #ECA2E9
RGB
CMYK
RGB Variations
Color information
#ECA2E9 (or 0xECA2E9) is known color: Plum. HEX triplet: EC, A2 and E9. RGB value is (236,162,233). Sum of RGB (Red+Green+Blue) = 236+162+233=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2E9 is #135D16. Grayscale: #C0C0C0. Windows color (decimal): -1269015 or 15311596. OLE color: 15311596.
HSL color Cylindrical-coordinate representation of color #ECA2E9: hue angle of 302.43º 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 #ECA2E9 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 162 | 233 | - |
CMYK | 0 | 0.31 | 0.01 | 0.07 |
HSL | 302.43º | 0.66% | 0.78% | - |
HSV(B) | 302.43º | 0.31% | 0.93% | - |
XYZ | 62.22 | 49.56 | 83.38 | - |
YUV | 192.22 | 151.02 | 159.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 162 | 233 | 0 | 0.31 | 0.01 | 0.07 | 302.43 | 0.66 | 0.78 |
Hex | EC | A2 | E9 | 0 | 1F | 1 | 7 | 12E | 42 | 4E |
Octal | 354 | 242 | 351 | 0 | 37 | 1 | 7 | 456 | 102 | 116 |
Binary | 11101100 | 10100010 | 11101001 | 0 | 11111 | 1 | 111 | 100101110 | 1000010 | 1001110 |
Color Harmonies of #ECA2E9
Complementary color
Monochromatic Colors of #ECA2E9
Black with #ECA2E9
Text Example
Text Example
White with #ECA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2E9; }
p { color: rgb(236,162,233); }
H1.HeaderClassName
{
color: #ECA2E9;
}
.AnyTagClassName
{
color: #ECA2E9;
}
</style>
background-color css
<style>
a { background-color: #ECA2E9; }
a { background-color: rgb(236,162,233); }
div.DivClassName
{
background-color: #ECA2E9;
}
.BgClassName
{
background-color: #ECA2E9;
}
</style>
border-color css
<style>
span { border-color: #ECA2E9; }
span { border-color: rgb(236,162,233); }
td.TdClassName
{
border-color: #ECA2E9;
}
.TagClassName
{
border-color: #ECA2E9;
}
</style>