Shades of Plum #E394D7
Tints of Plum #E394D7
RGB
CMYK
RGB Variations
Color information
#E394D7 (or 0xE394D7) is known color: Plum. HEX triplet: E3, 94 and D7. RGB value is (227,148,215). Sum of RGB (Red+Green+Blue) = 227+148+215=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E394D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394D7 is #1C6B28. Grayscale: #B3B3B3. Windows color (decimal): -1862441 or 14128355. OLE color: 14128355.
HSL color Cylindrical-coordinate representation of color #E394D7: hue angle of 309.11º 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 #E394D7 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 215 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.11 |
| HSL | 309.11º | 0.59% | 0.74% | - |
| HSV(B) | 309.11º | 0.35% | 0.89% | - |
| XYZ | 54.53 | 42.42 | 69.6 | - |
| YUV | 179.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 215 | 0 | 0.35 | 0.05 | 0.11 | 309.11 | 0.59 | 0.74 |
| Hex | E3 | 94 | D7 | 0 | 23 | 5 | B | 135 | 3B | 4A |
| Octal | 343 | 224 | 327 | 0 | 43 | 5 | 13 | 465 | 73 | 112 |
| Binary | 11100011 | 10010100 | 11010111 | 0 | 100011 | 101 | 1011 | 100110101 | 111011 | 1001010 |
Color Harmonies of #E394D7
Complementary color
Monochromatic Colors of #E394D7
Black with #E394D7
Text Example
Text Example
White with #E394D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394D7; }
p { color: rgb(227,148,215); }
H1.HeaderClassName
{
color: #E394D7;
}
.AnyTagClassName
{
color: #E394D7;
}
</style>
background-color css
<style>
a { background-color: #E394D7; }
a { background-color: rgb(227,148,215); }
div.DivClassName
{
background-color: #E394D7;
}
.BgClassName
{
background-color: #E394D7;
}
</style>
border-color css
<style>
span { border-color: #E394D7; }
span { border-color: rgb(227,148,215); }
td.TdClassName
{
border-color: #E394D7;
}
.TagClassName
{
border-color: #E394D7;
}
</style>