Shades of Plum #E895D5
Tints of Plum #E895D5
RGB
CMYK
RGB Variations
Color information
#E895D5 (or 0xE895D5) is known color: Plum. HEX triplet: E8, 95 and D5. RGB value is (232,149,213). Sum of RGB (Red+Green+Blue) = 232+149+213=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E895D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895D5 is #176A2A. Grayscale: #B4B4B4. Windows color (decimal): -1534507 or 13997544. OLE color: 13997544.
HSL color Cylindrical-coordinate representation of color #E895D5: hue angle of 313.73º 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 #E895D5 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 213 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.09 |
| HSL | 313.73º | 0.64% | 0.75% | - |
| HSV(B) | 313.73º | 0.36% | 0.91% | - |
| XYZ | 56.04 | 43.45 | 68.38 | - |
| YUV | 181.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 213 | 0 | 0.36 | 0.08 | 0.09 | 313.73 | 0.64 | 0.75 |
| Hex | E8 | 95 | D5 | 0 | 24 | 8 | 9 | 13A | 40 | 4B |
| Octal | 350 | 225 | 325 | 0 | 44 | 10 | 11 | 472 | 100 | 113 |
| Binary | 11101000 | 10010101 | 11010101 | 0 | 100100 | 1000 | 1001 | 100111010 | 1000000 | 1001011 |
Color Harmonies of #E895D5
Complementary color
Monochromatic Colors of #E895D5
Black with #E895D5
Text Example
Text Example
White with #E895D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E895D5; }
p { color: rgb(232,149,213); }
H1.HeaderClassName
{
color: #E895D5;
}
.AnyTagClassName
{
color: #E895D5;
}
</style>
background-color css
<style>
a { background-color: #E895D5; }
a { background-color: rgb(232,149,213); }
div.DivClassName
{
background-color: #E895D5;
}
.BgClassName
{
background-color: #E895D5;
}
</style>
border-color css
<style>
span { border-color: #E895D5; }
span { border-color: rgb(232,149,213); }
td.TdClassName
{
border-color: #E895D5;
}
.TagClassName
{
border-color: #E895D5;
}
</style>