Shades of Plum #E3A5DF
Tints of Plum #E3A5DF
RGB
CMYK
RGB Variations
Color information
#E3A5DF (or 0xE3A5DF) is known color: Plum. HEX triplet: E3, A5 and DF. RGB value is (227,165,223). Sum of RGB (Red+Green+Blue) = 227+165+223=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A5DF is #1C5A20. Grayscale: #BDBDBD. Windows color (decimal): -1858081 or 14656995. OLE color: 14656995.
HSL color Cylindrical-coordinate representation of color #E3A5DF: hue angle of 303.87º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A5DF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 223 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.11 |
| HSL | 303.87º | 0.53% | 0.77% | - |
| HSV(B) | 303.87º | 0.27% | 0.89% | - |
| XYZ | 58.45 | 48.57 | 76.11 | - |
| YUV | 190.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 223 | 0 | 0.27 | 0.02 | 0.11 | 303.87 | 0.53 | 0.77 |
| Hex | E3 | A5 | DF | 0 | 1B | 2 | B | 130 | 35 | 4D |
| Octal | 343 | 245 | 337 | 0 | 33 | 2 | 13 | 460 | 65 | 115 |
| Binary | 11100011 | 10100101 | 11011111 | 0 | 11011 | 10 | 1011 | 100110000 | 110101 | 1001101 |
Color Harmonies of #E3A5DF
Complementary color
Monochromatic Colors of #E3A5DF
Black with #E3A5DF
Text Example
Text Example
White with #E3A5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A5DF; }
p { color: rgb(227,165,223); }
H1.HeaderClassName
{
color: #E3A5DF;
}
.AnyTagClassName
{
color: #E3A5DF;
}
</style>
background-color css
<style>
a { background-color: #E3A5DF; }
a { background-color: rgb(227,165,223); }
div.DivClassName
{
background-color: #E3A5DF;
}
.BgClassName
{
background-color: #E3A5DF;
}
</style>
border-color css
<style>
span { border-color: #E3A5DF; }
span { border-color: rgb(227,165,223); }
td.TdClassName
{
border-color: #E3A5DF;
}
.TagClassName
{
border-color: #E3A5DF;
}
</style>