Shades of Plum #EC9AEA
Tints of Plum #EC9AEA
RGB
CMYK
RGB Variations
Color information
#EC9AEA (or 0xEC9AEA) is known color: Plum. HEX triplet: EC, 9A and EA. RGB value is (236,154,234). Sum of RGB (Red+Green+Blue) = 236+154+234=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AEA is #136515. Grayscale: #BBBBBB. Windows color (decimal): -1271062 or 15375084. OLE color: 15375084.
HSL color Cylindrical-coordinate representation of color #EC9AEA: hue angle of 301.46º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AEA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 234 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.07 |
| HSL | 301.46º | 0.68% | 0.76% | - |
| HSV(B) | 301.46º | 0.35% | 0.93% | - |
| XYZ | 61 | 46.88 | 83.68 | - |
| YUV | 187.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 234 | 0 | 0.35 | 0.01 | 0.07 | 301.46 | 0.68 | 0.76 |
| Hex | EC | 9A | EA | 0 | 23 | 1 | 7 | 12D | 44 | 4C |
| Octal | 354 | 232 | 352 | 0 | 43 | 1 | 7 | 455 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11101010 | 0 | 100011 | 1 | 111 | 100101101 | 1000100 | 1001100 |
Color Harmonies of #EC9AEA
Complementary color
Monochromatic Colors of #EC9AEA
Black with #EC9AEA
Text Example
Text Example
White with #EC9AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AEA; }
p { color: rgb(236,154,234); }
H1.HeaderClassName
{
color: #EC9AEA;
}
.AnyTagClassName
{
color: #EC9AEA;
}
</style>
background-color css
<style>
a { background-color: #EC9AEA; }
a { background-color: rgb(236,154,234); }
div.DivClassName
{
background-color: #EC9AEA;
}
.BgClassName
{
background-color: #EC9AEA;
}
</style>
border-color css
<style>
span { border-color: #EC9AEA; }
span { border-color: rgb(236,154,234); }
td.TdClassName
{
border-color: #EC9AEA;
}
.TagClassName
{
border-color: #EC9AEA;
}
</style>