Shades of Plum #E2ADE4
Tints of Plum #E2ADE4
RGB
CMYK
RGB Variations
Color information
#E2ADE4 (or 0xE2ADE4) is known color: Plum. HEX triplet: E2, AD and E4. RGB value is (226,173,228). Sum of RGB (Red+Green+Blue) = 226+173+228=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #E2ADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADE4 is #1D521B. Grayscale: #C2C2C2. Windows color (decimal): -1921564 or 14986722. OLE color: 14986722.
HSL color Cylindrical-coordinate representation of color #E2ADE4: hue angle of 297.82º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ADE4 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 228 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.11 |
| HSL | 297.82º | 0.5% | 0.79% | - |
| HSV(B) | 297.82º | 0.24% | 0.89% | - |
| XYZ | 60.31 | 51.66 | 80.19 | - |
| YUV | 195.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 228 | 0.01 | 0.24 | 0 | 0.11 | 297.82 | 0.5 | 0.79 |
| Hex | E2 | AD | E4 | 1 | 18 | 0 | B | 12A | 32 | 4F |
| Octal | 342 | 255 | 344 | 1 | 30 | 0 | 13 | 452 | 62 | 117 |
| Binary | 11100010 | 10101101 | 11100100 | 1 | 11000 | 0 | 1011 | 100101010 | 110010 | 1001111 |
Color Harmonies of #E2ADE4
Complementary color
Monochromatic Colors of #E2ADE4
Black with #E2ADE4
Text Example
Text Example
White with #E2ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADE4; }
p { color: rgb(226,173,228); }
H1.HeaderClassName
{
color: #E2ADE4;
}
.AnyTagClassName
{
color: #E2ADE4;
}
</style>
background-color css
<style>
a { background-color: #E2ADE4; }
a { background-color: rgb(226,173,228); }
div.DivClassName
{
background-color: #E2ADE4;
}
.BgClassName
{
background-color: #E2ADE4;
}
</style>
border-color css
<style>
span { border-color: #E2ADE4; }
span { border-color: rgb(226,173,228); }
td.TdClassName
{
border-color: #E2ADE4;
}
.TagClassName
{
border-color: #E2ADE4;
}
</style>