Shades of Plum #E395D6
Tints of Plum #E395D6
RGB
CMYK
RGB Variations
Color information
#E395D6 (or 0xE395D6) is known color: Plum. HEX triplet: E3, 95 and D6. RGB value is (227,149,214). Sum of RGB (Red+Green+Blue) = 227+149+214=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E395D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395D6 is #1C6A29. Grayscale: #B3B3B3. Windows color (decimal): -1862186 or 14063075. OLE color: 14063075.
HSL color Cylindrical-coordinate representation of color #E395D6: hue angle of 310º 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 #E395D6 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 214 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.11 |
| HSL | 310º | 0.58% | 0.74% | - |
| HSV(B) | 310º | 0.34% | 0.89% | - |
| XYZ | 54.56 | 42.68 | 68.98 | - |
| YUV | 179.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 214 | 0 | 0.34 | 0.06 | 0.11 | 310 | 0.58 | 0.74 |
| Hex | E3 | 95 | D6 | 0 | 22 | 6 | B | 136 | 3A | 4A |
| Octal | 343 | 225 | 326 | 0 | 42 | 6 | 13 | 466 | 72 | 112 |
| Binary | 11100011 | 10010101 | 11010110 | 0 | 100010 | 110 | 1011 | 100110110 | 111010 | 1001010 |
Color Harmonies of #E395D6
Complementary color
Monochromatic Colors of #E395D6
Black with #E395D6
Text Example
Text Example
White with #E395D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395D6; }
p { color: rgb(227,149,214); }
H1.HeaderClassName
{
color: #E395D6;
}
.AnyTagClassName
{
color: #E395D6;
}
</style>
background-color css
<style>
a { background-color: #E395D6; }
a { background-color: rgb(227,149,214); }
div.DivClassName
{
background-color: #E395D6;
}
.BgClassName
{
background-color: #E395D6;
}
</style>
border-color css
<style>
span { border-color: #E395D6; }
span { border-color: rgb(227,149,214); }
td.TdClassName
{
border-color: #E395D6;
}
.TagClassName
{
border-color: #E395D6;
}
</style>