Shades of Plum #E992DD
Tints of Plum #E992DD
RGB
CMYK
RGB Variations
Color information
#E992DD (or 0xE992DD) is known color: Plum. HEX triplet: E9, 92 and DD. RGB value is (233,146,221). Sum of RGB (Red+Green+Blue) = 233+146+221=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E992DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992DD is #166D22. Grayscale: #B4B4B4. Windows color (decimal): -1469731 or 14521065. OLE color: 14521065.
HSL color Cylindrical-coordinate representation of color #E992DD: hue angle of 308.28º 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 #E992DD is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 221 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.09 |
| HSL | 308.28º | 0.66% | 0.74% | - |
| HSV(B) | 308.28º | 0.37% | 0.91% | - |
| XYZ | 56.93 | 43.1 | 73.73 | - |
| YUV | 180.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 221 | 0 | 0.37 | 0.05 | 0.09 | 308.28 | 0.66 | 0.74 |
| Hex | E9 | 92 | DD | 0 | 25 | 5 | 9 | 134 | 42 | 4A |
| Octal | 351 | 222 | 335 | 0 | 45 | 5 | 11 | 464 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11011101 | 0 | 100101 | 101 | 1001 | 100110100 | 1000010 | 1001010 |
Color Harmonies of #E992DD
Complementary color
Monochromatic Colors of #E992DD
Black with #E992DD
Text Example
Text Example
White with #E992DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992DD; }
p { color: rgb(233,146,221); }
H1.HeaderClassName
{
color: #E992DD;
}
.AnyTagClassName
{
color: #E992DD;
}
</style>
background-color css
<style>
a { background-color: #E992DD; }
a { background-color: rgb(233,146,221); }
div.DivClassName
{
background-color: #E992DD;
}
.BgClassName
{
background-color: #E992DD;
}
</style>
border-color css
<style>
span { border-color: #E992DD; }
span { border-color: rgb(233,146,221); }
td.TdClassName
{
border-color: #E992DD;
}
.TagClassName
{
border-color: #E992DD;
}
</style>