Shades of Plum #E893DE
Tints of Plum #E893DE
RGB
CMYK
RGB Variations
Color information
#E893DE (or 0xE893DE) is known color: Plum. HEX triplet: E8, 93 and DE. RGB value is (232,147,222). Sum of RGB (Red+Green+Blue) = 232+147+222=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E893DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893DE is #176C21. Grayscale: #B4B4B4. Windows color (decimal): -1535010 or 14586856. OLE color: 14586856.
HSL color Cylindrical-coordinate representation of color #E893DE: hue angle of 307.06º 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 #E893DE is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 222 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.09 |
| HSL | 307.06º | 0.65% | 0.74% | - |
| HSV(B) | 307.06º | 0.37% | 0.91% | - |
| XYZ | 56.9 | 43.3 | 74.47 | - |
| YUV | 180.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 222 | 0 | 0.37 | 0.04 | 0.09 | 307.06 | 0.65 | 0.74 |
| Hex | E8 | 93 | DE | 0 | 25 | 4 | 9 | 133 | 41 | 4A |
| Octal | 350 | 223 | 336 | 0 | 45 | 4 | 11 | 463 | 101 | 112 |
| Binary | 11101000 | 10010011 | 11011110 | 0 | 100101 | 100 | 1001 | 100110011 | 1000001 | 1001010 |
Color Harmonies of #E893DE
Complementary color
Monochromatic Colors of #E893DE
Black with #E893DE
Text Example
Text Example
White with #E893DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893DE; }
p { color: rgb(232,147,222); }
H1.HeaderClassName
{
color: #E893DE;
}
.AnyTagClassName
{
color: #E893DE;
}
</style>
background-color css
<style>
a { background-color: #E893DE; }
a { background-color: rgb(232,147,222); }
div.DivClassName
{
background-color: #E893DE;
}
.BgClassName
{
background-color: #E893DE;
}
</style>
border-color css
<style>
span { border-color: #E893DE; }
span { border-color: rgb(232,147,222); }
td.TdClassName
{
border-color: #E893DE;
}
.TagClassName
{
border-color: #E893DE;
}
</style>