Shades of Plum #EC9EE9
Tints of Plum #EC9EE9
RGB
CMYK
RGB Variations
Color information
#EC9EE9 (or 0xEC9EE9) is known color: Plum. HEX triplet: EC, 9E and E9. RGB value is (236,158,233). Sum of RGB (Red+Green+Blue) = 236+158+233=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EE9 is #136116. Grayscale: #BDBDBD. Windows color (decimal): -1270039 or 15310572. OLE color: 15310572.
HSL color Cylindrical-coordinate representation of color #EC9EE9: hue angle of 302.31º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9EE9 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 158 | 233 | - |
CMYK | 0 | 0.33 | 0.01 | 0.07 |
HSL | 302.31º | 0.67% | 0.77% | - |
HSV(B) | 302.31º | 0.33% | 0.93% | - |
XYZ | 61.53 | 48.17 | 83.15 | - |
YUV | 189.87 | 152.34 | 160.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 158 | 233 | 0 | 0.33 | 0.01 | 0.07 | 302.31 | 0.67 | 0.77 |
Hex | EC | 9E | E9 | 0 | 21 | 1 | 7 | 12E | 43 | 4D |
Octal | 354 | 236 | 351 | 0 | 41 | 1 | 7 | 456 | 103 | 115 |
Binary | 11101100 | 10011110 | 11101001 | 0 | 100001 | 1 | 111 | 100101110 | 1000011 | 1001101 |
Color Harmonies of #EC9EE9
Complementary color
Monochromatic Colors of #EC9EE9
Black with #EC9EE9
Text Example
Text Example
White with #EC9EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EE9; }
p { color: rgb(236,158,233); }
H1.HeaderClassName
{
color: #EC9EE9;
}
.AnyTagClassName
{
color: #EC9EE9;
}
</style>
background-color css
<style>
a { background-color: #EC9EE9; }
a { background-color: rgb(236,158,233); }
div.DivClassName
{
background-color: #EC9EE9;
}
.BgClassName
{
background-color: #EC9EE9;
}
</style>
border-color css
<style>
span { border-color: #EC9EE9; }
span { border-color: rgb(236,158,233); }
td.TdClassName
{
border-color: #EC9EE9;
}
.TagClassName
{
border-color: #EC9EE9;
}
</style>