Shades of Plum #E494DC
Tints of Plum #E494DC
RGB
CMYK
RGB Variations
Color information
#E494DC (or 0xE494DC) is known color: Plum. HEX triplet: E4, 94 and DC. RGB value is (228,148,220). Sum of RGB (Red+Green+Blue) = 228+148+220=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E494DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494DC is #1B6B23. Grayscale: #B3B3B3. Windows color (decimal): -1796900 or 14456036. OLE color: 14456036.
HSL color Cylindrical-coordinate representation of color #E494DC: hue angle of 306º 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 #E494DC is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 220 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.11 |
| HSL | 306º | 0.6% | 0.74% | - |
| HSV(B) | 306º | 0.35% | 0.89% | - |
| XYZ | 55.5 | 42.84 | 73.05 | - |
| YUV | 180.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 220 | 0 | 0.35 | 0.04 | 0.11 | 306 | 0.6 | 0.74 |
| Hex | E4 | 94 | DC | 0 | 23 | 4 | B | 132 | 3C | 4A |
| Octal | 344 | 224 | 334 | 0 | 43 | 4 | 13 | 462 | 74 | 112 |
| Binary | 11100100 | 10010100 | 11011100 | 0 | 100011 | 100 | 1011 | 100110010 | 111100 | 1001010 |
Color Harmonies of #E494DC
Complementary color
Monochromatic Colors of #E494DC
Black with #E494DC
Text Example
Text Example
White with #E494DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494DC; }
p { color: rgb(228,148,220); }
H1.HeaderClassName
{
color: #E494DC;
}
.AnyTagClassName
{
color: #E494DC;
}
</style>
background-color css
<style>
a { background-color: #E494DC; }
a { background-color: rgb(228,148,220); }
div.DivClassName
{
background-color: #E494DC;
}
.BgClassName
{
background-color: #E494DC;
}
</style>
border-color css
<style>
span { border-color: #E494DC; }
span { border-color: rgb(228,148,220); }
td.TdClassName
{
border-color: #E494DC;
}
.TagClassName
{
border-color: #E494DC;
}
</style>