Shades of Plum #E395DA
Tints of Plum #E395DA
RGB
CMYK
RGB Variations
Color information
#E395DA (or 0xE395DA) is known color: Plum. HEX triplet: E3, 95 and DA. RGB value is (227,149,218). Sum of RGB (Red+Green+Blue) = 227+149+218=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E395DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395DA is #1C6A25. Grayscale: #B3B3B3. Windows color (decimal): -1862182 or 14325219. OLE color: 14325219.
HSL color Cylindrical-coordinate representation of color #E395DA: hue angle of 306.92º 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 #E395DA is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 218 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.11 |
| HSL | 306.92º | 0.58% | 0.74% | - |
| HSV(B) | 306.92º | 0.34% | 0.89% | - |
| XYZ | 55.08 | 42.89 | 71.7 | - |
| YUV | 180.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 218 | 0 | 0.34 | 0.04 | 0.11 | 306.92 | 0.58 | 0.74 |
| Hex | E3 | 95 | DA | 0 | 22 | 4 | B | 133 | 3A | 4A |
| Octal | 343 | 225 | 332 | 0 | 42 | 4 | 13 | 463 | 72 | 112 |
| Binary | 11100011 | 10010101 | 11011010 | 0 | 100010 | 100 | 1011 | 100110011 | 111010 | 1001010 |
Color Harmonies of #E395DA
Complementary color
Monochromatic Colors of #E395DA
Black with #E395DA
Text Example
Text Example
White with #E395DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395DA; }
p { color: rgb(227,149,218); }
H1.HeaderClassName
{
color: #E395DA;
}
.AnyTagClassName
{
color: #E395DA;
}
</style>
background-color css
<style>
a { background-color: #E395DA; }
a { background-color: rgb(227,149,218); }
div.DivClassName
{
background-color: #E395DA;
}
.BgClassName
{
background-color: #E395DA;
}
</style>
border-color css
<style>
span { border-color: #E395DA; }
span { border-color: rgb(227,149,218); }
td.TdClassName
{
border-color: #E395DA;
}
.TagClassName
{
border-color: #E395DA;
}
</style>