Shades of Plum #EC9EE3
Tints of Plum #EC9EE3
RGB
CMYK
RGB Variations
Color information
#EC9EE3 (or 0xEC9EE3) is known color: Plum. HEX triplet: EC, 9E and E3. RGB value is (236,158,227). Sum of RGB (Red+Green+Blue) = 236+158+227=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EE3 is #13611C. Grayscale: #BCBCBC. Windows color (decimal): -1270045 or 14917356. OLE color: 14917356.
HSL color Cylindrical-coordinate representation of color #EC9EE3: hue angle of 306.92º 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 #EC9EE3 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 158 | 227 | - |
CMYK | 0 | 0.33 | 0.04 | 0.07 |
HSL | 306.92º | 0.67% | 0.77% | - |
HSV(B) | 306.92º | 0.33% | 0.93% | - |
XYZ | 60.68 | 47.83 | 78.71 | - |
YUV | 189.19 | 149.34 | 161.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 158 | 227 | 0 | 0.33 | 0.04 | 0.07 | 306.92 | 0.67 | 0.77 |
Hex | EC | 9E | E3 | 0 | 21 | 4 | 7 | 133 | 43 | 4D |
Octal | 354 | 236 | 343 | 0 | 41 | 4 | 7 | 463 | 103 | 115 |
Binary | 11101100 | 10011110 | 11100011 | 0 | 100001 | 100 | 111 | 100110011 | 1000011 | 1001101 |
Color Harmonies of #EC9EE3
Complementary color
Monochromatic Colors of #EC9EE3
Black with #EC9EE3
Text Example
Text Example
White with #EC9EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EE3; }
p { color: rgb(236,158,227); }
H1.HeaderClassName
{
color: #EC9EE3;
}
.AnyTagClassName
{
color: #EC9EE3;
}
</style>
background-color css
<style>
a { background-color: #EC9EE3; }
a { background-color: rgb(236,158,227); }
div.DivClassName
{
background-color: #EC9EE3;
}
.BgClassName
{
background-color: #EC9EE3;
}
</style>
border-color css
<style>
span { border-color: #EC9EE3; }
span { border-color: rgb(236,158,227); }
td.TdClassName
{
border-color: #EC9EE3;
}
.TagClassName
{
border-color: #EC9EE3;
}
</style>