Shades of Plum #E294E5
Tints of Plum #E294E5
RGB
CMYK
RGB Variations
Color information
#E294E5 (or 0xE294E5) is known color: Plum. HEX triplet: E2, 94 and E5. RGB value is (226,148,229). Sum of RGB (Red+Green+Blue) = 226+148+229=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #E294E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294E5 is #1D6B1A. Grayscale: #B4B4B4. Windows color (decimal): -1927963 or 15045858. OLE color: 15045858.
HSL color Cylindrical-coordinate representation of color #E294E5: hue angle of 297.78º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294E5 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 148 | 229 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.10 |
| HSL | 297.78º | 0.61% | 0.74% | - |
| HSV(B) | 297.78º | 0.35% | 0.9% | - |
| XYZ | 56.1 | 43.01 | 79.47 | - |
| YUV | 180.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 229 | 0.01 | 0.35 | 0 | 0.10 | 297.78 | 0.61 | 0.74 |
| Hex | E2 | 94 | E5 | 1 | 23 | 0 | A | 12A | 3D | 4A |
| Octal | 342 | 224 | 345 | 1 | 43 | 0 | 12 | 452 | 75 | 112 |
| Binary | 11100010 | 10010100 | 11100101 | 1 | 100011 | 0 | 1010 | 100101010 | 111101 | 1001010 |
Color Harmonies of #E294E5
Complementary color
Monochromatic Colors of #E294E5
Black with #E294E5
Text Example
Text Example
White with #E294E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294E5; }
p { color: rgb(226,148,229); }
H1.HeaderClassName
{
color: #E294E5;
}
.AnyTagClassName
{
color: #E294E5;
}
</style>
background-color css
<style>
a { background-color: #E294E5; }
a { background-color: rgb(226,148,229); }
div.DivClassName
{
background-color: #E294E5;
}
.BgClassName
{
background-color: #E294E5;
}
</style>
border-color css
<style>
span { border-color: #E294E5; }
span { border-color: rgb(226,148,229); }
td.TdClassName
{
border-color: #E294E5;
}
.TagClassName
{
border-color: #E294E5;
}
</style>