Shades of Plum #E491DD
Tints of Plum #E491DD
RGB
CMYK
RGB Variations
Color information
#E491DD (or 0xE491DD) is known color: Plum. HEX triplet: E4, 91 and DD. RGB value is (228,145,221). Sum of RGB (Red+Green+Blue) = 228+145+221=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E491DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491DD is #1B6E22. Grayscale: #B2B2B2. Windows color (decimal): -1797667 or 14520804. OLE color: 14520804.
HSL color Cylindrical-coordinate representation of color #E491DD: hue angle of 305.06º 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 #E491DD is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 221 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.11 |
| HSL | 305.06º | 0.61% | 0.73% | - |
| HSV(B) | 305.06º | 0.36% | 0.89% | - |
| XYZ | 55.17 | 41.97 | 73.6 | - |
| YUV | 178.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 221 | 0 | 0.36 | 0.03 | 0.11 | 305.06 | 0.61 | 0.73 |
| Hex | E4 | 91 | DD | 0 | 24 | 3 | B | 131 | 3D | 49 |
| Octal | 344 | 221 | 335 | 0 | 44 | 3 | 13 | 461 | 75 | 111 |
| Binary | 11100100 | 10010001 | 11011101 | 0 | 100100 | 11 | 1011 | 100110001 | 111101 | 1001001 |
Color Harmonies of #E491DD
Complementary color
Monochromatic Colors of #E491DD
Black with #E491DD
Text Example
Text Example
White with #E491DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491DD; }
p { color: rgb(228,145,221); }
H1.HeaderClassName
{
color: #E491DD;
}
.AnyTagClassName
{
color: #E491DD;
}
</style>
background-color css
<style>
a { background-color: #E491DD; }
a { background-color: rgb(228,145,221); }
div.DivClassName
{
background-color: #E491DD;
}
.BgClassName
{
background-color: #E491DD;
}
</style>
border-color css
<style>
span { border-color: #E491DD; }
span { border-color: rgb(228,145,221); }
td.TdClassName
{
border-color: #E491DD;
}
.TagClassName
{
border-color: #E491DD;
}
</style>