Shades of Plum #E29BF2
Tints of Plum #E29BF2
RGB
CMYK
RGB Variations
Color information
#E29BF2 (or 0xE29BF2) is known color: Plum. HEX triplet: E2, 9B and F2. RGB value is (226,155,242). Sum of RGB (Red+Green+Blue) = 226+155+242=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #E29BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BF2 is #1D640D. Grayscale: #B9B9B9. Windows color (decimal): -1926158 or 15899618. OLE color: 15899618.
HSL color Cylindrical-coordinate representation of color #E29BF2: hue angle of 288.97º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29BF2 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 155 | 242 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.05 |
| HSL | 288.97º | 0.77% | 0.78% | - |
| HSV(B) | 288.97º | 0.36% | 0.95% | - |
| XYZ | 59.11 | 46.02 | 89.77 | - |
| YUV | 186.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 242 | 0.07 | 0.36 | 0 | 0.05 | 288.97 | 0.77 | 0.78 |
| Hex | E2 | 9B | F2 | 7 | 24 | 0 | 5 | 121 | 4D | 4E |
| Octal | 342 | 233 | 362 | 7 | 44 | 0 | 5 | 441 | 115 | 116 |
| Binary | 11100010 | 10011011 | 11110010 | 111 | 100100 | 0 | 101 | 100100001 | 1001101 | 1001110 |
Color Harmonies of #E29BF2
Complementary color
Monochromatic Colors of #E29BF2
Black with #E29BF2
Text Example
Text Example
White with #E29BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BF2; }
p { color: rgb(226,155,242); }
H1.HeaderClassName
{
color: #E29BF2;
}
.AnyTagClassName
{
color: #E29BF2;
}
</style>
background-color css
<style>
a { background-color: #E29BF2; }
a { background-color: rgb(226,155,242); }
div.DivClassName
{
background-color: #E29BF2;
}
.BgClassName
{
background-color: #E29BF2;
}
</style>
border-color css
<style>
span { border-color: #E29BF2; }
span { border-color: rgb(226,155,242); }
td.TdClassName
{
border-color: #E29BF2;
}
.TagClassName
{
border-color: #E29BF2;
}
</style>