Shades of Plum #E294EA
Tints of Plum #E294EA
RGB
CMYK
RGB Variations
Color information
#E294EA (or 0xE294EA) is known color: Plum. HEX triplet: E2, 94 and EA. RGB value is (226,148,234). Sum of RGB (Red+Green+Blue) = 226+148+234=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #E294EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294EA is #1D6B15. Grayscale: #B4B4B4. Windows color (decimal): -1927958 or 15373538. OLE color: 15373538.
HSL color Cylindrical-coordinate representation of color #E294EA: hue angle of 294.42º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E294EA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 148 | 234 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.08 |
| HSL | 294.42º | 0.67% | 0.75% | - |
| HSV(B) | 294.42º | 0.37% | 0.92% | - |
| XYZ | 56.81 | 43.29 | 83.2 | - |
| YUV | 181.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 234 | 0.03 | 0.37 | 0 | 0.08 | 294.42 | 0.67 | 0.75 |
| Hex | E2 | 94 | EA | 3 | 25 | 0 | 8 | 126 | 43 | 4B |
| Octal | 342 | 224 | 352 | 3 | 45 | 0 | 10 | 446 | 103 | 113 |
| Binary | 11100010 | 10010100 | 11101010 | 11 | 100101 | 0 | 1000 | 100100110 | 1000011 | 1001011 |
Color Harmonies of #E294EA
Complementary color
Monochromatic Colors of #E294EA
Black with #E294EA
Text Example
Text Example
White with #E294EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294EA; }
p { color: rgb(226,148,234); }
H1.HeaderClassName
{
color: #E294EA;
}
.AnyTagClassName
{
color: #E294EA;
}
</style>
background-color css
<style>
a { background-color: #E294EA; }
a { background-color: rgb(226,148,234); }
div.DivClassName
{
background-color: #E294EA;
}
.BgClassName
{
background-color: #E294EA;
}
</style>
border-color css
<style>
span { border-color: #E294EA; }
span { border-color: rgb(226,148,234); }
td.TdClassName
{
border-color: #E294EA;
}
.TagClassName
{
border-color: #E294EA;
}
</style>