Shades of Plum #E19BCE
Tints of Plum #E19BCE
RGB
CMYK
RGB Variations
Color information
#E19BCE (or 0xE19BCE) is known color: Plum. HEX triplet: E1, 9B and CE. RGB value is (225,155,206). Sum of RGB (Red+Green+Blue) = 225+155+206=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BCE is #1E6431. Grayscale: #B5B5B5. Windows color (decimal): -1991730 or 13540321. OLE color: 13540321.
HSL color Cylindrical-coordinate representation of color #E19BCE: hue angle of 316.29º 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 #E19BCE is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 206 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.12 |
| HSL | 316.29º | 0.54% | 0.75% | - |
| HSV(B) | 316.29º | 0.31% | 0.88% | - |
| XYZ | 53.91 | 43.91 | 64.03 | - |
| YUV | 181.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 206 | 0 | 0.31 | 0.08 | 0.12 | 316.29 | 0.54 | 0.75 |
| Hex | E1 | 9B | CE | 0 | 1F | 8 | C | 13C | 36 | 4B |
| Octal | 341 | 233 | 316 | 0 | 37 | 10 | 14 | 474 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11001110 | 0 | 11111 | 1000 | 1100 | 100111100 | 110110 | 1001011 |
Color Harmonies of #E19BCE
Complementary color
Monochromatic Colors of #E19BCE
Black with #E19BCE
Text Example
Text Example
White with #E19BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BCE; }
p { color: rgb(225,155,206); }
H1.HeaderClassName
{
color: #E19BCE;
}
.AnyTagClassName
{
color: #E19BCE;
}
</style>
background-color css
<style>
a { background-color: #E19BCE; }
a { background-color: rgb(225,155,206); }
div.DivClassName
{
background-color: #E19BCE;
}
.BgClassName
{
background-color: #E19BCE;
}
</style>
border-color css
<style>
span { border-color: #E19BCE; }
span { border-color: rgb(225,155,206); }
td.TdClassName
{
border-color: #E19BCE;
}
.TagClassName
{
border-color: #E19BCE;
}
</style>