Shades of Plum #E68EDD
Tints of Plum #E68EDD
RGB
CMYK
RGB Variations
Color information
#E68EDD (or 0xE68EDD) is known color: Plum. HEX triplet: E6, 8E and DD. RGB value is (230,142,221). Sum of RGB (Red+Green+Blue) = 230+142+221=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68EDD is #197122. Grayscale: #B1B1B1. Windows color (decimal): -1667363 or 14520038. OLE color: 14520038.
HSL color Cylindrical-coordinate representation of color #E68EDD: hue angle of 306.14º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68EDD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 221 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.10 |
| HSL | 306.14º | 0.64% | 0.73% | - |
| HSV(B) | 306.14º | 0.38% | 0.9% | - |
| XYZ | 55.36 | 41.39 | 73.48 | - |
| YUV | 177.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 221 | 0 | 0.38 | 0.04 | 0.10 | 306.14 | 0.64 | 0.73 |
| Hex | E6 | 8E | DD | 0 | 26 | 4 | A | 132 | 40 | 49 |
| Octal | 346 | 216 | 335 | 0 | 46 | 4 | 12 | 462 | 100 | 111 |
| Binary | 11100110 | 10001110 | 11011101 | 0 | 100110 | 100 | 1010 | 100110010 | 1000000 | 1001001 |
Color Harmonies of #E68EDD
Complementary color
Monochromatic Colors of #E68EDD
Black with #E68EDD
Text Example
Text Example
White with #E68EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EDD; }
p { color: rgb(230,142,221); }
H1.HeaderClassName
{
color: #E68EDD;
}
.AnyTagClassName
{
color: #E68EDD;
}
</style>
background-color css
<style>
a { background-color: #E68EDD; }
a { background-color: rgb(230,142,221); }
div.DivClassName
{
background-color: #E68EDD;
}
.BgClassName
{
background-color: #E68EDD;
}
</style>
border-color css
<style>
span { border-color: #E68EDD; }
span { border-color: rgb(230,142,221); }
td.TdClassName
{
border-color: #E68EDD;
}
.TagClassName
{
border-color: #E68EDD;
}
</style>