Shades of Plum #EE9CEA
Tints of Plum #EE9CEA
RGB
CMYK
RGB Variations
Color information
#EE9CEA (or 0xEE9CEA) is known color: Plum. HEX triplet: EE, 9C and EA. RGB value is (238,156,234). Sum of RGB (Red+Green+Blue) = 238+156+234=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9CEA is #116315. Grayscale: #BDBDBD. Windows color (decimal): -1139478 or 15375598. OLE color: 15375598.
HSL color Cylindrical-coordinate representation of color #EE9CEA: hue angle of 302.93º 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 #EE9CEA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 234 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.07 |
| HSL | 302.93º | 0.71% | 0.77% | - |
| HSV(B) | 302.93º | 0.34% | 0.93% | - |
| XYZ | 62 | 47.89 | 83.82 | - |
| YUV | 189.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 234 | 0 | 0.34 | 0.02 | 0.07 | 302.93 | 0.71 | 0.77 |
| Hex | EE | 9C | EA | 0 | 22 | 2 | 7 | 12F | 47 | 4D |
| Octal | 356 | 234 | 352 | 0 | 42 | 2 | 7 | 457 | 107 | 115 |
| Binary | 11101110 | 10011100 | 11101010 | 0 | 100010 | 10 | 111 | 100101111 | 1000111 | 1001101 |
Color Harmonies of #EE9CEA
Complementary color
Monochromatic Colors of #EE9CEA
Black with #EE9CEA
Text Example
Text Example
White with #EE9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CEA; }
p { color: rgb(238,156,234); }
H1.HeaderClassName
{
color: #EE9CEA;
}
.AnyTagClassName
{
color: #EE9CEA;
}
</style>
background-color css
<style>
a { background-color: #EE9CEA; }
a { background-color: rgb(238,156,234); }
div.DivClassName
{
background-color: #EE9CEA;
}
.BgClassName
{
background-color: #EE9CEA;
}
</style>
border-color css
<style>
span { border-color: #EE9CEA; }
span { border-color: rgb(238,156,234); }
td.TdClassName
{
border-color: #EE9CEA;
}
.TagClassName
{
border-color: #EE9CEA;
}
</style>