Shades of Plum #E0A4D6
Tints of Plum #E0A4D6
RGB
CMYK
RGB Variations
Color information
#E0A4D6 (or 0xE0A4D6) is known color: Plum. HEX triplet: E0, A4 and D6. RGB value is (224,164,214). Sum of RGB (Red+Green+Blue) = 224+164+214=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A4D6 is #1F5B29. Grayscale: #BBBBBB. Windows color (decimal): -2054954 or 14066912. OLE color: 14066912.
HSL color Cylindrical-coordinate representation of color #E0A4D6: hue angle of 310º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A4D6 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 214 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.12 |
| HSL | 310º | 0.49% | 0.76% | - |
| HSV(B) | 310º | 0.27% | 0.88% | - |
| XYZ | 56.15 | 47.25 | 69.78 | - |
| YUV | 187.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 214 | 0 | 0.27 | 0.04 | 0.12 | 310 | 0.49 | 0.76 |
| Hex | E0 | A4 | D6 | 0 | 1B | 4 | C | 136 | 31 | 4C |
| Octal | 340 | 244 | 326 | 0 | 33 | 4 | 14 | 466 | 61 | 114 |
| Binary | 11100000 | 10100100 | 11010110 | 0 | 11011 | 100 | 1100 | 100110110 | 110001 | 1001100 |
Color Harmonies of #E0A4D6
Complementary color
Monochromatic Colors of #E0A4D6
Black with #E0A4D6
Text Example
Text Example
White with #E0A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4D6; }
p { color: rgb(224,164,214); }
H1.HeaderClassName
{
color: #E0A4D6;
}
.AnyTagClassName
{
color: #E0A4D6;
}
</style>
background-color css
<style>
a { background-color: #E0A4D6; }
a { background-color: rgb(224,164,214); }
div.DivClassName
{
background-color: #E0A4D6;
}
.BgClassName
{
background-color: #E0A4D6;
}
</style>
border-color css
<style>
span { border-color: #E0A4D6; }
span { border-color: rgb(224,164,214); }
td.TdClassName
{
border-color: #E0A4D6;
}
.TagClassName
{
border-color: #E0A4D6;
}
</style>