Shades of Plum #E895DD
Tints of Plum #E895DD
RGB
CMYK
RGB Variations
Color information
#E895DD (or 0xE895DD) is known color: Plum. HEX triplet: E8, 95 and DD. RGB value is (232,149,221). Sum of RGB (Red+Green+Blue) = 232+149+221=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E895DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895DD is #176A22. Grayscale: #B5B5B5. Windows color (decimal): -1534499 or 14521832. OLE color: 14521832.
HSL color Cylindrical-coordinate representation of color #E895DD: hue angle of 307.95º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E895DD is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 221 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.09 |
| HSL | 307.95º | 0.64% | 0.75% | - |
| HSV(B) | 307.95º | 0.36% | 0.91% | - |
| XYZ | 57.08 | 43.87 | 73.87 | - |
| YUV | 182.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 221 | 0 | 0.36 | 0.05 | 0.09 | 307.95 | 0.64 | 0.75 |
| Hex | E8 | 95 | DD | 0 | 24 | 5 | 9 | 134 | 40 | 4B |
| Octal | 350 | 225 | 335 | 0 | 44 | 5 | 11 | 464 | 100 | 113 |
| Binary | 11101000 | 10010101 | 11011101 | 0 | 100100 | 101 | 1001 | 100110100 | 1000000 | 1001011 |
Color Harmonies of #E895DD
Complementary color
Monochromatic Colors of #E895DD
Black with #E895DD
Text Example
Text Example
White with #E895DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E895DD; }
p { color: rgb(232,149,221); }
H1.HeaderClassName
{
color: #E895DD;
}
.AnyTagClassName
{
color: #E895DD;
}
</style>
background-color css
<style>
a { background-color: #E895DD; }
a { background-color: rgb(232,149,221); }
div.DivClassName
{
background-color: #E895DD;
}
.BgClassName
{
background-color: #E895DD;
}
</style>
border-color css
<style>
span { border-color: #E895DD; }
span { border-color: rgb(232,149,221); }
td.TdClassName
{
border-color: #E895DD;
}
.TagClassName
{
border-color: #E895DD;
}
</style>