Shades of Plum #E494D0
Tints of Plum #E494D0
RGB
CMYK
RGB Variations
Color information
#E494D0 (or 0xE494D0) is known color: Plum. HEX triplet: E4, 94 and D0. RGB value is (228,148,208). Sum of RGB (Red+Green+Blue) = 228+148+208=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E494D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494D0 is #1B6B2F. Grayscale: #B2B2B2. Windows color (decimal): -1796912 or 13669604. OLE color: 13669604.
HSL color Cylindrical-coordinate representation of color #E494D0: hue angle of 315º 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 #E494D0 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 208 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.11 |
| HSL | 315º | 0.6% | 0.74% | - |
| HSV(B) | 315º | 0.35% | 0.89% | - |
| XYZ | 53.97 | 42.23 | 64.98 | - |
| YUV | 178.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 208 | 0 | 0.35 | 0.09 | 0.11 | 315 | 0.6 | 0.74 |
| Hex | E4 | 94 | D0 | 0 | 23 | 9 | B | 13B | 3C | 4A |
| Octal | 344 | 224 | 320 | 0 | 43 | 11 | 13 | 473 | 74 | 112 |
| Binary | 11100100 | 10010100 | 11010000 | 0 | 100011 | 1001 | 1011 | 100111011 | 111100 | 1001010 |
Color Harmonies of #E494D0
Complementary color
Monochromatic Colors of #E494D0
Black with #E494D0
Text Example
Text Example
White with #E494D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494D0; }
p { color: rgb(228,148,208); }
H1.HeaderClassName
{
color: #E494D0;
}
.AnyTagClassName
{
color: #E494D0;
}
</style>
background-color css
<style>
a { background-color: #E494D0; }
a { background-color: rgb(228,148,208); }
div.DivClassName
{
background-color: #E494D0;
}
.BgClassName
{
background-color: #E494D0;
}
</style>
border-color css
<style>
span { border-color: #E494D0; }
span { border-color: rgb(228,148,208); }
td.TdClassName
{
border-color: #E494D0;
}
.TagClassName
{
border-color: #E494D0;
}
</style>