Shades of Plum #E897DA
Tints of Plum #E897DA
RGB
CMYK
RGB Variations
Color information
#E897DA (or 0xE897DA) is known color: Plum. HEX triplet: E8, 97 and DA. RGB value is (232,151,218). Sum of RGB (Red+Green+Blue) = 232+151+218=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E897DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E897DA is #176825. Grayscale: #B6B6B6. Windows color (decimal): -1533990 or 14325736. OLE color: 14325736.
HSL color Cylindrical-coordinate representation of color #E897DA: hue angle of 310.37º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E897DA is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 218 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.09 |
| HSL | 310.37º | 0.64% | 0.75% | - |
| HSV(B) | 310.37º | 0.35% | 0.91% | - |
| XYZ | 57 | 44.35 | 71.89 | - |
| YUV | 182.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 218 | 0 | 0.35 | 0.06 | 0.09 | 310.37 | 0.64 | 0.75 |
| Hex | E8 | 97 | DA | 0 | 23 | 6 | 9 | 136 | 40 | 4B |
| Octal | 350 | 227 | 332 | 0 | 43 | 6 | 11 | 466 | 100 | 113 |
| Binary | 11101000 | 10010111 | 11011010 | 0 | 100011 | 110 | 1001 | 100110110 | 1000000 | 1001011 |
Color Harmonies of #E897DA
Complementary color
Monochromatic Colors of #E897DA
Black with #E897DA
Text Example
Text Example
White with #E897DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E897DA; }
p { color: rgb(232,151,218); }
H1.HeaderClassName
{
color: #E897DA;
}
.AnyTagClassName
{
color: #E897DA;
}
</style>
background-color css
<style>
a { background-color: #E897DA; }
a { background-color: rgb(232,151,218); }
div.DivClassName
{
background-color: #E897DA;
}
.BgClassName
{
background-color: #E897DA;
}
</style>
border-color css
<style>
span { border-color: #E897DA; }
span { border-color: rgb(232,151,218); }
td.TdClassName
{
border-color: #E897DA;
}
.TagClassName
{
border-color: #E897DA;
}
</style>