Shades of Plum #E394D4
Tints of Plum #E394D4
RGB
CMYK
RGB Variations
Color information
#E394D4 (or 0xE394D4) is known color: Plum. HEX triplet: E3, 94 and D4. RGB value is (227,148,212). Sum of RGB (Red+Green+Blue) = 227+148+212=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E394D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394D4 is #1C6B2B. Grayscale: #B2B2B2. Windows color (decimal): -1862444 or 13931747. OLE color: 13931747.
HSL color Cylindrical-coordinate representation of color #E394D4: hue angle of 311.39º degrees, saturation: 0.59, 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 #E394D4 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 212 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.11 |
| HSL | 311.39º | 0.59% | 0.74% | - |
| HSV(B) | 311.39º | 0.35% | 0.89% | - |
| XYZ | 54.15 | 42.26 | 67.59 | - |
| YUV | 178.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 212 | 0 | 0.35 | 0.07 | 0.11 | 311.39 | 0.59 | 0.74 |
| Hex | E3 | 94 | D4 | 0 | 23 | 7 | B | 137 | 3B | 4A |
| Octal | 343 | 224 | 324 | 0 | 43 | 7 | 13 | 467 | 73 | 112 |
| Binary | 11100011 | 10010100 | 11010100 | 0 | 100011 | 111 | 1011 | 100110111 | 111011 | 1001010 |
Color Harmonies of #E394D4
Complementary color
Monochromatic Colors of #E394D4
Black with #E394D4
Text Example
Text Example
White with #E394D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394D4; }
p { color: rgb(227,148,212); }
H1.HeaderClassName
{
color: #E394D4;
}
.AnyTagClassName
{
color: #E394D4;
}
</style>
background-color css
<style>
a { background-color: #E394D4; }
a { background-color: rgb(227,148,212); }
div.DivClassName
{
background-color: #E394D4;
}
.BgClassName
{
background-color: #E394D4;
}
</style>
border-color css
<style>
span { border-color: #E394D4; }
span { border-color: rgb(227,148,212); }
td.TdClassName
{
border-color: #E394D4;
}
.TagClassName
{
border-color: #E394D4;
}
</style>