Shades of Plum #E394DD
Tints of Plum #E394DD
RGB
CMYK
RGB Variations
Color information
#E394DD (or 0xE394DD) is known color: Plum. HEX triplet: E3, 94 and DD. RGB value is (227,148,221). Sum of RGB (Red+Green+Blue) = 227+148+221=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E394DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394DD is #1C6B22. Grayscale: #B3B3B3. Windows color (decimal): -1862435 or 14521571. OLE color: 14521571.
HSL color Cylindrical-coordinate representation of color #E394DD: hue angle of 304.56º 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 #E394DD is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 221 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.11 |
| HSL | 304.56º | 0.59% | 0.74% | - |
| HSV(B) | 304.56º | 0.35% | 0.89% | - |
| XYZ | 55.32 | 42.73 | 73.74 | - |
| YUV | 179.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 221 | 0 | 0.35 | 0.03 | 0.11 | 304.56 | 0.59 | 0.74 |
| Hex | E3 | 94 | DD | 0 | 23 | 3 | B | 131 | 3B | 4A |
| Octal | 343 | 224 | 335 | 0 | 43 | 3 | 13 | 461 | 73 | 112 |
| Binary | 11100011 | 10010100 | 11011101 | 0 | 100011 | 11 | 1011 | 100110001 | 111011 | 1001010 |
Color Harmonies of #E394DD
Complementary color
Monochromatic Colors of #E394DD
Black with #E394DD
Text Example
Text Example
White with #E394DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394DD; }
p { color: rgb(227,148,221); }
H1.HeaderClassName
{
color: #E394DD;
}
.AnyTagClassName
{
color: #E394DD;
}
</style>
background-color css
<style>
a { background-color: #E394DD; }
a { background-color: rgb(227,148,221); }
div.DivClassName
{
background-color: #E394DD;
}
.BgClassName
{
background-color: #E394DD;
}
</style>
border-color css
<style>
span { border-color: #E394DD; }
span { border-color: rgb(227,148,221); }
td.TdClassName
{
border-color: #E394DD;
}
.TagClassName
{
border-color: #E394DD;
}
</style>