Shades of Plum #E19BE5
Tints of Plum #E19BE5
RGB
CMYK
RGB Variations
Color information
#E19BE5 (or 0xE19BE5) is known color: Plum. HEX triplet: E1, 9B and E5. RGB value is (225,155,229). Sum of RGB (Red+Green+Blue) = 225+155+229=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 155 (60.94% from 255 or 25.45% 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 #E19BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BE5 is #1E641A. Grayscale: #B8B8B8. Windows color (decimal): -1991707 or 15047649. OLE color: 15047649.
HSL color Cylindrical-coordinate representation of color #E19BE5: hue angle of 296.76º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19BE5 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 155 | 229 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.10 |
| HSL | 296.76º | 0.59% | 0.75% | - |
| HSV(B) | 296.76º | 0.32% | 0.9% | - |
| XYZ | 56.92 | 45.11 | 79.84 | - |
| YUV | 184.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 229 | 0.02 | 0.32 | 0 | 0.10 | 296.76 | 0.59 | 0.75 |
| Hex | E1 | 9B | E5 | 2 | 20 | 0 | A | 129 | 3B | 4B |
| Octal | 341 | 233 | 345 | 2 | 40 | 0 | 12 | 451 | 73 | 113 |
| Binary | 11100001 | 10011011 | 11100101 | 10 | 100000 | 0 | 1010 | 100101001 | 111011 | 1001011 |
Color Harmonies of #E19BE5
Complementary color
Monochromatic Colors of #E19BE5
Black with #E19BE5
Text Example
Text Example
White with #E19BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BE5; }
p { color: rgb(225,155,229); }
H1.HeaderClassName
{
color: #E19BE5;
}
.AnyTagClassName
{
color: #E19BE5;
}
</style>
background-color css
<style>
a { background-color: #E19BE5; }
a { background-color: rgb(225,155,229); }
div.DivClassName
{
background-color: #E19BE5;
}
.BgClassName
{
background-color: #E19BE5;
}
</style>
border-color css
<style>
span { border-color: #E19BE5; }
span { border-color: rgb(225,155,229); }
td.TdClassName
{
border-color: #E19BE5;
}
.TagClassName
{
border-color: #E19BE5;
}
</style>