Shades of Plum #E29BDC
Tints of Plum #E29BDC
RGB
CMYK
RGB Variations
Color information
#E29BDC (or 0xE29BDC) is known color: Plum. HEX triplet: E2, 9B and DC. RGB value is (226,155,220). Sum of RGB (Red+Green+Blue) = 226+155+220=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BDC is #1D6423. Grayscale: #B7B7B7. Windows color (decimal): -1926180 or 14457826. OLE color: 14457826.
HSL color Cylindrical-coordinate representation of color #E29BDC: hue angle of 305.07º 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 #E29BDC is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 220 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.11 |
| HSL | 305.07º | 0.55% | 0.75% | - |
| HSV(B) | 305.07º | 0.31% | 0.89% | - |
| XYZ | 56 | 44.78 | 73.4 | - |
| YUV | 183.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 220 | 0 | 0.31 | 0.03 | 0.11 | 305.07 | 0.55 | 0.75 |
| Hex | E2 | 9B | DC | 0 | 1F | 3 | B | 131 | 37 | 4B |
| Octal | 342 | 233 | 334 | 0 | 37 | 3 | 13 | 461 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11011100 | 0 | 11111 | 11 | 1011 | 100110001 | 110111 | 1001011 |
Color Harmonies of #E29BDC
Complementary color
Monochromatic Colors of #E29BDC
Black with #E29BDC
Text Example
Text Example
White with #E29BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BDC; }
p { color: rgb(226,155,220); }
H1.HeaderClassName
{
color: #E29BDC;
}
.AnyTagClassName
{
color: #E29BDC;
}
</style>
background-color css
<style>
a { background-color: #E29BDC; }
a { background-color: rgb(226,155,220); }
div.DivClassName
{
background-color: #E29BDC;
}
.BgClassName
{
background-color: #E29BDC;
}
</style>
border-color css
<style>
span { border-color: #E29BDC; }
span { border-color: rgb(226,155,220); }
td.TdClassName
{
border-color: #E29BDC;
}
.TagClassName
{
border-color: #E29BDC;
}
</style>