Shades of Plum #E68DDD
Tints of Plum #E68DDD
RGB
CMYK
RGB Variations
Color information
#E68DDD (or 0xE68DDD) is known color: Plum. HEX triplet: E6, 8D and DD. RGB value is (230,141,221). Sum of RGB (Red+Green+Blue) = 230+141+221=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDD is #197222. Grayscale: #B0B0B0. Windows color (decimal): -1667619 or 14519782. OLE color: 14519782.
HSL color Cylindrical-coordinate representation of color #E68DDD: hue angle of 306.07º 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 #E68DDD is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 221 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.10 |
| HSL | 306.07º | 0.64% | 0.73% | - |
| HSV(B) | 306.07º | 0.39% | 0.9% | - |
| XYZ | 55.21 | 41.09 | 73.43 | - |
| YUV | 176.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 221 | 0 | 0.39 | 0.04 | 0.10 | 306.07 | 0.64 | 0.73 |
| Hex | E6 | 8D | DD | 0 | 27 | 4 | A | 132 | 40 | 49 |
| Octal | 346 | 215 | 335 | 0 | 47 | 4 | 12 | 462 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11011101 | 0 | 100111 | 100 | 1010 | 100110010 | 1000000 | 1001001 |
Color Harmonies of #E68DDD
Complementary color
Monochromatic Colors of #E68DDD
Black with #E68DDD
Text Example
Text Example
White with #E68DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DDD; }
p { color: rgb(230,141,221); }
H1.HeaderClassName
{
color: #E68DDD;
}
.AnyTagClassName
{
color: #E68DDD;
}
</style>
background-color css
<style>
a { background-color: #E68DDD; }
a { background-color: rgb(230,141,221); }
div.DivClassName
{
background-color: #E68DDD;
}
.BgClassName
{
background-color: #E68DDD;
}
</style>
border-color css
<style>
span { border-color: #E68DDD; }
span { border-color: rgb(230,141,221); }
td.TdClassName
{
border-color: #E68DDD;
}
.TagClassName
{
border-color: #E68DDD;
}
</style>