Shades of Plum #EE9CEF
Tints of Plum #EE9CEF
RGB
CMYK
RGB Variations
Color information
#EE9CEF (or 0xEE9CEF) is known color: Plum. HEX triplet: EE, 9C and EF. RGB value is (238,156,239). Sum of RGB (Red+Green+Blue) = 238+156+239=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE9CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9CEF is #116310. Grayscale: #BDBDBD. Windows color (decimal): -1139473 or 15703278. OLE color: 15703278.
HSL color Cylindrical-coordinate representation of color #EE9CEF: hue angle of 299.28º 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 #EE9CEF is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 156 | 239 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.06 |
| HSL | 299.28º | 0.72% | 0.77% | - |
| HSV(B) | 299.28º | 0.35% | 0.94% | - |
| XYZ | 62.73 | 48.19 | 87.66 | - |
| YUV | 189.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 239 | 0.00 | 0.35 | 0 | 0.06 | 299.28 | 0.72 | 0.77 |
| Hex | EE | 9C | EF | 0 | 23 | 0 | 6 | 12B | 48 | 4D |
| Octal | 356 | 234 | 357 | 0 | 43 | 0 | 6 | 453 | 110 | 115 |
| Binary | 11101110 | 10011100 | 11101111 | 0 | 100011 | 0 | 110 | 100101011 | 1001000 | 1001101 |
Color Harmonies of #EE9CEF
Complementary color
Monochromatic Colors of #EE9CEF
Black with #EE9CEF
Text Example
Text Example
White with #EE9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CEF; }
p { color: rgb(238,156,239); }
H1.HeaderClassName
{
color: #EE9CEF;
}
.AnyTagClassName
{
color: #EE9CEF;
}
</style>
background-color css
<style>
a { background-color: #EE9CEF; }
a { background-color: rgb(238,156,239); }
div.DivClassName
{
background-color: #EE9CEF;
}
.BgClassName
{
background-color: #EE9CEF;
}
</style>
border-color css
<style>
span { border-color: #EE9CEF; }
span { border-color: rgb(238,156,239); }
td.TdClassName
{
border-color: #EE9CEF;
}
.TagClassName
{
border-color: #EE9CEF;
}
</style>