Shades of Plum #E892DF
Tints of Plum #E892DF
RGB
CMYK
RGB Variations
Color information
#E892DF (or 0xE892DF) is known color: Plum. HEX triplet: E8, 92 and DF. RGB value is (232,146,223). Sum of RGB (Red+Green+Blue) = 232+146+223=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E892DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892DF is #176D20. Grayscale: #B4B4B4. Windows color (decimal): -1535265 or 14652136. OLE color: 14652136.
HSL color Cylindrical-coordinate representation of color #E892DF: hue angle of 306.28º 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 #E892DF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 223 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.09 |
| HSL | 306.28º | 0.65% | 0.74% | - |
| HSV(B) | 306.28º | 0.37% | 0.91% | - |
| XYZ | 56.88 | 43.04 | 75.12 | - |
| YUV | 180.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 223 | 0 | 0.37 | 0.04 | 0.09 | 306.28 | 0.65 | 0.74 |
| Hex | E8 | 92 | DF | 0 | 25 | 4 | 9 | 132 | 41 | 4A |
| Octal | 350 | 222 | 337 | 0 | 45 | 4 | 11 | 462 | 101 | 112 |
| Binary | 11101000 | 10010010 | 11011111 | 0 | 100101 | 100 | 1001 | 100110010 | 1000001 | 1001010 |
Color Harmonies of #E892DF
Complementary color
Monochromatic Colors of #E892DF
Black with #E892DF
Text Example
Text Example
White with #E892DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E892DF; }
p { color: rgb(232,146,223); }
H1.HeaderClassName
{
color: #E892DF;
}
.AnyTagClassName
{
color: #E892DF;
}
</style>
background-color css
<style>
a { background-color: #E892DF; }
a { background-color: rgb(232,146,223); }
div.DivClassName
{
background-color: #E892DF;
}
.BgClassName
{
background-color: #E892DF;
}
</style>
border-color css
<style>
span { border-color: #E892DF; }
span { border-color: rgb(232,146,223); }
td.TdClassName
{
border-color: #E892DF;
}
.TagClassName
{
border-color: #E892DF;
}
</style>