Shades of Plum #E893DB
Tints of Plum #E893DB
RGB
CMYK
RGB Variations
Color information
#E893DB (or 0xE893DB) is known color: Plum. HEX triplet: E8, 93 and DB. RGB value is (232,147,219). Sum of RGB (Red+Green+Blue) = 232+147+219=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E893DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893DB is #176C24. Grayscale: #B4B4B4. Windows color (decimal): -1535013 or 14390248. OLE color: 14390248.
HSL color Cylindrical-coordinate representation of color #E893DB: hue angle of 309.18º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E893DB is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 219 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.09 |
| HSL | 309.18º | 0.65% | 0.74% | - |
| HSV(B) | 309.18º | 0.37% | 0.91% | - |
| XYZ | 56.5 | 43.14 | 72.37 | - |
| YUV | 180.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 219 | 0 | 0.37 | 0.06 | 0.09 | 309.18 | 0.65 | 0.74 |
| Hex | E8 | 93 | DB | 0 | 25 | 6 | 9 | 135 | 41 | 4A |
| Octal | 350 | 223 | 333 | 0 | 45 | 6 | 11 | 465 | 101 | 112 |
| Binary | 11101000 | 10010011 | 11011011 | 0 | 100101 | 110 | 1001 | 100110101 | 1000001 | 1001010 |
Color Harmonies of #E893DB
Complementary color
Monochromatic Colors of #E893DB
Black with #E893DB
Text Example
Text Example
White with #E893DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893DB; }
p { color: rgb(232,147,219); }
H1.HeaderClassName
{
color: #E893DB;
}
.AnyTagClassName
{
color: #E893DB;
}
</style>
background-color css
<style>
a { background-color: #E893DB; }
a { background-color: rgb(232,147,219); }
div.DivClassName
{
background-color: #E893DB;
}
.BgClassName
{
background-color: #E893DB;
}
</style>
border-color css
<style>
span { border-color: #E893DB; }
span { border-color: rgb(232,147,219); }
td.TdClassName
{
border-color: #E893DB;
}
.TagClassName
{
border-color: #E893DB;
}
</style>