Shades of Plum #E494D6
Tints of Plum #E494D6
RGB
CMYK
RGB Variations
Color information
#E494D6 (or 0xE494D6) is known color: Plum. HEX triplet: E4, 94 and D6. RGB value is (228,148,214). Sum of RGB (Red+Green+Blue) = 228+148+214=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E494D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494D6 is #1B6B29. Grayscale: #B3B3B3. Windows color (decimal): -1796906 or 14062820. OLE color: 14062820.
HSL color Cylindrical-coordinate representation of color #E494D6: hue angle of 310.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E494D6 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 214 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.11 |
| HSL | 310.5º | 0.6% | 0.74% | - |
| HSV(B) | 310.5º | 0.35% | 0.89% | - |
| XYZ | 54.72 | 42.53 | 68.94 | - |
| YUV | 179.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 214 | 0 | 0.35 | 0.06 | 0.11 | 310.5 | 0.6 | 0.74 |
| Hex | E4 | 94 | D6 | 0 | 23 | 6 | B | 136 | 3C | 4A |
| Octal | 344 | 224 | 326 | 0 | 43 | 6 | 13 | 466 | 74 | 112 |
| Binary | 11100100 | 10010100 | 11010110 | 0 | 100011 | 110 | 1011 | 100110110 | 111100 | 1001010 |
Color Harmonies of #E494D6
Complementary color
Monochromatic Colors of #E494D6
Black with #E494D6
Text Example
Text Example
White with #E494D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494D6; }
p { color: rgb(228,148,214); }
H1.HeaderClassName
{
color: #E494D6;
}
.AnyTagClassName
{
color: #E494D6;
}
</style>
background-color css
<style>
a { background-color: #E494D6; }
a { background-color: rgb(228,148,214); }
div.DivClassName
{
background-color: #E494D6;
}
.BgClassName
{
background-color: #E494D6;
}
</style>
border-color css
<style>
span { border-color: #E494D6; }
span { border-color: rgb(228,148,214); }
td.TdClassName
{
border-color: #E494D6;
}
.TagClassName
{
border-color: #E494D6;
}
</style>