Shades of Plum #E992DE
Tints of Plum #E992DE
RGB
CMYK
RGB Variations
Color information
#E992DE (or 0xE992DE) is known color: Plum. HEX triplet: E9, 92 and DE. RGB value is (233,146,222). Sum of RGB (Red+Green+Blue) = 233+146+222=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E992DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992DE is #166D21. Grayscale: #B4B4B4. Windows color (decimal): -1469730 or 14586601. OLE color: 14586601.
HSL color Cylindrical-coordinate representation of color #E992DE: hue angle of 307.59º 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 #E992DE is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 222 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.09 |
| HSL | 307.59º | 0.66% | 0.74% | - |
| HSV(B) | 307.59º | 0.37% | 0.91% | - |
| XYZ | 57.07 | 43.16 | 74.43 | - |
| YUV | 180.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 222 | 0 | 0.37 | 0.05 | 0.09 | 307.59 | 0.66 | 0.74 |
| Hex | E9 | 92 | DE | 0 | 25 | 5 | 9 | 134 | 42 | 4A |
| Octal | 351 | 222 | 336 | 0 | 45 | 5 | 11 | 464 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11011110 | 0 | 100101 | 101 | 1001 | 100110100 | 1000010 | 1001010 |
Color Harmonies of #E992DE
Complementary color
Monochromatic Colors of #E992DE
Black with #E992DE
Text Example
Text Example
White with #E992DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992DE; }
p { color: rgb(233,146,222); }
H1.HeaderClassName
{
color: #E992DE;
}
.AnyTagClassName
{
color: #E992DE;
}
</style>
background-color css
<style>
a { background-color: #E992DE; }
a { background-color: rgb(233,146,222); }
div.DivClassName
{
background-color: #E992DE;
}
.BgClassName
{
background-color: #E992DE;
}
</style>
border-color css
<style>
span { border-color: #E992DE; }
span { border-color: rgb(233,146,222); }
td.TdClassName
{
border-color: #E992DE;
}
.TagClassName
{
border-color: #E992DE;
}
</style>