Shades of Plum #E2ADE1
Tints of Plum #E2ADE1
RGB
CMYK
RGB Variations
Color information
#E2ADE1 (or 0xE2ADE1) is known color: Plum. HEX triplet: E2, AD and E1. RGB value is (226,173,225). Sum of RGB (Red+Green+Blue) = 226+173+225=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADE1 is #1D521E. Grayscale: #C2C2C2. Windows color (decimal): -1921567 or 14790114. OLE color: 14790114.
HSL color Cylindrical-coordinate representation of color #E2ADE1: hue angle of 301.13º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2ADE1 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 225 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.11 |
| HSL | 301.13º | 0.48% | 0.78% | - |
| HSV(B) | 301.13º | 0.23% | 0.89% | - |
| XYZ | 59.9 | 51.49 | 78.02 | - |
| YUV | 194.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 225 | 0 | 0.23 | 0.00 | 0.11 | 301.13 | 0.48 | 0.78 |
| Hex | E2 | AD | E1 | 0 | 17 | 0 | B | 12D | 30 | 4E |
| Octal | 342 | 255 | 341 | 0 | 27 | 0 | 13 | 455 | 60 | 116 |
| Binary | 11100010 | 10101101 | 11100001 | 0 | 10111 | 0 | 1011 | 100101101 | 110000 | 1001110 |
Color Harmonies of #E2ADE1
Complementary color
Monochromatic Colors of #E2ADE1
Black with #E2ADE1
Text Example
Text Example
White with #E2ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADE1; }
p { color: rgb(226,173,225); }
H1.HeaderClassName
{
color: #E2ADE1;
}
.AnyTagClassName
{
color: #E2ADE1;
}
</style>
background-color css
<style>
a { background-color: #E2ADE1; }
a { background-color: rgb(226,173,225); }
div.DivClassName
{
background-color: #E2ADE1;
}
.BgClassName
{
background-color: #E2ADE1;
}
</style>
border-color css
<style>
span { border-color: #E2ADE1; }
span { border-color: rgb(226,173,225); }
td.TdClassName
{
border-color: #E2ADE1;
}
.TagClassName
{
border-color: #E2ADE1;
}
</style>