Shades of Plum #E68DDC
Tints of Plum #E68DDC
RGB
CMYK
RGB Variations
Color information
#E68DDC (or 0xE68DDC) is known color: Plum. HEX triplet: E6, 8D and DC. RGB value is (230,141,220). Sum of RGB (Red+Green+Blue) = 230+141+220=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDC is #197223. Grayscale: #B0B0B0. Windows color (decimal): -1667620 or 14454246. OLE color: 14454246.
HSL color Cylindrical-coordinate representation of color #E68DDC: hue angle of 306.74º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DDC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 220 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.10 |
| HSL | 306.74º | 0.64% | 0.73% | - |
| HSV(B) | 306.74º | 0.39% | 0.9% | - |
| XYZ | 55.08 | 41.04 | 72.73 | - |
| YUV | 176.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 220 | 0 | 0.39 | 0.04 | 0.10 | 306.74 | 0.64 | 0.73 |
| Hex | E6 | 8D | DC | 0 | 27 | 4 | A | 133 | 40 | 49 |
| Octal | 346 | 215 | 334 | 0 | 47 | 4 | 12 | 463 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11011100 | 0 | 100111 | 100 | 1010 | 100110011 | 1000000 | 1001001 |
Color Harmonies of #E68DDC
Complementary color
Monochromatic Colors of #E68DDC
Black with #E68DDC
Text Example
Text Example
White with #E68DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DDC; }
p { color: rgb(230,141,220); }
H1.HeaderClassName
{
color: #E68DDC;
}
.AnyTagClassName
{
color: #E68DDC;
}
</style>
background-color css
<style>
a { background-color: #E68DDC; }
a { background-color: rgb(230,141,220); }
div.DivClassName
{
background-color: #E68DDC;
}
.BgClassName
{
background-color: #E68DDC;
}
</style>
border-color css
<style>
span { border-color: #E68DDC; }
span { border-color: rgb(230,141,220); }
td.TdClassName
{
border-color: #E68DDC;
}
.TagClassName
{
border-color: #E68DDC;
}
</style>