Shades of Plum #E29BD0
Tints of Plum #E29BD0
RGB
CMYK
RGB Variations
Color information
#E29BD0 (or 0xE29BD0) is known color: Plum. HEX triplet: E2, 9B and D0. RGB value is (226,155,208). Sum of RGB (Red+Green+Blue) = 226+155+208=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BD0 is #1D642F. Grayscale: #B6B6B6. Windows color (decimal): -1926192 or 13671394. OLE color: 13671394.
HSL color Cylindrical-coordinate representation of color #E29BD0: hue angle of 315.21º 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 #E29BD0 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 208 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.11 |
| HSL | 315.21º | 0.55% | 0.75% | - |
| HSV(B) | 315.21º | 0.31% | 0.89% | - |
| XYZ | 54.47 | 44.17 | 65.33 | - |
| YUV | 182.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 208 | 0 | 0.31 | 0.08 | 0.11 | 315.21 | 0.55 | 0.75 |
| Hex | E2 | 9B | D0 | 0 | 1F | 8 | B | 13B | 37 | 4B |
| Octal | 342 | 233 | 320 | 0 | 37 | 10 | 13 | 473 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11010000 | 0 | 11111 | 1000 | 1011 | 100111011 | 110111 | 1001011 |
Color Harmonies of #E29BD0
Complementary color
Monochromatic Colors of #E29BD0
Black with #E29BD0
Text Example
Text Example
White with #E29BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BD0; }
p { color: rgb(226,155,208); }
H1.HeaderClassName
{
color: #E29BD0;
}
.AnyTagClassName
{
color: #E29BD0;
}
</style>
background-color css
<style>
a { background-color: #E29BD0; }
a { background-color: rgb(226,155,208); }
div.DivClassName
{
background-color: #E29BD0;
}
.BgClassName
{
background-color: #E29BD0;
}
</style>
border-color css
<style>
span { border-color: #E29BD0; }
span { border-color: rgb(226,155,208); }
td.TdClassName
{
border-color: #E29BD0;
}
.TagClassName
{
border-color: #E29BD0;
}
</style>