Shades of Plum #E893DA
Tints of Plum #E893DA
RGB
CMYK
RGB Variations
Color information
#E893DA (or 0xE893DA) is known color: Plum. HEX triplet: E8, 93 and DA. RGB value is (232,147,218). Sum of RGB (Red+Green+Blue) = 232+147+218=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E893DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893DA is #176C25. Grayscale: #B4B4B4. Windows color (decimal): -1535014 or 14324712. OLE color: 14324712.
HSL color Cylindrical-coordinate representation of color #E893DA: hue angle of 309.88º 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 #E893DA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 218 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.09 |
| HSL | 309.88º | 0.65% | 0.74% | - |
| HSV(B) | 309.88º | 0.37% | 0.91% | - |
| XYZ | 56.37 | 43.09 | 71.68 | - |
| YUV | 180.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 218 | 0 | 0.37 | 0.06 | 0.09 | 309.88 | 0.65 | 0.74 |
| Hex | E8 | 93 | DA | 0 | 25 | 6 | 9 | 136 | 41 | 4A |
| Octal | 350 | 223 | 332 | 0 | 45 | 6 | 11 | 466 | 101 | 112 |
| Binary | 11101000 | 10010011 | 11011010 | 0 | 100101 | 110 | 1001 | 100110110 | 1000001 | 1001010 |
Color Harmonies of #E893DA
Complementary color
Monochromatic Colors of #E893DA
Black with #E893DA
Text Example
Text Example
White with #E893DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893DA; }
p { color: rgb(232,147,218); }
H1.HeaderClassName
{
color: #E893DA;
}
.AnyTagClassName
{
color: #E893DA;
}
</style>
background-color css
<style>
a { background-color: #E893DA; }
a { background-color: rgb(232,147,218); }
div.DivClassName
{
background-color: #E893DA;
}
.BgClassName
{
background-color: #E893DA;
}
</style>
border-color css
<style>
span { border-color: #E893DA; }
span { border-color: rgb(232,147,218); }
td.TdClassName
{
border-color: #E893DA;
}
.TagClassName
{
border-color: #E893DA;
}
</style>