Shades of Plum #E292E0
Tints of Plum #E292E0
RGB
CMYK
RGB Variations
Color information
#E292E0 (or 0xE292E0) is known color: Plum. HEX triplet: E2, 92 and E0. RGB value is (226,146,224). Sum of RGB (Red+Green+Blue) = 226+146+224=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E292E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292E0 is #1D6D1F. Grayscale: #B2B2B2. Windows color (decimal): -1928480 or 14717666. OLE color: 14717666.
HSL color Cylindrical-coordinate representation of color #E292E0: hue angle of 301.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E292E0 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 224 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.11 |
| HSL | 301.5º | 0.58% | 0.73% | - |
| HSV(B) | 301.5º | 0.35% | 0.89% | - |
| XYZ | 55.1 | 42.11 | 75.74 | - |
| YUV | 178.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 224 | 0 | 0.35 | 0.01 | 0.11 | 301.5 | 0.58 | 0.73 |
| Hex | E2 | 92 | E0 | 0 | 23 | 1 | B | 12E | 3A | 49 |
| Octal | 342 | 222 | 340 | 0 | 43 | 1 | 13 | 456 | 72 | 111 |
| Binary | 11100010 | 10010010 | 11100000 | 0 | 100011 | 1 | 1011 | 100101110 | 111010 | 1001001 |
Color Harmonies of #E292E0
Complementary color
Monochromatic Colors of #E292E0
Black with #E292E0
Text Example
Text Example
White with #E292E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292E0; }
p { color: rgb(226,146,224); }
H1.HeaderClassName
{
color: #E292E0;
}
.AnyTagClassName
{
color: #E292E0;
}
</style>
background-color css
<style>
a { background-color: #E292E0; }
a { background-color: rgb(226,146,224); }
div.DivClassName
{
background-color: #E292E0;
}
.BgClassName
{
background-color: #E292E0;
}
</style>
border-color css
<style>
span { border-color: #E292E0; }
span { border-color: rgb(226,146,224); }
td.TdClassName
{
border-color: #E292E0;
}
.TagClassName
{
border-color: #E292E0;
}
</style>