Shades of Plum #EC9EEE
Tints of Plum #EC9EEE
RGB
CMYK
RGB Variations
Color information
#EC9EEE (or 0xEC9EEE) is known color: Plum. HEX triplet: EC, 9E and EE. RGB value is (236,158,238). Sum of RGB (Red+Green+Blue) = 236+158+238=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC9EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EEE is #136111. Grayscale: #BEBEBE. Windows color (decimal): -1270034 or 15638252. OLE color: 15638252.
HSL color Cylindrical-coordinate representation of color #EC9EEE: hue angle of 298.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9EEE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 238 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.07 |
| HSL | 298.5º | 0.7% | 0.78% | - |
| HSV(B) | 298.5º | 0.34% | 0.93% | - |
| XYZ | 62.25 | 48.46 | 86.96 | - |
| YUV | 190.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 238 | 0.01 | 0.34 | 0 | 0.07 | 298.5 | 0.7 | 0.78 |
| Hex | EC | 9E | EE | 1 | 22 | 0 | 7 | 12A | 46 | 4E |
| Octal | 354 | 236 | 356 | 1 | 42 | 0 | 7 | 452 | 106 | 116 |
| Binary | 11101100 | 10011110 | 11101110 | 1 | 100010 | 0 | 111 | 100101010 | 1000110 | 1001110 |
Color Harmonies of #EC9EEE
Complementary color
Monochromatic Colors of #EC9EEE
Black with #EC9EEE
Text Example
Text Example
White with #EC9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EEE; }
p { color: rgb(236,158,238); }
H1.HeaderClassName
{
color: #EC9EEE;
}
.AnyTagClassName
{
color: #EC9EEE;
}
</style>
background-color css
<style>
a { background-color: #EC9EEE; }
a { background-color: rgb(236,158,238); }
div.DivClassName
{
background-color: #EC9EEE;
}
.BgClassName
{
background-color: #EC9EEE;
}
</style>
border-color css
<style>
span { border-color: #EC9EEE; }
span { border-color: rgb(236,158,238); }
td.TdClassName
{
border-color: #EC9EEE;
}
.TagClassName
{
border-color: #EC9EEE;
}
</style>