Shades of Plum #E396DA
Tints of Plum #E396DA
RGB
CMYK
RGB Variations
Color information
#E396DA (or 0xE396DA) is known color: Plum. HEX triplet: E3, 96 and DA. RGB value is (227,150,218). Sum of RGB (Red+Green+Blue) = 227+150+218=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E396DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396DA is #1C6925. Grayscale: #B4B4B4. Windows color (decimal): -1861926 or 14325475. OLE color: 14325475.
HSL color Cylindrical-coordinate representation of color #E396DA: hue angle of 307.01º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E396DA is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 218 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.11 |
| HSL | 307.01º | 0.58% | 0.74% | - |
| HSV(B) | 307.01º | 0.34% | 0.89% | - |
| XYZ | 55.24 | 43.21 | 71.76 | - |
| YUV | 180.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 218 | 0 | 0.34 | 0.04 | 0.11 | 307.01 | 0.58 | 0.74 |
| Hex | E3 | 96 | DA | 0 | 22 | 4 | B | 133 | 3A | 4A |
| Octal | 343 | 226 | 332 | 0 | 42 | 4 | 13 | 463 | 72 | 112 |
| Binary | 11100011 | 10010110 | 11011010 | 0 | 100010 | 100 | 1011 | 100110011 | 111010 | 1001010 |
Color Harmonies of #E396DA
Complementary color
Monochromatic Colors of #E396DA
Black with #E396DA
Text Example
Text Example
White with #E396DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396DA; }
p { color: rgb(227,150,218); }
H1.HeaderClassName
{
color: #E396DA;
}
.AnyTagClassName
{
color: #E396DA;
}
</style>
background-color css
<style>
a { background-color: #E396DA; }
a { background-color: rgb(227,150,218); }
div.DivClassName
{
background-color: #E396DA;
}
.BgClassName
{
background-color: #E396DA;
}
</style>
border-color css
<style>
span { border-color: #E396DA; }
span { border-color: rgb(227,150,218); }
td.TdClassName
{
border-color: #E396DA;
}
.TagClassName
{
border-color: #E396DA;
}
</style>