Shades of Plum #E6A1DE
Tints of Plum #E6A1DE
RGB
CMYK
RGB Variations
Color information
#E6A1DE (or 0xE6A1DE) is known color: Plum. HEX triplet: E6, A1 and DE. RGB value is (230,161,222). Sum of RGB (Red+Green+Blue) = 230+161+222=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A1DE is #195E21. Grayscale: #BCBCBC. Windows color (decimal): -1662498 or 14590438. OLE color: 14590438.
HSL color Cylindrical-coordinate representation of color #E6A1DE: hue angle of 306.96º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A1DE is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 222 | - |
| CMYK | 0 | 0.3 | 0.03 | 0.10 |
| HSL | 306.96º | 0.58% | 0.77% | - |
| HSV(B) | 306.96º | 0.3% | 0.9% | - |
| XYZ | 58.56 | 47.59 | 75.21 | - |
| YUV | 188.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 222 | 0 | 0.3 | 0.03 | 0.10 | 306.96 | 0.58 | 0.77 |
| Hex | E6 | A1 | DE | 0 | 1E | 3 | A | 133 | 3A | 4D |
| Octal | 346 | 241 | 336 | 0 | 36 | 3 | 12 | 463 | 72 | 115 |
| Binary | 11100110 | 10100001 | 11011110 | 0 | 11110 | 11 | 1010 | 100110011 | 111010 | 1001101 |
Color Harmonies of #E6A1DE
Complementary color
Monochromatic Colors of #E6A1DE
Black with #E6A1DE
Text Example
Text Example
White with #E6A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A1DE; }
p { color: rgb(230,161,222); }
H1.HeaderClassName
{
color: #E6A1DE;
}
.AnyTagClassName
{
color: #E6A1DE;
}
</style>
background-color css
<style>
a { background-color: #E6A1DE; }
a { background-color: rgb(230,161,222); }
div.DivClassName
{
background-color: #E6A1DE;
}
.BgClassName
{
background-color: #E6A1DE;
}
</style>
border-color css
<style>
span { border-color: #E6A1DE; }
span { border-color: rgb(230,161,222); }
td.TdClassName
{
border-color: #E6A1DE;
}
.TagClassName
{
border-color: #E6A1DE;
}
</style>