Shades of Plum #E6A2D5
Tints of Plum #E6A2D5
RGB
CMYK
RGB Variations
Color information
#E6A2D5 (or 0xE6A2D5) is known color: Plum. HEX triplet: E6, A2 and D5. RGB value is (230,162,213). Sum of RGB (Red+Green+Blue) = 230+162+213=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A2D5 is #195D2A. Grayscale: #BCBCBC. Windows color (decimal): -1662251 or 14000870. OLE color: 14000870.
HSL color Cylindrical-coordinate representation of color #E6A2D5: hue angle of 315º 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 #E6A2D5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 162 | 213 | - |
CMYK | 0 | 0.30 | 0.07 | 0.10 |
HSL | 315º | 0.58% | 0.77% | - |
HSV(B) | 315º | 0.3% | 0.9% | - |
XYZ | 57.56 | 47.47 | 69.08 | - |
YUV | 188.15 | 142.03 | 157.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 162 | 213 | 0 | 0.30 | 0.07 | 0.10 | 315 | 0.58 | 0.77 |
Hex | E6 | A2 | D5 | 0 | 1E | 7 | A | 13B | 3A | 4D |
Octal | 346 | 242 | 325 | 0 | 36 | 7 | 12 | 473 | 72 | 115 |
Binary | 11100110 | 10100010 | 11010101 | 0 | 11110 | 111 | 1010 | 100111011 | 111010 | 1001101 |
Color Harmonies of #E6A2D5
Complementary color
Monochromatic Colors of #E6A2D5
Black with #E6A2D5
Text Example
Text Example
White with #E6A2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A2D5; }
p { color: rgb(230,162,213); }
H1.HeaderClassName
{
color: #E6A2D5;
}
.AnyTagClassName
{
color: #E6A2D5;
}
</style>
background-color css
<style>
a { background-color: #E6A2D5; }
a { background-color: rgb(230,162,213); }
div.DivClassName
{
background-color: #E6A2D5;
}
.BgClassName
{
background-color: #E6A2D5;
}
</style>
border-color css
<style>
span { border-color: #E6A2D5; }
span { border-color: rgb(230,162,213); }
td.TdClassName
{
border-color: #E6A2D5;
}
.TagClassName
{
border-color: #E6A2D5;
}
</style>