Shades of Plum #EC9EF2
Tints of Plum #EC9EF2
RGB
CMYK
RGB Variations
Color information
#EC9EF2 (or 0xEC9EF2) is known color: Plum. HEX triplet: EC, 9E and F2. RGB value is (236,158,242). Sum of RGB (Red+Green+Blue) = 236+158+242=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC9EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EF2 is #13610D. Grayscale: #BEBEBE. Windows color (decimal): -1270030 or 15900396. OLE color: 15900396.
HSL color Cylindrical-coordinate representation of color #EC9EF2: hue angle of 295.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9EF2 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 158 | 242 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.05 |
| HSL | 295.71º | 0.76% | 0.78% | - |
| HSV(B) | 295.71º | 0.35% | 0.95% | - |
| XYZ | 62.85 | 48.7 | 90.09 | - |
| YUV | 190.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 242 | 0.02 | 0.35 | 0 | 0.05 | 295.71 | 0.76 | 0.78 |
| Hex | EC | 9E | F2 | 2 | 23 | 0 | 5 | 128 | 4C | 4E |
| Octal | 354 | 236 | 362 | 2 | 43 | 0 | 5 | 450 | 114 | 116 |
| Binary | 11101100 | 10011110 | 11110010 | 10 | 100011 | 0 | 101 | 100101000 | 1001100 | 1001110 |
Color Harmonies of #EC9EF2
Complementary color
Monochromatic Colors of #EC9EF2
Black with #EC9EF2
Text Example
Text Example
White with #EC9EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EF2; }
p { color: rgb(236,158,242); }
H1.HeaderClassName
{
color: #EC9EF2;
}
.AnyTagClassName
{
color: #EC9EF2;
}
</style>
background-color css
<style>
a { background-color: #EC9EF2; }
a { background-color: rgb(236,158,242); }
div.DivClassName
{
background-color: #EC9EF2;
}
.BgClassName
{
background-color: #EC9EF2;
}
</style>
border-color css
<style>
span { border-color: #EC9EF2; }
span { border-color: rgb(236,158,242); }
td.TdClassName
{
border-color: #EC9EF2;
}
.TagClassName
{
border-color: #EC9EF2;
}
</style>