Shades of Plum #E893D7
Tints of Plum #E893D7
RGB
CMYK
RGB Variations
Color information
#E893D7 (or 0xE893D7) is known color: Plum. HEX triplet: E8, 93 and D7. RGB value is (232,147,215). Sum of RGB (Red+Green+Blue) = 232+147+215=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E893D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893D7 is #176C28. Grayscale: #B3B3B3. Windows color (decimal): -1535017 or 14128104. OLE color: 14128104.
HSL color Cylindrical-coordinate representation of color #E893D7: hue angle of 312º 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 #E893D7 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 215 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.09 |
| HSL | 312º | 0.65% | 0.74% | - |
| HSV(B) | 312º | 0.37% | 0.91% | - |
| XYZ | 55.98 | 42.93 | 69.63 | - |
| YUV | 180.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 215 | 0 | 0.37 | 0.07 | 0.09 | 312 | 0.65 | 0.74 |
| Hex | E8 | 93 | D7 | 0 | 25 | 7 | 9 | 138 | 41 | 4A |
| Octal | 350 | 223 | 327 | 0 | 45 | 7 | 11 | 470 | 101 | 112 |
| Binary | 11101000 | 10010011 | 11010111 | 0 | 100101 | 111 | 1001 | 100111000 | 1000001 | 1001010 |
Color Harmonies of #E893D7
Complementary color
Monochromatic Colors of #E893D7
Black with #E893D7
Text Example
Text Example
White with #E893D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893D7; }
p { color: rgb(232,147,215); }
H1.HeaderClassName
{
color: #E893D7;
}
.AnyTagClassName
{
color: #E893D7;
}
</style>
background-color css
<style>
a { background-color: #E893D7; }
a { background-color: rgb(232,147,215); }
div.DivClassName
{
background-color: #E893D7;
}
.BgClassName
{
background-color: #E893D7;
}
</style>
border-color css
<style>
span { border-color: #E893D7; }
span { border-color: rgb(232,147,215); }
td.TdClassName
{
border-color: #E893D7;
}
.TagClassName
{
border-color: #E893D7;
}
</style>