Shades of Plum #E992E3
Tints of Plum #E992E3
RGB
CMYK
RGB Variations
Color information
#E992E3 (or 0xE992E3) is known color: Plum. HEX triplet: E9, 92 and E3. RGB value is (233,146,227). Sum of RGB (Red+Green+Blue) = 233+146+227=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E992E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992E3 is #166D1C. Grayscale: #B5B5B5. Windows color (decimal): -1469725 or 14914281. OLE color: 14914281.
HSL color Cylindrical-coordinate representation of color #E992E3: hue angle of 304.14º 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 #E992E3 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 227 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.09 |
| HSL | 304.14º | 0.66% | 0.74% | - |
| HSV(B) | 304.14º | 0.37% | 0.91% | - |
| XYZ | 57.75 | 43.43 | 78.01 | - |
| YUV | 181.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 227 | 0 | 0.37 | 0.03 | 0.09 | 304.14 | 0.66 | 0.74 |
| Hex | E9 | 92 | E3 | 0 | 25 | 3 | 9 | 130 | 42 | 4A |
| Octal | 351 | 222 | 343 | 0 | 45 | 3 | 11 | 460 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11100011 | 0 | 100101 | 11 | 1001 | 100110000 | 1000010 | 1001010 |
Color Harmonies of #E992E3
Complementary color
Monochromatic Colors of #E992E3
Black with #E992E3
Text Example
Text Example
White with #E992E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992E3; }
p { color: rgb(233,146,227); }
H1.HeaderClassName
{
color: #E992E3;
}
.AnyTagClassName
{
color: #E992E3;
}
</style>
background-color css
<style>
a { background-color: #E992E3; }
a { background-color: rgb(233,146,227); }
div.DivClassName
{
background-color: #E992E3;
}
.BgClassName
{
background-color: #E992E3;
}
</style>
border-color css
<style>
span { border-color: #E992E3; }
span { border-color: rgb(233,146,227); }
td.TdClassName
{
border-color: #E992E3;
}
.TagClassName
{
border-color: #E992E3;
}
</style>