Shades of Plum #E2ADED
Tints of Plum #E2ADED
RGB
CMYK
RGB Variations
Color information
#E2ADED (or 0xE2ADED) is known color: Plum. HEX triplet: E2, AD and ED. RGB value is (226,173,237). Sum of RGB (Red+Green+Blue) = 226+173+237=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADED is #1D5212. Grayscale: #C3C3C3. Windows color (decimal): -1921555 or 15576546. OLE color: 15576546.
HSL color Cylindrical-coordinate representation of color #E2ADED: hue angle of 289.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2ADED is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 173 | 237 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.07 |
| HSL | 289.69º | 0.64% | 0.8% | - |
| HSV(B) | 289.69º | 0.27% | 0.93% | - |
| XYZ | 61.59 | 52.17 | 86.94 | - |
| YUV | 196.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 237 | 0.05 | 0.27 | 0 | 0.07 | 289.69 | 0.64 | 0.8 |
| Hex | E2 | AD | ED | 5 | 1B | 0 | 7 | 122 | 40 | 50 |
| Octal | 342 | 255 | 355 | 5 | 33 | 0 | 7 | 442 | 100 | 120 |
| Binary | 11100010 | 10101101 | 11101101 | 101 | 11011 | 0 | 111 | 100100010 | 1000000 | 1010000 |
Color Harmonies of #E2ADED
Complementary color
Monochromatic Colors of #E2ADED
Black with #E2ADED
Text Example
Text Example
White with #E2ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADED; }
p { color: rgb(226,173,237); }
H1.HeaderClassName
{
color: #E2ADED;
}
.AnyTagClassName
{
color: #E2ADED;
}
</style>
background-color css
<style>
a { background-color: #E2ADED; }
a { background-color: rgb(226,173,237); }
div.DivClassName
{
background-color: #E2ADED;
}
.BgClassName
{
background-color: #E2ADED;
}
</style>
border-color css
<style>
span { border-color: #E2ADED; }
span { border-color: rgb(226,173,237); }
td.TdClassName
{
border-color: #E2ADED;
}
.TagClassName
{
border-color: #E2ADED;
}
</style>