Shades of Plum #E29FED
Tints of Plum #E29FED
RGB
CMYK
RGB Variations
Color information
#E29FED (or 0xE29FED) is known color: Plum. HEX triplet: E2, 9F and ED. RGB value is (226,159,237). Sum of RGB (Red+Green+Blue) = 226+159+237=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #E29FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FED is #1D6012. Grayscale: #BBBBBB. Windows color (decimal): -1925139 or 15572962. OLE color: 15572962.
HSL color Cylindrical-coordinate representation of color #E29FED: hue angle of 291.54º degrees, saturation: 0.68, 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 #E29FED is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 159 | 237 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.07 |
| HSL | 291.54º | 0.68% | 0.78% | - |
| HSV(B) | 291.54º | 0.33% | 0.93% | - |
| XYZ | 59.05 | 47.08 | 86.1 | - |
| YUV | 187.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 237 | 0.05 | 0.33 | 0 | 0.07 | 291.54 | 0.68 | 0.78 |
| Hex | E2 | 9F | ED | 5 | 21 | 0 | 7 | 124 | 44 | 4E |
| Octal | 342 | 237 | 355 | 5 | 41 | 0 | 7 | 444 | 104 | 116 |
| Binary | 11100010 | 10011111 | 11101101 | 101 | 100001 | 0 | 111 | 100100100 | 1000100 | 1001110 |
Color Harmonies of #E29FED
Complementary color
Monochromatic Colors of #E29FED
Black with #E29FED
Text Example
Text Example
White with #E29FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FED; }
p { color: rgb(226,159,237); }
H1.HeaderClassName
{
color: #E29FED;
}
.AnyTagClassName
{
color: #E29FED;
}
</style>
background-color css
<style>
a { background-color: #E29FED; }
a { background-color: rgb(226,159,237); }
div.DivClassName
{
background-color: #E29FED;
}
.BgClassName
{
background-color: #E29FED;
}
</style>
border-color css
<style>
span { border-color: #E29FED; }
span { border-color: rgb(226,159,237); }
td.TdClassName
{
border-color: #E29FED;
}
.TagClassName
{
border-color: #E29FED;
}
</style>