Shades of Plum #E491D3
Tints of Plum #E491D3
RGB
CMYK
RGB Variations
Color information
#E491D3 (or 0xE491D3) is known color: Plum. HEX triplet: E4, 91 and D3. RGB value is (228,145,211). Sum of RGB (Red+Green+Blue) = 228+145+211=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E491D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491D3 is #1B6E2C. Grayscale: #B1B1B1. Windows color (decimal): -1797677 or 13865444. OLE color: 13865444.
HSL color Cylindrical-coordinate representation of color #E491D3: hue angle of 312.29º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E491D3 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 211 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.11 |
| HSL | 312.29º | 0.61% | 0.73% | - |
| HSV(B) | 312.29º | 0.36% | 0.89% | - |
| XYZ | 53.88 | 41.45 | 66.79 | - |
| YUV | 177.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 211 | 0 | 0.36 | 0.07 | 0.11 | 312.29 | 0.61 | 0.73 |
| Hex | E4 | 91 | D3 | 0 | 24 | 7 | B | 138 | 3D | 49 |
| Octal | 344 | 221 | 323 | 0 | 44 | 7 | 13 | 470 | 75 | 111 |
| Binary | 11100100 | 10010001 | 11010011 | 0 | 100100 | 111 | 1011 | 100111000 | 111101 | 1001001 |
Color Harmonies of #E491D3
Complementary color
Monochromatic Colors of #E491D3
Black with #E491D3
Text Example
Text Example
White with #E491D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491D3; }
p { color: rgb(228,145,211); }
H1.HeaderClassName
{
color: #E491D3;
}
.AnyTagClassName
{
color: #E491D3;
}
</style>
background-color css
<style>
a { background-color: #E491D3; }
a { background-color: rgb(228,145,211); }
div.DivClassName
{
background-color: #E491D3;
}
.BgClassName
{
background-color: #E491D3;
}
</style>
border-color css
<style>
span { border-color: #E491D3; }
span { border-color: rgb(228,145,211); }
td.TdClassName
{
border-color: #E491D3;
}
.TagClassName
{
border-color: #E491D3;
}
</style>