Shades of Plum #E992DF
Tints of Plum #E992DF
RGB
CMYK
RGB Variations
Color information
#E992DF (or 0xE992DF) is known color: Plum. HEX triplet: E9, 92 and DF. RGB value is (233,146,223). Sum of RGB (Red+Green+Blue) = 233+146+223=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E992DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992DF is #166D20. Grayscale: #B4B4B4. Windows color (decimal): -1469729 or 14652137. OLE color: 14652137.
HSL color Cylindrical-coordinate representation of color #E992DF: hue angle of 306.9º degrees, saturation: 0.66, 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 #E992DF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 223 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.09 |
| HSL | 306.9º | 0.66% | 0.74% | - |
| HSV(B) | 306.9º | 0.37% | 0.91% | - |
| XYZ | 57.2 | 43.21 | 75.14 | - |
| YUV | 180.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 223 | 0 | 0.37 | 0.04 | 0.09 | 306.9 | 0.66 | 0.74 |
| Hex | E9 | 92 | DF | 0 | 25 | 4 | 9 | 133 | 42 | 4A |
| Octal | 351 | 222 | 337 | 0 | 45 | 4 | 11 | 463 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11011111 | 0 | 100101 | 100 | 1001 | 100110011 | 1000010 | 1001010 |
Color Harmonies of #E992DF
Complementary color
Monochromatic Colors of #E992DF
Black with #E992DF
Text Example
Text Example
White with #E992DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992DF; }
p { color: rgb(233,146,223); }
H1.HeaderClassName
{
color: #E992DF;
}
.AnyTagClassName
{
color: #E992DF;
}
</style>
background-color css
<style>
a { background-color: #E992DF; }
a { background-color: rgb(233,146,223); }
div.DivClassName
{
background-color: #E992DF;
}
.BgClassName
{
background-color: #E992DF;
}
</style>
border-color css
<style>
span { border-color: #E992DF; }
span { border-color: rgb(233,146,223); }
td.TdClassName
{
border-color: #E992DF;
}
.TagClassName
{
border-color: #E992DF;
}
</style>