Shades of Plum #E29AE5
Tints of Plum #E29AE5
RGB
CMYK
RGB Variations
Color information
#E29AE5 (or 0xE29AE5) is known color: Plum. HEX triplet: E2, 9A and E5. RGB value is (226,154,229). Sum of RGB (Red+Green+Blue) = 226+154+229=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #E29AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29AE5 is #1D651A. Grayscale: #B7B7B7. Windows color (decimal): -1926427 or 15047394. OLE color: 15047394.
HSL color Cylindrical-coordinate representation of color #E29AE5: hue angle of 297.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29AE5 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 154 | 229 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.10 |
| HSL | 297.6º | 0.59% | 0.75% | - |
| HSV(B) | 297.6º | 0.33% | 0.9% | - |
| XYZ | 57.06 | 44.94 | 79.79 | - |
| YUV | 184.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 229 | 0.01 | 0.33 | 0 | 0.10 | 297.6 | 0.59 | 0.75 |
| Hex | E2 | 9A | E5 | 1 | 21 | 0 | A | 12A | 3B | 4B |
| Octal | 342 | 232 | 345 | 1 | 41 | 0 | 12 | 452 | 73 | 113 |
| Binary | 11100010 | 10011010 | 11100101 | 1 | 100001 | 0 | 1010 | 100101010 | 111011 | 1001011 |
Color Harmonies of #E29AE5
Complementary color
Monochromatic Colors of #E29AE5
Black with #E29AE5
Text Example
Text Example
White with #E29AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29AE5; }
p { color: rgb(226,154,229); }
H1.HeaderClassName
{
color: #E29AE5;
}
.AnyTagClassName
{
color: #E29AE5;
}
</style>
background-color css
<style>
a { background-color: #E29AE5; }
a { background-color: rgb(226,154,229); }
div.DivClassName
{
background-color: #E29AE5;
}
.BgClassName
{
background-color: #E29AE5;
}
</style>
border-color css
<style>
span { border-color: #E29AE5; }
span { border-color: rgb(226,154,229); }
td.TdClassName
{
border-color: #E29AE5;
}
.TagClassName
{
border-color: #E29AE5;
}
</style>