Shades of Plum #E2ADEB
Tints of Plum #E2ADEB
RGB
CMYK
RGB Variations
Color information
#E2ADEB (or 0xE2ADEB) is known color: Plum. HEX triplet: E2, AD and EB. RGB value is (226,173,235). Sum of RGB (Red+Green+Blue) = 226+173+235=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADEB is #1D5214. Grayscale: #C3C3C3. Windows color (decimal): -1921557 or 15445474. OLE color: 15445474.
HSL color Cylindrical-coordinate representation of color #E2ADEB: hue angle of 291.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2ADEB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 173 | 235 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.08 |
| HSL | 291.29º | 0.61% | 0.8% | - |
| HSV(B) | 291.29º | 0.26% | 0.92% | - |
| XYZ | 61.3 | 52.05 | 85.41 | - |
| YUV | 195.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 235 | 0.04 | 0.26 | 0 | 0.08 | 291.29 | 0.61 | 0.8 |
| Hex | E2 | AD | EB | 4 | 1A | 0 | 8 | 123 | 3D | 50 |
| Octal | 342 | 255 | 353 | 4 | 32 | 0 | 10 | 443 | 75 | 120 |
| Binary | 11100010 | 10101101 | 11101011 | 100 | 11010 | 0 | 1000 | 100100011 | 111101 | 1010000 |
Color Harmonies of #E2ADEB
Complementary color
Monochromatic Colors of #E2ADEB
Black with #E2ADEB
Text Example
Text Example
White with #E2ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADEB; }
p { color: rgb(226,173,235); }
H1.HeaderClassName
{
color: #E2ADEB;
}
.AnyTagClassName
{
color: #E2ADEB;
}
</style>
background-color css
<style>
a { background-color: #E2ADEB; }
a { background-color: rgb(226,173,235); }
div.DivClassName
{
background-color: #E2ADEB;
}
.BgClassName
{
background-color: #E2ADEB;
}
</style>
border-color css
<style>
span { border-color: #E2ADEB; }
span { border-color: rgb(226,173,235); }
td.TdClassName
{
border-color: #E2ADEB;
}
.TagClassName
{
border-color: #E2ADEB;
}
</style>