Shades of Plum #E29FEE
Tints of Plum #E29FEE
RGB
CMYK
RGB Variations
Color information
#E29FEE (or 0xE29FEE) is known color: Plum. HEX triplet: E2, 9F and EE. RGB value is (226,159,238). Sum of RGB (Red+Green+Blue) = 226+159+238=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #E29FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FEE is #1D6011. Grayscale: #BBBBBB. Windows color (decimal): -1925138 or 15638498. OLE color: 15638498.
HSL color Cylindrical-coordinate representation of color #E29FEE: hue angle of 290.89º 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 #E29FEE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 159 | 238 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.07 |
| HSL | 290.89º | 0.7% | 0.78% | - |
| HSV(B) | 290.89º | 0.33% | 0.93% | - |
| XYZ | 59.19 | 47.14 | 86.87 | - |
| YUV | 188.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 238 | 0.05 | 0.33 | 0 | 0.07 | 290.89 | 0.7 | 0.78 |
| Hex | E2 | 9F | EE | 5 | 21 | 0 | 7 | 123 | 46 | 4E |
| Octal | 342 | 237 | 356 | 5 | 41 | 0 | 7 | 443 | 106 | 116 |
| Binary | 11100010 | 10011111 | 11101110 | 101 | 100001 | 0 | 111 | 100100011 | 1000110 | 1001110 |
Color Harmonies of #E29FEE
Complementary color
Monochromatic Colors of #E29FEE
Black with #E29FEE
Text Example
Text Example
White with #E29FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FEE; }
p { color: rgb(226,159,238); }
H1.HeaderClassName
{
color: #E29FEE;
}
.AnyTagClassName
{
color: #E29FEE;
}
</style>
background-color css
<style>
a { background-color: #E29FEE; }
a { background-color: rgb(226,159,238); }
div.DivClassName
{
background-color: #E29FEE;
}
.BgClassName
{
background-color: #E29FEE;
}
</style>
border-color css
<style>
span { border-color: #E29FEE; }
span { border-color: rgb(226,159,238); }
td.TdClassName
{
border-color: #E29FEE;
}
.TagClassName
{
border-color: #E29FEE;
}
</style>