Shades of Plum #EF9CEE
Tints of Plum #EF9CEE
RGB
CMYK
RGB Variations
Color information
#EF9CEE (or 0xEF9CEE) is known color: Plum. HEX triplet: EF, 9C and EE. RGB value is (239,156,238). Sum of RGB (Red+Green+Blue) = 239+156+238=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CEE is #106311. Grayscale: #BDBDBD. Windows color (decimal): -1073938 or 15637743. OLE color: 15637743.
HSL color Cylindrical-coordinate representation of color #EF9CEE: hue angle of 300.72º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CEE is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 238 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.06 |
| HSL | 300.72º | 0.72% | 0.77% | - |
| HSV(B) | 300.72º | 0.35% | 0.94% | - |
| XYZ | 62.92 | 48.3 | 86.9 | - |
| YUV | 190.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 238 | 0 | 0.35 | 0.00 | 0.06 | 300.72 | 0.72 | 0.77 |
| Hex | EF | 9C | EE | 0 | 23 | 0 | 6 | 12D | 48 | 4D |
| Octal | 357 | 234 | 356 | 0 | 43 | 0 | 6 | 455 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11101110 | 0 | 100011 | 0 | 110 | 100101101 | 1001000 | 1001101 |
Color Harmonies of #EF9CEE
Complementary color
Monochromatic Colors of #EF9CEE
Black with #EF9CEE
Text Example
Text Example
White with #EF9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CEE; }
p { color: rgb(239,156,238); }
H1.HeaderClassName
{
color: #EF9CEE;
}
.AnyTagClassName
{
color: #EF9CEE;
}
</style>
background-color css
<style>
a { background-color: #EF9CEE; }
a { background-color: rgb(239,156,238); }
div.DivClassName
{
background-color: #EF9CEE;
}
.BgClassName
{
background-color: #EF9CEE;
}
</style>
border-color css
<style>
span { border-color: #EF9CEE; }
span { border-color: rgb(239,156,238); }
td.TdClassName
{
border-color: #EF9CEE;
}
.TagClassName
{
border-color: #EF9CEE;
}
</style>