Shades of Plum #E992E2
Tints of Plum #E992E2
RGB
CMYK
RGB Variations
Color information
#E992E2 (or 0xE992E2) is known color: Plum. HEX triplet: E9, 92 and E2. RGB value is (233,146,226). Sum of RGB (Red+Green+Blue) = 233+146+226=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E992E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992E2 is #166D1D. Grayscale: #B4B4B4. Windows color (decimal): -1469726 or 14848745. OLE color: 14848745.
HSL color Cylindrical-coordinate representation of color #E992E2: hue angle of 304.83º 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 #E992E2 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 226 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.09 |
| HSL | 304.83º | 0.66% | 0.74% | - |
| HSV(B) | 304.83º | 0.37% | 0.91% | - |
| XYZ | 57.61 | 43.37 | 77.29 | - |
| YUV | 181.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 226 | 0 | 0.37 | 0.03 | 0.09 | 304.83 | 0.66 | 0.74 |
| Hex | E9 | 92 | E2 | 0 | 25 | 3 | 9 | 131 | 42 | 4A |
| Octal | 351 | 222 | 342 | 0 | 45 | 3 | 11 | 461 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11100010 | 0 | 100101 | 11 | 1001 | 100110001 | 1000010 | 1001010 |
Color Harmonies of #E992E2
Complementary color
Monochromatic Colors of #E992E2
Black with #E992E2
Text Example
Text Example
White with #E992E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992E2; }
p { color: rgb(233,146,226); }
H1.HeaderClassName
{
color: #E992E2;
}
.AnyTagClassName
{
color: #E992E2;
}
</style>
background-color css
<style>
a { background-color: #E992E2; }
a { background-color: rgb(233,146,226); }
div.DivClassName
{
background-color: #E992E2;
}
.BgClassName
{
background-color: #E992E2;
}
</style>
border-color css
<style>
span { border-color: #E992E2; }
span { border-color: rgb(233,146,226); }
td.TdClassName
{
border-color: #E992E2;
}
.TagClassName
{
border-color: #E992E2;
}
</style>