Shades of Plum #E19BCF
Tints of Plum #E19BCF
RGB
CMYK
RGB Variations
Color information
#E19BCF (or 0xE19BCF) is known color: Plum. HEX triplet: E1, 9B and CF. RGB value is (225,155,207). Sum of RGB (Red+Green+Blue) = 225+155+207=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BCF is #1E6430. Grayscale: #B5B5B5. Windows color (decimal): -1991729 or 13605857. OLE color: 13605857.
HSL color Cylindrical-coordinate representation of color #E19BCF: hue angle of 315.43º 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 #E19BCF is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 207 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.12 |
| HSL | 315.43º | 0.54% | 0.75% | - |
| HSV(B) | 315.43º | 0.31% | 0.88% | - |
| XYZ | 54.04 | 43.96 | 64.67 | - |
| YUV | 181.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 207 | 0 | 0.31 | 0.08 | 0.12 | 315.43 | 0.54 | 0.75 |
| Hex | E1 | 9B | CF | 0 | 1F | 8 | C | 13B | 36 | 4B |
| Octal | 341 | 233 | 317 | 0 | 37 | 10 | 14 | 473 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11001111 | 0 | 11111 | 1000 | 1100 | 100111011 | 110110 | 1001011 |
Color Harmonies of #E19BCF
Complementary color
Monochromatic Colors of #E19BCF
Black with #E19BCF
Text Example
Text Example
White with #E19BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BCF; }
p { color: rgb(225,155,207); }
H1.HeaderClassName
{
color: #E19BCF;
}
.AnyTagClassName
{
color: #E19BCF;
}
</style>
background-color css
<style>
a { background-color: #E19BCF; }
a { background-color: rgb(225,155,207); }
div.DivClassName
{
background-color: #E19BCF;
}
.BgClassName
{
background-color: #E19BCF;
}
</style>
border-color css
<style>
span { border-color: #E19BCF; }
span { border-color: rgb(225,155,207); }
td.TdClassName
{
border-color: #E19BCF;
}
.TagClassName
{
border-color: #E19BCF;
}
</style>