Shades of Plum #E29BE1
Tints of Plum #E29BE1
RGB
CMYK
RGB Variations
Color information
#E29BE1 (or 0xE29BE1) is known color: Plum. HEX triplet: E2, 9B and E1. RGB value is (226,155,225). Sum of RGB (Red+Green+Blue) = 226+155+225=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BE1 is #1D641E. Grayscale: #B8B8B8. Windows color (decimal): -1926175 or 14785506. OLE color: 14785506.
HSL color Cylindrical-coordinate representation of color #E29BE1: hue angle of 300.85º 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 #E29BE1 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 225 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.11 |
| HSL | 300.85º | 0.55% | 0.75% | - |
| HSV(B) | 300.85º | 0.31% | 0.89% | - |
| XYZ | 56.68 | 45.05 | 76.94 | - |
| YUV | 184.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 225 | 0 | 0.31 | 0.00 | 0.11 | 300.85 | 0.55 | 0.75 |
| Hex | E2 | 9B | E1 | 0 | 1F | 0 | B | 12D | 37 | 4B |
| Octal | 342 | 233 | 341 | 0 | 37 | 0 | 13 | 455 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11100001 | 0 | 11111 | 0 | 1011 | 100101101 | 110111 | 1001011 |
Color Harmonies of #E29BE1
Complementary color
Monochromatic Colors of #E29BE1
Black with #E29BE1
Text Example
Text Example
White with #E29BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BE1; }
p { color: rgb(226,155,225); }
H1.HeaderClassName
{
color: #E29BE1;
}
.AnyTagClassName
{
color: #E29BE1;
}
</style>
background-color css
<style>
a { background-color: #E29BE1; }
a { background-color: rgb(226,155,225); }
div.DivClassName
{
background-color: #E29BE1;
}
.BgClassName
{
background-color: #E29BE1;
}
</style>
border-color css
<style>
span { border-color: #E29BE1; }
span { border-color: rgb(226,155,225); }
td.TdClassName
{
border-color: #E29BE1;
}
.TagClassName
{
border-color: #E29BE1;
}
</style>