Shades of Plum #E294E6
Tints of Plum #E294E6
RGB
CMYK
RGB Variations
Color information
#E294E6 (or 0xE294E6) is known color: Plum. HEX triplet: E2, 94 and E6. RGB value is (226,148,230). Sum of RGB (Red+Green+Blue) = 226+148+230=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #E294E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294E6 is #1D6B19. Grayscale: #B4B4B4. Windows color (decimal): -1927962 or 15111394. OLE color: 15111394.
HSL color Cylindrical-coordinate representation of color #E294E6: hue angle of 297.07º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E294E6 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 148 | 230 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.10 |
| HSL | 297.07º | 0.62% | 0.74% | - |
| HSV(B) | 297.07º | 0.36% | 0.9% | - |
| XYZ | 56.24 | 43.06 | 80.21 | - |
| YUV | 180.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 230 | 0.02 | 0.36 | 0 | 0.10 | 297.07 | 0.62 | 0.74 |
| Hex | E2 | 94 | E6 | 2 | 24 | 0 | A | 129 | 3E | 4A |
| Octal | 342 | 224 | 346 | 2 | 44 | 0 | 12 | 451 | 76 | 112 |
| Binary | 11100010 | 10010100 | 11100110 | 10 | 100100 | 0 | 1010 | 100101001 | 111110 | 1001010 |
Color Harmonies of #E294E6
Complementary color
Monochromatic Colors of #E294E6
Black with #E294E6
Text Example
Text Example
White with #E294E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294E6; }
p { color: rgb(226,148,230); }
H1.HeaderClassName
{
color: #E294E6;
}
.AnyTagClassName
{
color: #E294E6;
}
</style>
background-color css
<style>
a { background-color: #E294E6; }
a { background-color: rgb(226,148,230); }
div.DivClassName
{
background-color: #E294E6;
}
.BgClassName
{
background-color: #E294E6;
}
</style>
border-color css
<style>
span { border-color: #E294E6; }
span { border-color: rgb(226,148,230); }
td.TdClassName
{
border-color: #E294E6;
}
.TagClassName
{
border-color: #E294E6;
}
</style>