Shades of Plum #E19BED
Tints of Plum #E19BED
RGB
CMYK
RGB Variations
Color information
#E19BED (or 0xE19BED) is known color: Plum. HEX triplet: E1, 9B and ED. RGB value is (225,155,237). Sum of RGB (Red+Green+Blue) = 225+155+237=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #E19BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19BED is #1E6412. Grayscale: #B9B9B9. Windows color (decimal): -1991699 or 15571937. OLE color: 15571937.
HSL color Cylindrical-coordinate representation of color #E19BED: hue angle of 291.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19BED is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 155 | 237 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.07 |
| HSL | 291.22º | 0.69% | 0.77% | - |
| HSV(B) | 291.22º | 0.35% | 0.93% | - |
| XYZ | 58.06 | 45.56 | 85.86 | - |
| YUV | 185.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 237 | 0.05 | 0.35 | 0 | 0.07 | 291.22 | 0.69 | 0.77 |
| Hex | E1 | 9B | ED | 5 | 23 | 0 | 7 | 123 | 45 | 4D |
| Octal | 341 | 233 | 355 | 5 | 43 | 0 | 7 | 443 | 105 | 115 |
| Binary | 11100001 | 10011011 | 11101101 | 101 | 100011 | 0 | 111 | 100100011 | 1000101 | 1001101 |
Color Harmonies of #E19BED
Complementary color
Monochromatic Colors of #E19BED
Black with #E19BED
Text Example
Text Example
White with #E19BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BED; }
p { color: rgb(225,155,237); }
H1.HeaderClassName
{
color: #E19BED;
}
.AnyTagClassName
{
color: #E19BED;
}
</style>
background-color css
<style>
a { background-color: #E19BED; }
a { background-color: rgb(225,155,237); }
div.DivClassName
{
background-color: #E19BED;
}
.BgClassName
{
background-color: #E19BED;
}
</style>
border-color css
<style>
span { border-color: #E19BED; }
span { border-color: rgb(225,155,237); }
td.TdClassName
{
border-color: #E19BED;
}
.TagClassName
{
border-color: #E19BED;
}
</style>