Shades of Plum #EE9FEE
Tints of Plum #EE9FEE
RGB
CMYK
RGB Variations
Color information
#EE9FEE (or 0xEE9FEE) is known color: Plum. HEX triplet: EE, 9F and EE. RGB value is (238,159,238). Sum of RGB (Red+Green+Blue) = 238+159+238=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE9FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FEE is #116011. Grayscale: #BFBFBF. Windows color (decimal): -1138706 or 15638510. OLE color: 15638510.
HSL color Cylindrical-coordinate representation of color #EE9FEE: hue angle of 300º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FEE is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 159 | 238 | - |
CMYK | 0 | 0.33 | 0 | 0.07 |
HSL | 300º | 0.7% | 0.78% | - |
HSV(B) | 300º | 0.33% | 0.93% | - |
XYZ | 63.09 | 49.15 | 87.05 | - |
YUV | 191.63 | 154.17 | 161.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 159 | 238 | 0 | 0.33 | 0 | 0.07 | 300 | 0.7 | 0.78 |
Hex | EE | 9F | EE | 0 | 21 | 0 | 7 | 12C | 46 | 4E |
Octal | 356 | 237 | 356 | 0 | 41 | 0 | 7 | 454 | 106 | 116 |
Binary | 11101110 | 10011111 | 11101110 | 0 | 100001 | 0 | 111 | 100101100 | 1000110 | 1001110 |
Color Harmonies of #EE9FEE
Complementary color
Monochromatic Colors of #EE9FEE
Black with #EE9FEE
Text Example
Text Example
White with #EE9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FEE; }
p { color: rgb(238,159,238); }
H1.HeaderClassName
{
color: #EE9FEE;
}
.AnyTagClassName
{
color: #EE9FEE;
}
</style>
background-color css
<style>
a { background-color: #EE9FEE; }
a { background-color: rgb(238,159,238); }
div.DivClassName
{
background-color: #EE9FEE;
}
.BgClassName
{
background-color: #EE9FEE;
}
</style>
border-color css
<style>
span { border-color: #EE9FEE; }
span { border-color: rgb(238,159,238); }
td.TdClassName
{
border-color: #EE9FEE;
}
.TagClassName
{
border-color: #EE9FEE;
}
</style>