Shades of Plum #E394E5
Tints of Plum #E394E5
RGB
CMYK
RGB Variations
Color information
#E394E5 (or 0xE394E5) is known color: Plum. HEX triplet: E3, 94 and E5. RGB value is (227,148,229). Sum of RGB (Red+Green+Blue) = 227+148+229=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #E394E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394E5 is #1C6B1A. Grayscale: #B4B4B4. Windows color (decimal): -1862427 or 15045859. OLE color: 15045859.
HSL color Cylindrical-coordinate representation of color #E394E5: hue angle of 298.52º 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 #E394E5 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 148 | 229 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.10 |
| HSL | 298.52º | 0.61% | 0.74% | - |
| HSV(B) | 298.52º | 0.35% | 0.9% | - |
| XYZ | 56.41 | 43.17 | 79.49 | - |
| YUV | 180.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 229 | 0.01 | 0.35 | 0 | 0.10 | 298.52 | 0.61 | 0.74 |
| Hex | E3 | 94 | E5 | 1 | 23 | 0 | A | 12B | 3D | 4A |
| Octal | 343 | 224 | 345 | 1 | 43 | 0 | 12 | 453 | 75 | 112 |
| Binary | 11100011 | 10010100 | 11100101 | 1 | 100011 | 0 | 1010 | 100101011 | 111101 | 1001010 |
Color Harmonies of #E394E5
Complementary color
Monochromatic Colors of #E394E5
Black with #E394E5
Text Example
Text Example
White with #E394E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394E5; }
p { color: rgb(227,148,229); }
H1.HeaderClassName
{
color: #E394E5;
}
.AnyTagClassName
{
color: #E394E5;
}
</style>
background-color css
<style>
a { background-color: #E394E5; }
a { background-color: rgb(227,148,229); }
div.DivClassName
{
background-color: #E394E5;
}
.BgClassName
{
background-color: #E394E5;
}
</style>
border-color css
<style>
span { border-color: #E394E5; }
span { border-color: rgb(227,148,229); }
td.TdClassName
{
border-color: #E394E5;
}
.TagClassName
{
border-color: #E394E5;
}
</style>