Shades of Plum #E394D0
Tints of Plum #E394D0
RGB
CMYK
RGB Variations
Color information
#E394D0 (or 0xE394D0) is known color: Plum. HEX triplet: E3, 94 and D0. RGB value is (227,148,208). Sum of RGB (Red+Green+Blue) = 227+148+208=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E394D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394D0 is #1C6B2F. Grayscale: #B2B2B2. Windows color (decimal): -1862448 or 13669603. OLE color: 13669603.
HSL color Cylindrical-coordinate representation of color #E394D0: hue angle of 314.43º 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 #E394D0 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 208 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.11 |
| HSL | 314.43º | 0.59% | 0.74% | - |
| HSV(B) | 314.43º | 0.35% | 0.89% | - |
| XYZ | 53.65 | 42.06 | 64.97 | - |
| YUV | 178.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 208 | 0 | 0.35 | 0.08 | 0.11 | 314.43 | 0.59 | 0.74 |
| Hex | E3 | 94 | D0 | 0 | 23 | 8 | B | 13A | 3B | 4A |
| Octal | 343 | 224 | 320 | 0 | 43 | 10 | 13 | 472 | 73 | 112 |
| Binary | 11100011 | 10010100 | 11010000 | 0 | 100011 | 1000 | 1011 | 100111010 | 111011 | 1001010 |
Color Harmonies of #E394D0
Complementary color
Monochromatic Colors of #E394D0
Black with #E394D0
Text Example
Text Example
White with #E394D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394D0; }
p { color: rgb(227,148,208); }
H1.HeaderClassName
{
color: #E394D0;
}
.AnyTagClassName
{
color: #E394D0;
}
</style>
background-color css
<style>
a { background-color: #E394D0; }
a { background-color: rgb(227,148,208); }
div.DivClassName
{
background-color: #E394D0;
}
.BgClassName
{
background-color: #E394D0;
}
</style>
border-color css
<style>
span { border-color: #E394D0; }
span { border-color: rgb(227,148,208); }
td.TdClassName
{
border-color: #E394D0;
}
.TagClassName
{
border-color: #E394D0;
}
</style>