Shades of Plum #E494DB
Tints of Plum #E494DB
RGB
CMYK
RGB Variations
Color information
#E494DB (or 0xE494DB) is known color: Plum. HEX triplet: E4, 94 and DB. RGB value is (228,148,219). Sum of RGB (Red+Green+Blue) = 228+148+219=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E494DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494DB is #1B6B24. Grayscale: #B3B3B3. Windows color (decimal): -1796901 or 14390500. OLE color: 14390500.
HSL color Cylindrical-coordinate representation of color #E494DB: hue angle of 306.75º 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 #E494DB is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 219 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.11 |
| HSL | 306.75º | 0.6% | 0.74% | - |
| HSV(B) | 306.75º | 0.35% | 0.89% | - |
| XYZ | 55.37 | 42.79 | 72.36 | - |
| YUV | 180.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 219 | 0 | 0.35 | 0.04 | 0.11 | 306.75 | 0.6 | 0.74 |
| Hex | E4 | 94 | DB | 0 | 23 | 4 | B | 133 | 3C | 4A |
| Octal | 344 | 224 | 333 | 0 | 43 | 4 | 13 | 463 | 74 | 112 |
| Binary | 11100100 | 10010100 | 11011011 | 0 | 100011 | 100 | 1011 | 100110011 | 111100 | 1001010 |
Color Harmonies of #E494DB
Complementary color
Monochromatic Colors of #E494DB
Black with #E494DB
Text Example
Text Example
White with #E494DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494DB; }
p { color: rgb(228,148,219); }
H1.HeaderClassName
{
color: #E494DB;
}
.AnyTagClassName
{
color: #E494DB;
}
</style>
background-color css
<style>
a { background-color: #E494DB; }
a { background-color: rgb(228,148,219); }
div.DivClassName
{
background-color: #E494DB;
}
.BgClassName
{
background-color: #E494DB;
}
</style>
border-color css
<style>
span { border-color: #E494DB; }
span { border-color: rgb(228,148,219); }
td.TdClassName
{
border-color: #E494DB;
}
.TagClassName
{
border-color: #E494DB;
}
</style>