Shades of Plum #E18BCE
Tints of Plum #E18BCE
RGB
CMYK
RGB Variations
Color information
#E18BCE (or 0xE18BCE) is known color: Plum. HEX triplet: E1, 8B and CE. RGB value is (225,139,206). Sum of RGB (Red+Green+Blue) = 225+139+206=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BCE is #1E7431. Grayscale: #ACACAC. Windows color (decimal): -1995826 or 13536225. OLE color: 13536225.
HSL color Cylindrical-coordinate representation of color #E18BCE: hue angle of 313.26º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BCE is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 206 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.12 |
| HSL | 313.26º | 0.59% | 0.71% | - |
| HSV(B) | 313.26º | 0.38% | 0.88% | - |
| XYZ | 51.42 | 38.93 | 63.2 | - |
| YUV | 172.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 206 | 0 | 0.38 | 0.08 | 0.12 | 313.26 | 0.59 | 0.71 |
| Hex | E1 | 8B | CE | 0 | 26 | 8 | C | 139 | 3B | 47 |
| Octal | 341 | 213 | 316 | 0 | 46 | 10 | 14 | 471 | 73 | 107 |
| Binary | 11100001 | 10001011 | 11001110 | 0 | 100110 | 1000 | 1100 | 100111001 | 111011 | 1000111 |
Color Harmonies of #E18BCE
Complementary color
Monochromatic Colors of #E18BCE
Black with #E18BCE
Text Example
Text Example
White with #E18BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BCE; }
p { color: rgb(225,139,206); }
H1.HeaderClassName
{
color: #E18BCE;
}
.AnyTagClassName
{
color: #E18BCE;
}
</style>
background-color css
<style>
a { background-color: #E18BCE; }
a { background-color: rgb(225,139,206); }
div.DivClassName
{
background-color: #E18BCE;
}
.BgClassName
{
background-color: #E18BCE;
}
</style>
border-color css
<style>
span { border-color: #E18BCE; }
span { border-color: rgb(225,139,206); }
td.TdClassName
{
border-color: #E18BCE;
}
.TagClassName
{
border-color: #E18BCE;
}
</style>