Shades of Plum #EC9FEE
Tints of Plum #EC9FEE
RGB
CMYK
RGB Variations
Color information
#EC9FEE (or 0xEC9FEE) is known color: Plum. HEX triplet: EC, 9F and EE. RGB value is (236,159,238). Sum of RGB (Red+Green+Blue) = 236+159+238=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC9FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FEE is #136011. Grayscale: #BEBEBE. Windows color (decimal): -1269778 or 15638508. OLE color: 15638508.
HSL color Cylindrical-coordinate representation of color #EC9FEE: hue angle of 298.48º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9FEE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 238 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.07 |
| HSL | 298.48º | 0.7% | 0.78% | - |
| HSV(B) | 298.48º | 0.33% | 0.93% | - |
| XYZ | 62.42 | 48.8 | 87.02 | - |
| YUV | 191.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 238 | 0.01 | 0.33 | 0 | 0.07 | 298.48 | 0.7 | 0.78 |
| Hex | EC | 9F | EE | 1 | 21 | 0 | 7 | 12A | 46 | 4E |
| Octal | 354 | 237 | 356 | 1 | 41 | 0 | 7 | 452 | 106 | 116 |
| Binary | 11101100 | 10011111 | 11101110 | 1 | 100001 | 0 | 111 | 100101010 | 1000110 | 1001110 |
Color Harmonies of #EC9FEE
Complementary color
Monochromatic Colors of #EC9FEE
Black with #EC9FEE
Text Example
Text Example
White with #EC9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FEE; }
p { color: rgb(236,159,238); }
H1.HeaderClassName
{
color: #EC9FEE;
}
.AnyTagClassName
{
color: #EC9FEE;
}
</style>
background-color css
<style>
a { background-color: #EC9FEE; }
a { background-color: rgb(236,159,238); }
div.DivClassName
{
background-color: #EC9FEE;
}
.BgClassName
{
background-color: #EC9FEE;
}
</style>
border-color css
<style>
span { border-color: #EC9FEE; }
span { border-color: rgb(236,159,238); }
td.TdClassName
{
border-color: #EC9FEE;
}
.TagClassName
{
border-color: #EC9FEE;
}
</style>