Shades of Plum #E29BDF
Tints of Plum #E29BDF
RGB
CMYK
RGB Variations
Color information
#E29BDF (or 0xE29BDF) is known color: Plum. HEX triplet: E2, 9B and DF. RGB value is (226,155,223). Sum of RGB (Red+Green+Blue) = 226+155+223=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BDF is #1D6420. Grayscale: #B7B7B7. Windows color (decimal): -1926177 or 14654434. OLE color: 14654434.
HSL color Cylindrical-coordinate representation of color #E29BDF: hue angle of 302.54º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29BDF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 223 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.11 |
| HSL | 302.54º | 0.55% | 0.75% | - |
| HSV(B) | 302.54º | 0.31% | 0.89% | - |
| XYZ | 56.4 | 44.94 | 75.51 | - |
| YUV | 183.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 223 | 0 | 0.31 | 0.01 | 0.11 | 302.54 | 0.55 | 0.75 |
| Hex | E2 | 9B | DF | 0 | 1F | 1 | B | 12F | 37 | 4B |
| Octal | 342 | 233 | 337 | 0 | 37 | 1 | 13 | 457 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11011111 | 0 | 11111 | 1 | 1011 | 100101111 | 110111 | 1001011 |
Color Harmonies of #E29BDF
Complementary color
Monochromatic Colors of #E29BDF
Black with #E29BDF
Text Example
Text Example
White with #E29BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BDF; }
p { color: rgb(226,155,223); }
H1.HeaderClassName
{
color: #E29BDF;
}
.AnyTagClassName
{
color: #E29BDF;
}
</style>
background-color css
<style>
a { background-color: #E29BDF; }
a { background-color: rgb(226,155,223); }
div.DivClassName
{
background-color: #E29BDF;
}
.BgClassName
{
background-color: #E29BDF;
}
</style>
border-color css
<style>
span { border-color: #E29BDF; }
span { border-color: rgb(226,155,223); }
td.TdClassName
{
border-color: #E29BDF;
}
.TagClassName
{
border-color: #E29BDF;
}
</style>