Shades of Plum #EC9FEA
Tints of Plum #EC9FEA
RGB
CMYK
RGB Variations
Color information
#EC9FEA (or 0xEC9FEA) is known color: Plum. HEX triplet: EC, 9F and EA. RGB value is (236,159,234). Sum of RGB (Red+Green+Blue) = 236+159+234=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FEA is #136015. Grayscale: #BEBEBE. Windows color (decimal): -1269782 or 15376364. OLE color: 15376364.
HSL color Cylindrical-coordinate representation of color #EC9FEA: hue angle of 301.56º 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 #EC9FEA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 234 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.07 |
| HSL | 301.56º | 0.67% | 0.77% | - |
| HSV(B) | 301.56º | 0.33% | 0.93% | - |
| XYZ | 61.84 | 48.57 | 83.96 | - |
| YUV | 190.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 234 | 0 | 0.33 | 0.01 | 0.07 | 301.56 | 0.67 | 0.77 |
| Hex | EC | 9F | EA | 0 | 21 | 1 | 7 | 12E | 43 | 4D |
| Octal | 354 | 237 | 352 | 0 | 41 | 1 | 7 | 456 | 103 | 115 |
| Binary | 11101100 | 10011111 | 11101010 | 0 | 100001 | 1 | 111 | 100101110 | 1000011 | 1001101 |
Color Harmonies of #EC9FEA
Complementary color
Monochromatic Colors of #EC9FEA
Black with #EC9FEA
Text Example
Text Example
White with #EC9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FEA; }
p { color: rgb(236,159,234); }
H1.HeaderClassName
{
color: #EC9FEA;
}
.AnyTagClassName
{
color: #EC9FEA;
}
</style>
background-color css
<style>
a { background-color: #EC9FEA; }
a { background-color: rgb(236,159,234); }
div.DivClassName
{
background-color: #EC9FEA;
}
.BgClassName
{
background-color: #EC9FEA;
}
</style>
border-color css
<style>
span { border-color: #EC9FEA; }
span { border-color: rgb(236,159,234); }
td.TdClassName
{
border-color: #EC9FEA;
}
.TagClassName
{
border-color: #EC9FEA;
}
</style>