Shades of Plum #EC9AED
Tints of Plum #EC9AED
RGB
CMYK
RGB Variations
Color information
#EC9AED (or 0xEC9AED) is known color: Plum. HEX triplet: EC, 9A and ED. RGB value is (236,154,237). Sum of RGB (Red+Green+Blue) = 236+154+237=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC9AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AED is #136512. Grayscale: #BBBBBB. Windows color (decimal): -1271059 or 15571692. OLE color: 15571692.
HSL color Cylindrical-coordinate representation of color #EC9AED: hue angle of 299.28º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AED is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 237 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.07 |
| HSL | 299.28º | 0.7% | 0.77% | - |
| HSV(B) | 299.28º | 0.35% | 0.93% | - |
| XYZ | 61.43 | 47.06 | 85.97 | - |
| YUV | 187.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 237 | 0.00 | 0.35 | 0 | 0.07 | 299.28 | 0.7 | 0.77 |
| Hex | EC | 9A | ED | 0 | 23 | 0 | 7 | 12B | 46 | 4D |
| Octal | 354 | 232 | 355 | 0 | 43 | 0 | 7 | 453 | 106 | 115 |
| Binary | 11101100 | 10011010 | 11101101 | 0 | 100011 | 0 | 111 | 100101011 | 1000110 | 1001101 |
Color Harmonies of #EC9AED
Complementary color
Monochromatic Colors of #EC9AED
Black with #EC9AED
Text Example
Text Example
White with #EC9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AED; }
p { color: rgb(236,154,237); }
H1.HeaderClassName
{
color: #EC9AED;
}
.AnyTagClassName
{
color: #EC9AED;
}
</style>
background-color css
<style>
a { background-color: #EC9AED; }
a { background-color: rgb(236,154,237); }
div.DivClassName
{
background-color: #EC9AED;
}
.BgClassName
{
background-color: #EC9AED;
}
</style>
border-color css
<style>
span { border-color: #EC9AED; }
span { border-color: rgb(236,154,237); }
td.TdClassName
{
border-color: #EC9AED;
}
.TagClassName
{
border-color: #EC9AED;
}
</style>