Shades of Plum #E398D8
Tints of Plum #E398D8
RGB
CMYK
RGB Variations
Color information
#E398D8 (or 0xE398D8) is known color: Plum. HEX triplet: E3, 98 and D8. RGB value is (227,152,216). Sum of RGB (Red+Green+Blue) = 227+152+216=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E398D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E398D8 is #1C6727. Grayscale: #B5B5B5. Windows color (decimal): -1861416 or 14194915. OLE color: 14194915.
HSL color Cylindrical-coordinate representation of color #E398D8: hue angle of 308.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E398D8 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 216 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.11 |
| HSL | 308.8º | 0.57% | 0.74% | - |
| HSV(B) | 308.8º | 0.33% | 0.89% | - |
| XYZ | 55.3 | 43.75 | 70.49 | - |
| YUV | 181.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 216 | 0 | 0.33 | 0.05 | 0.11 | 308.8 | 0.57 | 0.74 |
| Hex | E3 | 98 | D8 | 0 | 21 | 5 | B | 135 | 39 | 4A |
| Octal | 343 | 230 | 330 | 0 | 41 | 5 | 13 | 465 | 71 | 112 |
| Binary | 11100011 | 10011000 | 11011000 | 0 | 100001 | 101 | 1011 | 100110101 | 111001 | 1001010 |
Color Harmonies of #E398D8
Complementary color
Monochromatic Colors of #E398D8
Black with #E398D8
Text Example
Text Example
White with #E398D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398D8; }
p { color: rgb(227,152,216); }
H1.HeaderClassName
{
color: #E398D8;
}
.AnyTagClassName
{
color: #E398D8;
}
</style>
background-color css
<style>
a { background-color: #E398D8; }
a { background-color: rgb(227,152,216); }
div.DivClassName
{
background-color: #E398D8;
}
.BgClassName
{
background-color: #E398D8;
}
</style>
border-color css
<style>
span { border-color: #E398D8; }
span { border-color: rgb(227,152,216); }
td.TdClassName
{
border-color: #E398D8;
}
.TagClassName
{
border-color: #E398D8;
}
</style>