Shades of Plum #E2AADF
Tints of Plum #E2AADF
RGB
CMYK
RGB Variations
Color information
#E2AADF (or 0xE2AADF) is known color: Plum. HEX triplet: E2, AA and DF. RGB value is (226,170,223). Sum of RGB (Red+Green+Blue) = 226+170+223=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AADF is #1D5520. Grayscale: #C0C0C0. Windows color (decimal): -1922337 or 14658274. OLE color: 14658274.
HSL color Cylindrical-coordinate representation of color #E2AADF: hue angle of 303.21º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AADF is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 223 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.11 |
| HSL | 303.21º | 0.49% | 0.78% | - |
| HSV(B) | 303.21º | 0.25% | 0.89% | - |
| XYZ | 59.06 | 50.25 | 76.4 | - |
| YUV | 192.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 223 | 0 | 0.25 | 0.01 | 0.11 | 303.21 | 0.49 | 0.78 |
| Hex | E2 | AA | DF | 0 | 19 | 1 | B | 12F | 31 | 4E |
| Octal | 342 | 252 | 337 | 0 | 31 | 1 | 13 | 457 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11011111 | 0 | 11001 | 1 | 1011 | 100101111 | 110001 | 1001110 |
Color Harmonies of #E2AADF
Complementary color
Monochromatic Colors of #E2AADF
Black with #E2AADF
Text Example
Text Example
White with #E2AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AADF; }
p { color: rgb(226,170,223); }
H1.HeaderClassName
{
color: #E2AADF;
}
.AnyTagClassName
{
color: #E2AADF;
}
</style>
background-color css
<style>
a { background-color: #E2AADF; }
a { background-color: rgb(226,170,223); }
div.DivClassName
{
background-color: #E2AADF;
}
.BgClassName
{
background-color: #E2AADF;
}
</style>
border-color css
<style>
span { border-color: #E2AADF; }
span { border-color: rgb(226,170,223); }
td.TdClassName
{
border-color: #E2AADF;
}
.TagClassName
{
border-color: #E2AADF;
}
</style>