Shades of Plum #E38ED4
Tints of Plum #E38ED4
RGB
CMYK
RGB Variations
Color information
#E38ED4 (or 0xE38ED4) is known color: Plum. HEX triplet: E3, 8E and D4. RGB value is (227,142,212). Sum of RGB (Red+Green+Blue) = 227+142+212=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ED4 is #1C712B. Grayscale: #AFAFAF. Windows color (decimal): -1863980 or 13930211. OLE color: 13930211.
HSL color Cylindrical-coordinate representation of color #E38ED4: hue angle of 310.59º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38ED4 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 212 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.11 |
| HSL | 310.59º | 0.6% | 0.72% | - |
| HSV(B) | 310.59º | 0.37% | 0.89% | - |
| XYZ | 53.24 | 40.43 | 67.29 | - |
| YUV | 175.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 212 | 0 | 0.37 | 0.07 | 0.11 | 310.59 | 0.6 | 0.72 |
| Hex | E3 | 8E | D4 | 0 | 25 | 7 | B | 137 | 3C | 48 |
| Octal | 343 | 216 | 324 | 0 | 45 | 7 | 13 | 467 | 74 | 110 |
| Binary | 11100011 | 10001110 | 11010100 | 0 | 100101 | 111 | 1011 | 100110111 | 111100 | 1001000 |
Color Harmonies of #E38ED4
Complementary color
Monochromatic Colors of #E38ED4
Black with #E38ED4
Text Example
Text Example
White with #E38ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38ED4; }
p { color: rgb(227,142,212); }
H1.HeaderClassName
{
color: #E38ED4;
}
.AnyTagClassName
{
color: #E38ED4;
}
</style>
background-color css
<style>
a { background-color: #E38ED4; }
a { background-color: rgb(227,142,212); }
div.DivClassName
{
background-color: #E38ED4;
}
.BgClassName
{
background-color: #E38ED4;
}
</style>
border-color css
<style>
span { border-color: #E38ED4; }
span { border-color: rgb(227,142,212); }
td.TdClassName
{
border-color: #E38ED4;
}
.TagClassName
{
border-color: #E38ED4;
}
</style>