Shades of Plum #E494DF
Tints of Plum #E494DF
RGB
CMYK
RGB Variations
Color information
#E494DF (or 0xE494DF) is known color: Plum. HEX triplet: E4, 94 and DF. RGB value is (228,148,223). Sum of RGB (Red+Green+Blue) = 228+148+223=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 228 - color contains mainly: red. Hex color #E494DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494DF is #1B6B20. Grayscale: #B4B4B4. Windows color (decimal): -1796897 or 14652644. OLE color: 14652644.
HSL color Cylindrical-coordinate representation of color #E494DF: hue angle of 303.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 #E494DF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 223 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.11 |
| HSL | 303.75º | 0.6% | 0.74% | - |
| HSV(B) | 303.75º | 0.35% | 0.89% | - |
| XYZ | 55.9 | 43 | 75.17 | - |
| YUV | 180.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 223 | 0 | 0.35 | 0.02 | 0.11 | 303.75 | 0.6 | 0.74 |
| Hex | E4 | 94 | DF | 0 | 23 | 2 | B | 130 | 3C | 4A |
| Octal | 344 | 224 | 337 | 0 | 43 | 2 | 13 | 460 | 74 | 112 |
| Binary | 11100100 | 10010100 | 11011111 | 0 | 100011 | 10 | 1011 | 100110000 | 111100 | 1001010 |
Color Harmonies of #E494DF
Complementary color
Monochromatic Colors of #E494DF
Black with #E494DF
Text Example
Text Example
White with #E494DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494DF; }
p { color: rgb(228,148,223); }
H1.HeaderClassName
{
color: #E494DF;
}
.AnyTagClassName
{
color: #E494DF;
}
</style>
background-color css
<style>
a { background-color: #E494DF; }
a { background-color: rgb(228,148,223); }
div.DivClassName
{
background-color: #E494DF;
}
.BgClassName
{
background-color: #E494DF;
}
</style>
border-color css
<style>
span { border-color: #E494DF; }
span { border-color: rgb(228,148,223); }
td.TdClassName
{
border-color: #E494DF;
}
.TagClassName
{
border-color: #E494DF;
}
</style>