Shades of Plum #E48ECF
Tints of Plum #E48ECF
RGB
CMYK
RGB Variations
Color information
#E48ECF (or 0xE48ECF) is known color: Plum. HEX triplet: E4, 8E and CF. RGB value is (228,142,207). Sum of RGB (Red+Green+Blue) = 228+142+207=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ECF is #1B7130. Grayscale: #AEAEAE. Windows color (decimal): -1798449 or 13602532. OLE color: 13602532.
HSL color Cylindrical-coordinate representation of color #E48ECF: hue angle of 314.65º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48ECF is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 207 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.11 |
| HSL | 314.65º | 0.61% | 0.73% | - |
| HSV(B) | 314.65º | 0.38% | 0.89% | - |
| XYZ | 52.93 | 40.34 | 64.03 | - |
| YUV | 175.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 207 | 0 | 0.38 | 0.09 | 0.11 | 314.65 | 0.61 | 0.73 |
| Hex | E4 | 8E | CF | 0 | 26 | 9 | B | 13B | 3D | 49 |
| Octal | 344 | 216 | 317 | 0 | 46 | 11 | 13 | 473 | 75 | 111 |
| Binary | 11100100 | 10001110 | 11001111 | 0 | 100110 | 1001 | 1011 | 100111011 | 111101 | 1001001 |
Color Harmonies of #E48ECF
Complementary color
Monochromatic Colors of #E48ECF
Black with #E48ECF
Text Example
Text Example
White with #E48ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48ECF; }
p { color: rgb(228,142,207); }
H1.HeaderClassName
{
color: #E48ECF;
}
.AnyTagClassName
{
color: #E48ECF;
}
</style>
background-color css
<style>
a { background-color: #E48ECF; }
a { background-color: rgb(228,142,207); }
div.DivClassName
{
background-color: #E48ECF;
}
.BgClassName
{
background-color: #E48ECF;
}
</style>
border-color css
<style>
span { border-color: #E48ECF; }
span { border-color: rgb(228,142,207); }
td.TdClassName
{
border-color: #E48ECF;
}
.TagClassName
{
border-color: #E48ECF;
}
</style>