Shades of Plum #E2A8DD
Tints of Plum #E2A8DD
RGB
CMYK
RGB Variations
Color information
#E2A8DD (or 0xE2A8DD) is known color: Plum. HEX triplet: E2, A8 and DD. RGB value is (226,168,221). Sum of RGB (Red+Green+Blue) = 226+168+221=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A8DD is #1D5722. Grayscale: #BFBFBF. Windows color (decimal): -1922851 or 14526690. OLE color: 14526690.
HSL color Cylindrical-coordinate representation of color #E2A8DD: hue angle of 305.17º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2A8DD is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 168 | 221 | - |
CMYK | 0 | 0.26 | 0.02 | 0.11 |
HSL | 305.17º | 0.5% | 0.77% | - |
HSV(B) | 305.17º | 0.26% | 0.89% | - |
XYZ | 58.42 | 49.39 | 74.86 | - |
YUV | 191.38 | 144.72 | 152.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 168 | 221 | 0 | 0.26 | 0.02 | 0.11 | 305.17 | 0.5 | 0.77 |
Hex | E2 | A8 | DD | 0 | 1A | 2 | B | 131 | 32 | 4D |
Octal | 342 | 250 | 335 | 0 | 32 | 2 | 13 | 461 | 62 | 115 |
Binary | 11100010 | 10101000 | 11011101 | 0 | 11010 | 10 | 1011 | 100110001 | 110010 | 1001101 |
Color Harmonies of #E2A8DD
Complementary color
Monochromatic Colors of #E2A8DD
Black with #E2A8DD
Text Example
Text Example
White with #E2A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A8DD; }
p { color: rgb(226,168,221); }
H1.HeaderClassName
{
color: #E2A8DD;
}
.AnyTagClassName
{
color: #E2A8DD;
}
</style>
background-color css
<style>
a { background-color: #E2A8DD; }
a { background-color: rgb(226,168,221); }
div.DivClassName
{
background-color: #E2A8DD;
}
.BgClassName
{
background-color: #E2A8DD;
}
</style>
border-color css
<style>
span { border-color: #E2A8DD; }
span { border-color: rgb(226,168,221); }
td.TdClassName
{
border-color: #E2A8DD;
}
.TagClassName
{
border-color: #E2A8DD;
}
</style>