Shades of Plum #E292CE
Tints of Plum #E292CE
RGB
CMYK
RGB Variations
Color information
#E292CE (or 0xE292CE) is known color: Plum. HEX triplet: E2, 92 and CE. RGB value is (226,146,206). Sum of RGB (Red+Green+Blue) = 226+146+206=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E292CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292CE is #1D6D31. Grayscale: #B0B0B0. Windows color (decimal): -1928498 or 13538018. OLE color: 13538018.
HSL color Cylindrical-coordinate representation of color #E292CE: hue angle of 315º 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 #E292CE is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 206 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.11 |
| HSL | 315º | 0.58% | 0.73% | - |
| HSV(B) | 315º | 0.35% | 0.89% | - |
| XYZ | 52.78 | 41.18 | 63.56 | - |
| YUV | 176.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 206 | 0 | 0.35 | 0.09 | 0.11 | 315 | 0.58 | 0.73 |
| Hex | E2 | 92 | CE | 0 | 23 | 9 | B | 13B | 3A | 49 |
| Octal | 342 | 222 | 316 | 0 | 43 | 11 | 13 | 473 | 72 | 111 |
| Binary | 11100010 | 10010010 | 11001110 | 0 | 100011 | 1001 | 1011 | 100111011 | 111010 | 1001001 |
Color Harmonies of #E292CE
Complementary color
Monochromatic Colors of #E292CE
Black with #E292CE
Text Example
Text Example
White with #E292CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292CE; }
p { color: rgb(226,146,206); }
H1.HeaderClassName
{
color: #E292CE;
}
.AnyTagClassName
{
color: #E292CE;
}
</style>
background-color css
<style>
a { background-color: #E292CE; }
a { background-color: rgb(226,146,206); }
div.DivClassName
{
background-color: #E292CE;
}
.BgClassName
{
background-color: #E292CE;
}
</style>
border-color css
<style>
span { border-color: #E292CE; }
span { border-color: rgb(226,146,206); }
td.TdClassName
{
border-color: #E292CE;
}
.TagClassName
{
border-color: #E292CE;
}
</style>