Shades of Plum #E892E1
Tints of Plum #E892E1
RGB
CMYK
RGB Variations
Color information
#E892E1 (or 0xE892E1) is known color: Plum. HEX triplet: E8, 92 and E1. RGB value is (232,146,225). Sum of RGB (Red+Green+Blue) = 232+146+225=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E892E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892E1 is #176D1E. Grayscale: #B4B4B4. Windows color (decimal): -1535263 or 14783208. OLE color: 14783208.
HSL color Cylindrical-coordinate representation of color #E892E1: hue angle of 304.88º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E892E1 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 225 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.09 |
| HSL | 304.88º | 0.65% | 0.74% | - |
| HSV(B) | 304.88º | 0.37% | 0.91% | - |
| XYZ | 57.15 | 43.15 | 76.55 | - |
| YUV | 180.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 225 | 0 | 0.37 | 0.03 | 0.09 | 304.88 | 0.65 | 0.74 |
| Hex | E8 | 92 | E1 | 0 | 25 | 3 | 9 | 131 | 41 | 4A |
| Octal | 350 | 222 | 341 | 0 | 45 | 3 | 11 | 461 | 101 | 112 |
| Binary | 11101000 | 10010010 | 11100001 | 0 | 100101 | 11 | 1001 | 100110001 | 1000001 | 1001010 |
Color Harmonies of #E892E1
Complementary color
Monochromatic Colors of #E892E1
Black with #E892E1
Text Example
Text Example
White with #E892E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E892E1; }
p { color: rgb(232,146,225); }
H1.HeaderClassName
{
color: #E892E1;
}
.AnyTagClassName
{
color: #E892E1;
}
</style>
background-color css
<style>
a { background-color: #E892E1; }
a { background-color: rgb(232,146,225); }
div.DivClassName
{
background-color: #E892E1;
}
.BgClassName
{
background-color: #E892E1;
}
</style>
border-color css
<style>
span { border-color: #E892E1; }
span { border-color: rgb(232,146,225); }
td.TdClassName
{
border-color: #E892E1;
}
.TagClassName
{
border-color: #E892E1;
}
</style>