Shades of Plum #E293E7
Tints of Plum #E293E7
RGB
CMYK
RGB Variations
Color information
#E293E7 (or 0xE293E7) is known color: Plum. HEX triplet: E2, 93 and E7. RGB value is (226,147,231). Sum of RGB (Red+Green+Blue) = 226+147+231=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #E293E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293E7 is #1D6C18. Grayscale: #B3B3B3. Windows color (decimal): -1928217 or 15176674. OLE color: 15176674.
HSL color Cylindrical-coordinate representation of color #E293E7: hue angle of 296.43º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E293E7 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 147 | 231 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.09 |
| HSL | 296.43º | 0.64% | 0.74% | - |
| HSV(B) | 296.43º | 0.36% | 0.91% | - |
| XYZ | 56.22 | 42.81 | 80.9 | - |
| YUV | 180.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 231 | 0.02 | 0.36 | 0 | 0.09 | 296.43 | 0.64 | 0.74 |
| Hex | E2 | 93 | E7 | 2 | 24 | 0 | 9 | 128 | 40 | 4A |
| Octal | 342 | 223 | 347 | 2 | 44 | 0 | 11 | 450 | 100 | 112 |
| Binary | 11100010 | 10010011 | 11100111 | 10 | 100100 | 0 | 1001 | 100101000 | 1000000 | 1001010 |
Color Harmonies of #E293E7
Complementary color
Monochromatic Colors of #E293E7
Black with #E293E7
Text Example
Text Example
White with #E293E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293E7; }
p { color: rgb(226,147,231); }
H1.HeaderClassName
{
color: #E293E7;
}
.AnyTagClassName
{
color: #E293E7;
}
</style>
background-color css
<style>
a { background-color: #E293E7; }
a { background-color: rgb(226,147,231); }
div.DivClassName
{
background-color: #E293E7;
}
.BgClassName
{
background-color: #E293E7;
}
</style>
border-color css
<style>
span { border-color: #E293E7; }
span { border-color: rgb(226,147,231); }
td.TdClassName
{
border-color: #E293E7;
}
.TagClassName
{
border-color: #E293E7;
}
</style>