Shades of Plum #E289DA
Tints of Plum #E289DA
RGB
CMYK
RGB Variations
Color information
#E289DA (or 0xE289DA) is known color: Plum. HEX triplet: E2, 89 and DA. RGB value is (226,137,218). Sum of RGB (Red+Green+Blue) = 226+137+218=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E289DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289DA is #1D7625. Grayscale: #ACACAC. Windows color (decimal): -1930790 or 14322146. OLE color: 14322146.
HSL color Cylindrical-coordinate representation of color #E289DA: hue angle of 305.39º degrees, saturation: 0.61, 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 #E289DA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 218 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.11 |
| HSL | 305.39º | 0.61% | 0.71% | - |
| HSV(B) | 305.39º | 0.39% | 0.89% | - |
| XYZ | 52.96 | 39.12 | 71.09 | - |
| YUV | 172.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 218 | 0 | 0.39 | 0.04 | 0.11 | 305.39 | 0.61 | 0.71 |
| Hex | E2 | 89 | DA | 0 | 27 | 4 | B | 131 | 3D | 47 |
| Octal | 342 | 211 | 332 | 0 | 47 | 4 | 13 | 461 | 75 | 107 |
| Binary | 11100010 | 10001001 | 11011010 | 0 | 100111 | 100 | 1011 | 100110001 | 111101 | 1000111 |
Color Harmonies of #E289DA
Complementary color
Monochromatic Colors of #E289DA
Black with #E289DA
Text Example
Text Example
White with #E289DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289DA; }
p { color: rgb(226,137,218); }
H1.HeaderClassName
{
color: #E289DA;
}
.AnyTagClassName
{
color: #E289DA;
}
</style>
background-color css
<style>
a { background-color: #E289DA; }
a { background-color: rgb(226,137,218); }
div.DivClassName
{
background-color: #E289DA;
}
.BgClassName
{
background-color: #E289DA;
}
</style>
border-color css
<style>
span { border-color: #E289DA; }
span { border-color: rgb(226,137,218); }
td.TdClassName
{
border-color: #E289DA;
}
.TagClassName
{
border-color: #E289DA;
}
</style>