Shades of Plum #E398DA
Tints of Plum #E398DA
RGB
CMYK
RGB Variations
Color information
#E398DA (or 0xE398DA) is known color: Plum. HEX triplet: E3, 98 and DA. RGB value is (227,152,218). Sum of RGB (Red+Green+Blue) = 227+152+218=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E398DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E398DA is #1C6725. Grayscale: #B5B5B5. Windows color (decimal): -1861414 or 14325987. OLE color: 14325987.
HSL color Cylindrical-coordinate representation of color #E398DA: hue angle of 307.2º 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 #E398DA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 218 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.11 |
| HSL | 307.2º | 0.57% | 0.74% | - |
| HSV(B) | 307.2º | 0.33% | 0.89% | - |
| XYZ | 55.56 | 43.85 | 71.87 | - |
| YUV | 181.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 218 | 0 | 0.33 | 0.04 | 0.11 | 307.2 | 0.57 | 0.74 |
| Hex | E3 | 98 | DA | 0 | 21 | 4 | B | 133 | 39 | 4A |
| Octal | 343 | 230 | 332 | 0 | 41 | 4 | 13 | 463 | 71 | 112 |
| Binary | 11100011 | 10011000 | 11011010 | 0 | 100001 | 100 | 1011 | 100110011 | 111001 | 1001010 |
Color Harmonies of #E398DA
Complementary color
Monochromatic Colors of #E398DA
Black with #E398DA
Text Example
Text Example
White with #E398DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E398DA; }
p { color: rgb(227,152,218); }
H1.HeaderClassName
{
color: #E398DA;
}
.AnyTagClassName
{
color: #E398DA;
}
</style>
background-color css
<style>
a { background-color: #E398DA; }
a { background-color: rgb(227,152,218); }
div.DivClassName
{
background-color: #E398DA;
}
.BgClassName
{
background-color: #E398DA;
}
</style>
border-color css
<style>
span { border-color: #E398DA; }
span { border-color: rgb(227,152,218); }
td.TdClassName
{
border-color: #E398DA;
}
.TagClassName
{
border-color: #E398DA;
}
</style>