Shades of Plum #E28ADC
Tints of Plum #E28ADC
RGB
CMYK
RGB Variations
Color information
#E28ADC (or 0xE28ADC) is known color: Plum. HEX triplet: E2, 8A and DC. RGB value is (226,138,220). Sum of RGB (Red+Green+Blue) = 226+138+220=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ADC is #1D7523. Grayscale: #ADADAD. Windows color (decimal): -1930532 or 14453474. OLE color: 14453474.
HSL color Cylindrical-coordinate representation of color #E28ADC: hue angle of 304.09º 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 #E28ADC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 220 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.11 |
| HSL | 304.09º | 0.6% | 0.71% | - |
| HSV(B) | 304.09º | 0.39% | 0.89% | - |
| XYZ | 53.37 | 39.51 | 72.52 | - |
| YUV | 173.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 220 | 0 | 0.39 | 0.03 | 0.11 | 304.09 | 0.6 | 0.71 |
| Hex | E2 | 8A | DC | 0 | 27 | 3 | B | 130 | 3C | 47 |
| Octal | 342 | 212 | 334 | 0 | 47 | 3 | 13 | 460 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11011100 | 0 | 100111 | 11 | 1011 | 100110000 | 111100 | 1000111 |
Color Harmonies of #E28ADC
Complementary color
Monochromatic Colors of #E28ADC
Black with #E28ADC
Text Example
Text Example
White with #E28ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ADC; }
p { color: rgb(226,138,220); }
H1.HeaderClassName
{
color: #E28ADC;
}
.AnyTagClassName
{
color: #E28ADC;
}
</style>
background-color css
<style>
a { background-color: #E28ADC; }
a { background-color: rgb(226,138,220); }
div.DivClassName
{
background-color: #E28ADC;
}
.BgClassName
{
background-color: #E28ADC;
}
</style>
border-color css
<style>
span { border-color: #E28ADC; }
span { border-color: rgb(226,138,220); }
td.TdClassName
{
border-color: #E28ADC;
}
.TagClassName
{
border-color: #E28ADC;
}
</style>