Shades of Plum #E895E0
Tints of Plum #E895E0
RGB
CMYK
RGB Variations
Color information
#E895E0 (or 0xE895E0) is known color: Plum. HEX triplet: E8, 95 and E0. RGB value is (232,149,224). Sum of RGB (Red+Green+Blue) = 232+149+224=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E895E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895E0 is #176A1F. Grayscale: #B6B6B6. Windows color (decimal): -1534496 or 14718440. OLE color: 14718440.
HSL color Cylindrical-coordinate representation of color #E895E0: hue angle of 305.78º 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 #E895E0 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 224 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.09 |
| HSL | 305.78º | 0.64% | 0.75% | - |
| HSV(B) | 305.78º | 0.36% | 0.91% | - |
| XYZ | 57.48 | 44.03 | 75.99 | - |
| YUV | 182.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 224 | 0 | 0.36 | 0.03 | 0.09 | 305.78 | 0.64 | 0.75 |
| Hex | E8 | 95 | E0 | 0 | 24 | 3 | 9 | 132 | 40 | 4B |
| Octal | 350 | 225 | 340 | 0 | 44 | 3 | 11 | 462 | 100 | 113 |
| Binary | 11101000 | 10010101 | 11100000 | 0 | 100100 | 11 | 1001 | 100110010 | 1000000 | 1001011 |
Color Harmonies of #E895E0
Complementary color
Monochromatic Colors of #E895E0
Black with #E895E0
Text Example
Text Example
White with #E895E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E895E0; }
p { color: rgb(232,149,224); }
H1.HeaderClassName
{
color: #E895E0;
}
.AnyTagClassName
{
color: #E895E0;
}
</style>
background-color css
<style>
a { background-color: #E895E0; }
a { background-color: rgb(232,149,224); }
div.DivClassName
{
background-color: #E895E0;
}
.BgClassName
{
background-color: #E895E0;
}
</style>
border-color css
<style>
span { border-color: #E895E0; }
span { border-color: rgb(232,149,224); }
td.TdClassName
{
border-color: #E895E0;
}
.TagClassName
{
border-color: #E895E0;
}
</style>