Shades of Plum #EE9DEA
Tints of Plum #EE9DEA
RGB
CMYK
RGB Variations
Color information
#EE9DEA (or 0xEE9DEA) is known color: Plum. HEX triplet: EE, 9D and EA. RGB value is (238,157,234). Sum of RGB (Red+Green+Blue) = 238+157+234=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DEA is #116215. Grayscale: #BDBDBD. Windows color (decimal): -1139222 or 15375854. OLE color: 15375854.
HSL color Cylindrical-coordinate representation of color #EE9DEA: hue angle of 302.96º degrees, saturation: 0.7, 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 #EE9DEA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 234 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.07 |
| HSL | 302.96º | 0.7% | 0.77% | - |
| HSV(B) | 302.96º | 0.34% | 0.93% | - |
| XYZ | 62.17 | 48.23 | 83.87 | - |
| YUV | 190 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 234 | 0 | 0.34 | 0.02 | 0.07 | 302.96 | 0.7 | 0.77 |
| Hex | EE | 9D | EA | 0 | 22 | 2 | 7 | 12F | 46 | 4D |
| Octal | 356 | 235 | 352 | 0 | 42 | 2 | 7 | 457 | 106 | 115 |
| Binary | 11101110 | 10011101 | 11101010 | 0 | 100010 | 10 | 111 | 100101111 | 1000110 | 1001101 |
Color Harmonies of #EE9DEA
Complementary color
Monochromatic Colors of #EE9DEA
Black with #EE9DEA
Text Example
Text Example
White with #EE9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DEA; }
p { color: rgb(238,157,234); }
H1.HeaderClassName
{
color: #EE9DEA;
}
.AnyTagClassName
{
color: #EE9DEA;
}
</style>
background-color css
<style>
a { background-color: #EE9DEA; }
a { background-color: rgb(238,157,234); }
div.DivClassName
{
background-color: #EE9DEA;
}
.BgClassName
{
background-color: #EE9DEA;
}
</style>
border-color css
<style>
span { border-color: #EE9DEA; }
span { border-color: rgb(238,157,234); }
td.TdClassName
{
border-color: #EE9DEA;
}
.TagClassName
{
border-color: #EE9DEA;
}
</style>