Shades of Plum #E494D1
Tints of Plum #E494D1
RGB
CMYK
RGB Variations
Color information
#E494D1 (or 0xE494D1) is known color: Plum. HEX triplet: E4, 94 and D1. RGB value is (228,148,209). Sum of RGB (Red+Green+Blue) = 228+148+209=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 228 - color contains mainly: red. Hex color #E494D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494D1 is #1B6B2E. Grayscale: #B2B2B2. Windows color (decimal): -1796911 or 13735140. OLE color: 13735140.
HSL color Cylindrical-coordinate representation of color #E494D1: hue angle of 314.25º 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 #E494D1 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 209 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.11 |
| HSL | 314.25º | 0.6% | 0.74% | - |
| HSV(B) | 314.25º | 0.35% | 0.89% | - |
| XYZ | 54.09 | 42.28 | 65.63 | - |
| YUV | 178.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 209 | 0 | 0.35 | 0.08 | 0.11 | 314.25 | 0.6 | 0.74 |
| Hex | E4 | 94 | D1 | 0 | 23 | 8 | B | 13A | 3C | 4A |
| Octal | 344 | 224 | 321 | 0 | 43 | 10 | 13 | 472 | 74 | 112 |
| Binary | 11100100 | 10010100 | 11010001 | 0 | 100011 | 1000 | 1011 | 100111010 | 111100 | 1001010 |
Color Harmonies of #E494D1
Complementary color
Monochromatic Colors of #E494D1
Black with #E494D1
Text Example
Text Example
White with #E494D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494D1; }
p { color: rgb(228,148,209); }
H1.HeaderClassName
{
color: #E494D1;
}
.AnyTagClassName
{
color: #E494D1;
}
</style>
background-color css
<style>
a { background-color: #E494D1; }
a { background-color: rgb(228,148,209); }
div.DivClassName
{
background-color: #E494D1;
}
.BgClassName
{
background-color: #E494D1;
}
</style>
border-color css
<style>
span { border-color: #E494D1; }
span { border-color: rgb(228,148,209); }
td.TdClassName
{
border-color: #E494D1;
}
.TagClassName
{
border-color: #E494D1;
}
</style>