Shades of Plum #E894E4
Tints of Plum #E894E4
RGB
CMYK
RGB Variations
Color information
#E894E4 (or 0xE894E4) is known color: Plum. HEX triplet: E8, 94 and E4. RGB value is (232,148,228). Sum of RGB (Red+Green+Blue) = 232+148+228=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E894E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894E4 is #176B1B. Grayscale: #B6B6B6. Windows color (decimal): -1534748 or 14980328. OLE color: 14980328.
HSL color Cylindrical-coordinate representation of color #E894E4: hue angle of 302.86º degrees, saturation: 0.65, 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 #E894E4 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 228 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.09 |
| HSL | 302.86º | 0.65% | 0.75% | - |
| HSV(B) | 302.86º | 0.36% | 0.91% | - |
| XYZ | 57.87 | 43.94 | 78.83 | - |
| YUV | 182.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 228 | 0 | 0.36 | 0.02 | 0.09 | 302.86 | 0.65 | 0.75 |
| Hex | E8 | 94 | E4 | 0 | 24 | 2 | 9 | 12F | 41 | 4B |
| Octal | 350 | 224 | 344 | 0 | 44 | 2 | 11 | 457 | 101 | 113 |
| Binary | 11101000 | 10010100 | 11100100 | 0 | 100100 | 10 | 1001 | 100101111 | 1000001 | 1001011 |
Color Harmonies of #E894E4
Complementary color
Monochromatic Colors of #E894E4
Black with #E894E4
Text Example
Text Example
White with #E894E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894E4; }
p { color: rgb(232,148,228); }
H1.HeaderClassName
{
color: #E894E4;
}
.AnyTagClassName
{
color: #E894E4;
}
</style>
background-color css
<style>
a { background-color: #E894E4; }
a { background-color: rgb(232,148,228); }
div.DivClassName
{
background-color: #E894E4;
}
.BgClassName
{
background-color: #E894E4;
}
</style>
border-color css
<style>
span { border-color: #E894E4; }
span { border-color: rgb(232,148,228); }
td.TdClassName
{
border-color: #E894E4;
}
.TagClassName
{
border-color: #E894E4;
}
</style>