Shades of Plum #E6A7DC
Tints of Plum #E6A7DC
RGB
CMYK
RGB Variations
Color information
#E6A7DC (or 0xE6A7DC) is known color: Plum. HEX triplet: E6, A7 and DC. RGB value is (230,167,220). Sum of RGB (Red+Green+Blue) = 230+167+220=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A7DC is #195823. Grayscale: #BFBFBF. Windows color (decimal): -1660964 or 14460902. OLE color: 14460902.
HSL color Cylindrical-coordinate representation of color #E6A7DC: hue angle of 309.52º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6A7DC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 220 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.10 |
| HSL | 309.52º | 0.56% | 0.78% | - |
| HSV(B) | 309.52º | 0.27% | 0.9% | - |
| XYZ | 59.37 | 49.63 | 74.16 | - |
| YUV | 191.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 220 | 0 | 0.27 | 0.04 | 0.10 | 309.52 | 0.56 | 0.78 |
| Hex | E6 | A7 | DC | 0 | 1B | 4 | A | 136 | 38 | 4E |
| Octal | 346 | 247 | 334 | 0 | 33 | 4 | 12 | 466 | 70 | 116 |
| Binary | 11100110 | 10100111 | 11011100 | 0 | 11011 | 100 | 1010 | 100110110 | 111000 | 1001110 |
Color Harmonies of #E6A7DC
Complementary color
Monochromatic Colors of #E6A7DC
Black with #E6A7DC
Text Example
Text Example
White with #E6A7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A7DC; }
p { color: rgb(230,167,220); }
H1.HeaderClassName
{
color: #E6A7DC;
}
.AnyTagClassName
{
color: #E6A7DC;
}
</style>
background-color css
<style>
a { background-color: #E6A7DC; }
a { background-color: rgb(230,167,220); }
div.DivClassName
{
background-color: #E6A7DC;
}
.BgClassName
{
background-color: #E6A7DC;
}
</style>
border-color css
<style>
span { border-color: #E6A7DC; }
span { border-color: rgb(230,167,220); }
td.TdClassName
{
border-color: #E6A7DC;
}
.TagClassName
{
border-color: #E6A7DC;
}
</style>