Shades of Plum #E891DA
Tints of Plum #E891DA
RGB
CMYK
RGB Variations
Color information
#E891DA (or 0xE891DA) is known color: Plum. HEX triplet: E8, 91 and DA. RGB value is (232,145,218). Sum of RGB (Red+Green+Blue) = 232+145+218=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E891DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E891DA is #176E25. Grayscale: #B3B3B3. Windows color (decimal): -1535526 or 14324200. OLE color: 14324200.
HSL color Cylindrical-coordinate representation of color #E891DA: hue angle of 309.66º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E891DA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 218 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 309.66º | 0.65% | 0.74% | - |
| HSV(B) | 309.66º | 0.38% | 0.91% | - |
| XYZ | 56.06 | 42.47 | 71.57 | - |
| YUV | 179.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 218 | 0 | 0.38 | 0.06 | 0.09 | 309.66 | 0.65 | 0.74 |
| Hex | E8 | 91 | DA | 0 | 26 | 6 | 9 | 136 | 41 | 4A |
| Octal | 350 | 221 | 332 | 0 | 46 | 6 | 11 | 466 | 101 | 112 |
| Binary | 11101000 | 10010001 | 11011010 | 0 | 100110 | 110 | 1001 | 100110110 | 1000001 | 1001010 |
Color Harmonies of #E891DA
Complementary color
Monochromatic Colors of #E891DA
Black with #E891DA
Text Example
Text Example
White with #E891DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E891DA; }
p { color: rgb(232,145,218); }
H1.HeaderClassName
{
color: #E891DA;
}
.AnyTagClassName
{
color: #E891DA;
}
</style>
background-color css
<style>
a { background-color: #E891DA; }
a { background-color: rgb(232,145,218); }
div.DivClassName
{
background-color: #E891DA;
}
.BgClassName
{
background-color: #E891DA;
}
</style>
border-color css
<style>
span { border-color: #E891DA; }
span { border-color: rgb(232,145,218); }
td.TdClassName
{
border-color: #E891DA;
}
.TagClassName
{
border-color: #E891DA;
}
</style>