Shades of Plum #E294EE
Tints of Plum #E294EE
RGB
CMYK
RGB Variations
Color information
#E294EE (or 0xE294EE) is known color: Plum. HEX triplet: E2, 94 and EE. RGB value is (226,148,238). Sum of RGB (Red+Green+Blue) = 226+148+238=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #E294EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294EE is #1D6B11. Grayscale: #B5B5B5. Windows color (decimal): -1927954 or 15635682. OLE color: 15635682.
HSL color Cylindrical-coordinate representation of color #E294EE: hue angle of 292º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E294EE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 148 | 238 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.07 |
| HSL | 292º | 0.73% | 0.76% | - |
| HSV(B) | 292º | 0.38% | 0.93% | - |
| XYZ | 57.39 | 43.52 | 86.26 | - |
| YUV | 181.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 238 | 0.05 | 0.38 | 0 | 0.07 | 292 | 0.73 | 0.76 |
| Hex | E2 | 94 | EE | 5 | 26 | 0 | 7 | 124 | 49 | 4C |
| Octal | 342 | 224 | 356 | 5 | 46 | 0 | 7 | 444 | 111 | 114 |
| Binary | 11100010 | 10010100 | 11101110 | 101 | 100110 | 0 | 111 | 100100100 | 1001001 | 1001100 |
Color Harmonies of #E294EE
Complementary color
Monochromatic Colors of #E294EE
Black with #E294EE
Text Example
Text Example
White with #E294EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294EE; }
p { color: rgb(226,148,238); }
H1.HeaderClassName
{
color: #E294EE;
}
.AnyTagClassName
{
color: #E294EE;
}
</style>
background-color css
<style>
a { background-color: #E294EE; }
a { background-color: rgb(226,148,238); }
div.DivClassName
{
background-color: #E294EE;
}
.BgClassName
{
background-color: #E294EE;
}
</style>
border-color css
<style>
span { border-color: #E294EE; }
span { border-color: rgb(226,148,238); }
td.TdClassName
{
border-color: #E294EE;
}
.TagClassName
{
border-color: #E294EE;
}
</style>