Shades of Plum #E28ADB
Tints of Plum #E28ADB
RGB
CMYK
RGB Variations
Color information
#E28ADB (or 0xE28ADB) is known color: Plum. HEX triplet: E2, 8A and DB. RGB value is (226,138,219). Sum of RGB (Red+Green+Blue) = 226+138+219=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ADB is #1D7524. Grayscale: #ADADAD. Windows color (decimal): -1930533 or 14387938. OLE color: 14387938.
HSL color Cylindrical-coordinate representation of color #E28ADB: hue angle of 304.77º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28ADB is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 219 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.11 |
| HSL | 304.77º | 0.6% | 0.71% | - |
| HSV(B) | 304.77º | 0.39% | 0.89% | - |
| XYZ | 53.24 | 39.46 | 71.83 | - |
| YUV | 173.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 219 | 0 | 0.39 | 0.03 | 0.11 | 304.77 | 0.6 | 0.71 |
| Hex | E2 | 8A | DB | 0 | 27 | 3 | B | 131 | 3C | 47 |
| Octal | 342 | 212 | 333 | 0 | 47 | 3 | 13 | 461 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11011011 | 0 | 100111 | 11 | 1011 | 100110001 | 111100 | 1000111 |
Color Harmonies of #E28ADB
Complementary color
Monochromatic Colors of #E28ADB
Black with #E28ADB
Text Example
Text Example
White with #E28ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ADB; }
p { color: rgb(226,138,219); }
H1.HeaderClassName
{
color: #E28ADB;
}
.AnyTagClassName
{
color: #E28ADB;
}
</style>
background-color css
<style>
a { background-color: #E28ADB; }
a { background-color: rgb(226,138,219); }
div.DivClassName
{
background-color: #E28ADB;
}
.BgClassName
{
background-color: #E28ADB;
}
</style>
border-color css
<style>
span { border-color: #E28ADB; }
span { border-color: rgb(226,138,219); }
td.TdClassName
{
border-color: #E28ADB;
}
.TagClassName
{
border-color: #E28ADB;
}
</style>