Shades of Plum #E2A3DC
Tints of Plum #E2A3DC
RGB
CMYK
RGB Variations
Color information
#E2A3DC (or 0xE2A3DC) is known color: Plum. HEX triplet: E2, A3 and DC. RGB value is (226,163,220). Sum of RGB (Red+Green+Blue) = 226+163+220=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A3DC is #1D5C23. Grayscale: #BCBCBC. Windows color (decimal): -1924132 or 14459874. OLE color: 14459874.
HSL color Cylindrical-coordinate representation of color #E2A3DC: hue angle of 305.71º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2A3DC is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 220 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.11 |
| HSL | 305.71º | 0.52% | 0.76% | - |
| HSV(B) | 305.71º | 0.28% | 0.89% | - |
| XYZ | 57.38 | 47.53 | 73.86 | - |
| YUV | 188.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 220 | 0 | 0.28 | 0.03 | 0.11 | 305.71 | 0.52 | 0.76 |
| Hex | E2 | A3 | DC | 0 | 1C | 3 | B | 132 | 34 | 4C |
| Octal | 342 | 243 | 334 | 0 | 34 | 3 | 13 | 462 | 64 | 114 |
| Binary | 11100010 | 10100011 | 11011100 | 0 | 11100 | 11 | 1011 | 100110010 | 110100 | 1001100 |
Color Harmonies of #E2A3DC
Complementary color
Monochromatic Colors of #E2A3DC
Black with #E2A3DC
Text Example
Text Example
White with #E2A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A3DC; }
p { color: rgb(226,163,220); }
H1.HeaderClassName
{
color: #E2A3DC;
}
.AnyTagClassName
{
color: #E2A3DC;
}
</style>
background-color css
<style>
a { background-color: #E2A3DC; }
a { background-color: rgb(226,163,220); }
div.DivClassName
{
background-color: #E2A3DC;
}
.BgClassName
{
background-color: #E2A3DC;
}
</style>
border-color css
<style>
span { border-color: #E2A3DC; }
span { border-color: rgb(226,163,220); }
td.TdClassName
{
border-color: #E2A3DC;
}
.TagClassName
{
border-color: #E2A3DC;
}
</style>