Shades of Plum #EC9BEE
Tints of Plum #EC9BEE
RGB
CMYK
RGB Variations
Color information
#EC9BEE (or 0xEC9BEE) is known color: Plum. HEX triplet: EC, 9B and EE. RGB value is (236,155,238). Sum of RGB (Red+Green+Blue) = 236+155+238=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC9BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BEE is #136411. Grayscale: #BCBCBC. Windows color (decimal): -1270802 or 15637484. OLE color: 15637484.
HSL color Cylindrical-coordinate representation of color #EC9BEE: hue angle of 298.55º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9BEE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 238 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.07 |
| HSL | 298.55º | 0.71% | 0.77% | - |
| HSV(B) | 298.55º | 0.35% | 0.93% | - |
| XYZ | 61.75 | 47.45 | 86.79 | - |
| YUV | 188.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 238 | 0.01 | 0.35 | 0 | 0.07 | 298.55 | 0.71 | 0.77 |
| Hex | EC | 9B | EE | 1 | 23 | 0 | 7 | 12B | 47 | 4D |
| Octal | 354 | 233 | 356 | 1 | 43 | 0 | 7 | 453 | 107 | 115 |
| Binary | 11101100 | 10011011 | 11101110 | 1 | 100011 | 0 | 111 | 100101011 | 1000111 | 1001101 |
Color Harmonies of #EC9BEE
Complementary color
Monochromatic Colors of #EC9BEE
Black with #EC9BEE
Text Example
Text Example
White with #EC9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BEE; }
p { color: rgb(236,155,238); }
H1.HeaderClassName
{
color: #EC9BEE;
}
.AnyTagClassName
{
color: #EC9BEE;
}
</style>
background-color css
<style>
a { background-color: #EC9BEE; }
a { background-color: rgb(236,155,238); }
div.DivClassName
{
background-color: #EC9BEE;
}
.BgClassName
{
background-color: #EC9BEE;
}
</style>
border-color css
<style>
span { border-color: #EC9BEE; }
span { border-color: rgb(236,155,238); }
td.TdClassName
{
border-color: #EC9BEE;
}
.TagClassName
{
border-color: #EC9BEE;
}
</style>