Shades of Plum #E6A2DC
Tints of Plum #E6A2DC
RGB
CMYK
RGB Variations
Color information
#E6A2DC (or 0xE6A2DC) is known color: Plum. HEX triplet: E6, A2 and DC. RGB value is (230,162,220). Sum of RGB (Red+Green+Blue) = 230+162+220=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A2DC is #195D23. Grayscale: #BCBCBC. Windows color (decimal): -1662244 or 14459622. OLE color: 14459622.
HSL color Cylindrical-coordinate representation of color #E6A2DC: hue angle of 308.82º 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 #E6A2DC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 162 | 220 | - |
CMYK | 0 | 0.30 | 0.04 | 0.10 |
HSL | 308.82º | 0.58% | 0.77% | - |
HSV(B) | 308.82º | 0.3% | 0.9% | - |
XYZ | 58.47 | 47.83 | 73.86 | - |
YUV | 188.94 | 145.53 | 157.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 162 | 220 | 0 | 0.30 | 0.04 | 0.10 | 308.82 | 0.58 | 0.77 |
Hex | E6 | A2 | DC | 0 | 1E | 4 | A | 135 | 3A | 4D |
Octal | 346 | 242 | 334 | 0 | 36 | 4 | 12 | 465 | 72 | 115 |
Binary | 11100110 | 10100010 | 11011100 | 0 | 11110 | 100 | 1010 | 100110101 | 111010 | 1001101 |
Color Harmonies of #E6A2DC
Complementary color
Monochromatic Colors of #E6A2DC
Black with #E6A2DC
Text Example
Text Example
White with #E6A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A2DC; }
p { color: rgb(230,162,220); }
H1.HeaderClassName
{
color: #E6A2DC;
}
.AnyTagClassName
{
color: #E6A2DC;
}
</style>
background-color css
<style>
a { background-color: #E6A2DC; }
a { background-color: rgb(230,162,220); }
div.DivClassName
{
background-color: #E6A2DC;
}
.BgClassName
{
background-color: #E6A2DC;
}
</style>
border-color css
<style>
span { border-color: #E6A2DC; }
span { border-color: rgb(230,162,220); }
td.TdClassName
{
border-color: #E6A2DC;
}
.TagClassName
{
border-color: #E6A2DC;
}
</style>