Shades of Plum #E19BEE
Tints of Plum #E19BEE
RGB
CMYK
RGB Variations
Color information
#E19BEE (or 0xE19BEE) is known color: Plum. HEX triplet: E1, 9B and EE. RGB value is (225,155,238). Sum of RGB (Red+Green+Blue) = 225+155+238=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #E19BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19BEE is #1E6411. Grayscale: #B9B9B9. Windows color (decimal): -1991698 or 15637473. OLE color: 15637473.
HSL color Cylindrical-coordinate representation of color #E19BEE: hue angle of 290.6º degrees, saturation: 0.71, 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 #E19BEE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 155 | 238 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.07 |
| HSL | 290.6º | 0.71% | 0.77% | - |
| HSV(B) | 290.6º | 0.35% | 0.93% | - |
| XYZ | 58.21 | 45.62 | 86.63 | - |
| YUV | 185.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 238 | 0.05 | 0.35 | 0 | 0.07 | 290.6 | 0.71 | 0.77 |
| Hex | E1 | 9B | EE | 5 | 23 | 0 | 7 | 123 | 47 | 4D |
| Octal | 341 | 233 | 356 | 5 | 43 | 0 | 7 | 443 | 107 | 115 |
| Binary | 11100001 | 10011011 | 11101110 | 101 | 100011 | 0 | 111 | 100100011 | 1000111 | 1001101 |
Color Harmonies of #E19BEE
Complementary color
Monochromatic Colors of #E19BEE
Black with #E19BEE
Text Example
Text Example
White with #E19BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BEE; }
p { color: rgb(225,155,238); }
H1.HeaderClassName
{
color: #E19BEE;
}
.AnyTagClassName
{
color: #E19BEE;
}
</style>
background-color css
<style>
a { background-color: #E19BEE; }
a { background-color: rgb(225,155,238); }
div.DivClassName
{
background-color: #E19BEE;
}
.BgClassName
{
background-color: #E19BEE;
}
</style>
border-color css
<style>
span { border-color: #E19BEE; }
span { border-color: rgb(225,155,238); }
td.TdClassName
{
border-color: #E19BEE;
}
.TagClassName
{
border-color: #E19BEE;
}
</style>