Shades of Plum #E8A2E3
Tints of Plum #E8A2E3
RGB
CMYK
RGB Variations
Color information
#E8A2E3 (or 0xE8A2E3) is known color: Plum. HEX triplet: E8, A2 and E3. RGB value is (232,162,227). Sum of RGB (Red+Green+Blue) = 232+162+227=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A2E3 is #175D1C. Grayscale: #BEBEBE. Windows color (decimal): -1531165 or 14918376. OLE color: 14918376.
HSL color Cylindrical-coordinate representation of color #E8A2E3: hue angle of 304.29º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8A2E3 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 227 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.09 |
| HSL | 304.29º | 0.6% | 0.77% | - |
| HSV(B) | 304.29º | 0.3% | 0.91% | - |
| XYZ | 60.06 | 48.54 | 78.88 | - |
| YUV | 190.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 227 | 0 | 0.30 | 0.02 | 0.09 | 304.29 | 0.6 | 0.77 |
| Hex | E8 | A2 | E3 | 0 | 1E | 2 | 9 | 130 | 3C | 4D |
| Octal | 350 | 242 | 343 | 0 | 36 | 2 | 11 | 460 | 74 | 115 |
| Binary | 11101000 | 10100010 | 11100011 | 0 | 11110 | 10 | 1001 | 100110000 | 111100 | 1001101 |
Color Harmonies of #E8A2E3
Complementary color
Monochromatic Colors of #E8A2E3
Black with #E8A2E3
Text Example
Text Example
White with #E8A2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A2E3; }
p { color: rgb(232,162,227); }
H1.HeaderClassName
{
color: #E8A2E3;
}
.AnyTagClassName
{
color: #E8A2E3;
}
</style>
background-color css
<style>
a { background-color: #E8A2E3; }
a { background-color: rgb(232,162,227); }
div.DivClassName
{
background-color: #E8A2E3;
}
.BgClassName
{
background-color: #E8A2E3;
}
</style>
border-color css
<style>
span { border-color: #E8A2E3; }
span { border-color: rgb(232,162,227); }
td.TdClassName
{
border-color: #E8A2E3;
}
.TagClassName
{
border-color: #E8A2E3;
}
</style>