Shades of Plum #E19BDF
Tints of Plum #E19BDF
RGB
CMYK
RGB Variations
Color information
#E19BDF (or 0xE19BDF) is known color: Plum. HEX triplet: E1, 9B and DF. RGB value is (225,155,223). Sum of RGB (Red+Green+Blue) = 225+155+223=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BDF is #1E6420. Grayscale: #B7B7B7. Windows color (decimal): -1991713 or 14654433. OLE color: 14654433.
HSL color Cylindrical-coordinate representation of color #E19BDF: hue angle of 301.71º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BDF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 223 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.12 |
| HSL | 301.71º | 0.54% | 0.75% | - |
| HSV(B) | 301.71º | 0.31% | 0.88% | - |
| XYZ | 56.09 | 44.78 | 75.5 | - |
| YUV | 183.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 223 | 0 | 0.31 | 0.01 | 0.12 | 301.71 | 0.54 | 0.75 |
| Hex | E1 | 9B | DF | 0 | 1F | 1 | C | 12E | 36 | 4B |
| Octal | 341 | 233 | 337 | 0 | 37 | 1 | 14 | 456 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11011111 | 0 | 11111 | 1 | 1100 | 100101110 | 110110 | 1001011 |
Color Harmonies of #E19BDF
Complementary color
Monochromatic Colors of #E19BDF
Black with #E19BDF
Text Example
Text Example
White with #E19BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BDF; }
p { color: rgb(225,155,223); }
H1.HeaderClassName
{
color: #E19BDF;
}
.AnyTagClassName
{
color: #E19BDF;
}
</style>
background-color css
<style>
a { background-color: #E19BDF; }
a { background-color: rgb(225,155,223); }
div.DivClassName
{
background-color: #E19BDF;
}
.BgClassName
{
background-color: #E19BDF;
}
</style>
border-color css
<style>
span { border-color: #E19BDF; }
span { border-color: rgb(225,155,223); }
td.TdClassName
{
border-color: #E19BDF;
}
.TagClassName
{
border-color: #E19BDF;
}
</style>