Shades of Plum #EE9CEE
Tints of Plum #EE9CEE
RGB
CMYK
RGB Variations
Color information
#EE9CEE (or 0xEE9CEE) is known color: Plum. HEX triplet: EE, 9C and EE. RGB value is (238,156,238). Sum of RGB (Red+Green+Blue) = 238+156+238=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9CEE is #116311. Grayscale: #BDBDBD. Windows color (decimal): -1139474 or 15637742. OLE color: 15637742.
HSL color Cylindrical-coordinate representation of color #EE9CEE: hue angle of 300º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9CEE is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 238 | - |
| CMYK | 0 | 0.34 | 0 | 0.07 |
| HSL | 300º | 0.71% | 0.77% | - |
| HSV(B) | 300º | 0.34% | 0.93% | - |
| XYZ | 62.58 | 48.13 | 86.88 | - |
| YUV | 189.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 238 | 0 | 0.34 | 0 | 0.07 | 300 | 0.71 | 0.77 |
| Hex | EE | 9C | EE | 0 | 22 | 0 | 7 | 12C | 47 | 4D |
| Octal | 356 | 234 | 356 | 0 | 42 | 0 | 7 | 454 | 107 | 115 |
| Binary | 11101110 | 10011100 | 11101110 | 0 | 100010 | 0 | 111 | 100101100 | 1000111 | 1001101 |
Color Harmonies of #EE9CEE
Complementary color
Monochromatic Colors of #EE9CEE
Black with #EE9CEE
Text Example
Text Example
White with #EE9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CEE; }
p { color: rgb(238,156,238); }
H1.HeaderClassName
{
color: #EE9CEE;
}
.AnyTagClassName
{
color: #EE9CEE;
}
</style>
background-color css
<style>
a { background-color: #EE9CEE; }
a { background-color: rgb(238,156,238); }
div.DivClassName
{
background-color: #EE9CEE;
}
.BgClassName
{
background-color: #EE9CEE;
}
</style>
border-color css
<style>
span { border-color: #EE9CEE; }
span { border-color: rgb(238,156,238); }
td.TdClassName
{
border-color: #EE9CEE;
}
.TagClassName
{
border-color: #EE9CEE;
}
</style>