Shades of Plum #E892E4
Tints of Plum #E892E4
RGB
CMYK
RGB Variations
Color information
#E892E4 (or 0xE892E4) is known color: Plum. HEX triplet: E8, 92 and E4. RGB value is (232,146,228). Sum of RGB (Red+Green+Blue) = 232+146+228=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E892E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892E4 is #176D1B. Grayscale: #B4B4B4. Windows color (decimal): -1535260 or 14979816. OLE color: 14979816.
HSL color Cylindrical-coordinate representation of color #E892E4: hue angle of 302.79º 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 #E892E4 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 228 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.09 |
| HSL | 302.79º | 0.65% | 0.74% | - |
| HSV(B) | 302.79º | 0.37% | 0.91% | - |
| XYZ | 57.56 | 43.32 | 78.73 | - |
| YUV | 181.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 228 | 0 | 0.37 | 0.02 | 0.09 | 302.79 | 0.65 | 0.74 |
| Hex | E8 | 92 | E4 | 0 | 25 | 2 | 9 | 12F | 41 | 4A |
| Octal | 350 | 222 | 344 | 0 | 45 | 2 | 11 | 457 | 101 | 112 |
| Binary | 11101000 | 10010010 | 11100100 | 0 | 100101 | 10 | 1001 | 100101111 | 1000001 | 1001010 |
Color Harmonies of #E892E4
Complementary color
Monochromatic Colors of #E892E4
Black with #E892E4
Text Example
Text Example
White with #E892E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E892E4; }
p { color: rgb(232,146,228); }
H1.HeaderClassName
{
color: #E892E4;
}
.AnyTagClassName
{
color: #E892E4;
}
</style>
background-color css
<style>
a { background-color: #E892E4; }
a { background-color: rgb(232,146,228); }
div.DivClassName
{
background-color: #E892E4;
}
.BgClassName
{
background-color: #E892E4;
}
</style>
border-color css
<style>
span { border-color: #E892E4; }
span { border-color: rgb(232,146,228); }
td.TdClassName
{
border-color: #E892E4;
}
.TagClassName
{
border-color: #E892E4;
}
</style>