Shades of Plum #EE9FF2
Tints of Plum #EE9FF2
RGB
CMYK
RGB Variations
Color information
#EE9FF2 (or 0xEE9FF2) is known color: Plum. HEX triplet: EE, 9F and F2. RGB value is (238,159,242). Sum of RGB (Red+Green+Blue) = 238+159+242=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE9FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FF2 is #11600D. Grayscale: #BFBFBF. Windows color (decimal): -1138702 or 15900654. OLE color: 15900654.
HSL color Cylindrical-coordinate representation of color #EE9FF2: hue angle of 297.11º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9FF2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 159 | 242 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.05 |
| HSL | 297.11º | 0.76% | 0.79% | - |
| HSV(B) | 297.11º | 0.34% | 0.95% | - |
| XYZ | 63.69 | 49.38 | 90.18 | - |
| YUV | 192.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 242 | 0.02 | 0.34 | 0 | 0.05 | 297.11 | 0.76 | 0.79 |
| Hex | EE | 9F | F2 | 2 | 22 | 0 | 5 | 129 | 4C | 4F |
| Octal | 356 | 237 | 362 | 2 | 42 | 0 | 5 | 451 | 114 | 117 |
| Binary | 11101110 | 10011111 | 11110010 | 10 | 100010 | 0 | 101 | 100101001 | 1001100 | 1001111 |
Color Harmonies of #EE9FF2
Complementary color
Monochromatic Colors of #EE9FF2
Black with #EE9FF2
Text Example
Text Example
White with #EE9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FF2; }
p { color: rgb(238,159,242); }
H1.HeaderClassName
{
color: #EE9FF2;
}
.AnyTagClassName
{
color: #EE9FF2;
}
</style>
background-color css
<style>
a { background-color: #EE9FF2; }
a { background-color: rgb(238,159,242); }
div.DivClassName
{
background-color: #EE9FF2;
}
.BgClassName
{
background-color: #EE9FF2;
}
</style>
border-color css
<style>
span { border-color: #EE9FF2; }
span { border-color: rgb(238,159,242); }
td.TdClassName
{
border-color: #EE9FF2;
}
.TagClassName
{
border-color: #EE9FF2;
}
</style>