Shades of Plum #E396E4
Tints of Plum #E396E4
RGB
CMYK
RGB Variations
Color information
#E396E4 (or 0xE396E4) is known color: Plum. HEX triplet: E3, 96 and E4. RGB value is (227,150,228). Sum of RGB (Red+Green+Blue) = 227+150+228=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #E396E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396E4 is #1C691B. Grayscale: #B5B5B5. Windows color (decimal): -1861916 or 14980835. OLE color: 14980835.
HSL color Cylindrical-coordinate representation of color #E396E4: hue angle of 299.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E396E4 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 228 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.11 |
| HSL | 299.23º | 0.59% | 0.74% | - |
| HSV(B) | 299.23º | 0.34% | 0.89% | - |
| XYZ | 56.59 | 43.75 | 78.86 | - |
| YUV | 181.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 228 | 0.00 | 0.34 | 0 | 0.11 | 299.23 | 0.59 | 0.74 |
| Hex | E3 | 96 | E4 | 0 | 22 | 0 | B | 12B | 3B | 4A |
| Octal | 343 | 226 | 344 | 0 | 42 | 0 | 13 | 453 | 73 | 112 |
| Binary | 11100011 | 10010110 | 11100100 | 0 | 100010 | 0 | 1011 | 100101011 | 111011 | 1001010 |
Color Harmonies of #E396E4
Complementary color
Monochromatic Colors of #E396E4
Black with #E396E4
Text Example
Text Example
White with #E396E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396E4; }
p { color: rgb(227,150,228); }
H1.HeaderClassName
{
color: #E396E4;
}
.AnyTagClassName
{
color: #E396E4;
}
</style>
background-color css
<style>
a { background-color: #E396E4; }
a { background-color: rgb(227,150,228); }
div.DivClassName
{
background-color: #E396E4;
}
.BgClassName
{
background-color: #E396E4;
}
</style>
border-color css
<style>
span { border-color: #E396E4; }
span { border-color: rgb(227,150,228); }
td.TdClassName
{
border-color: #E396E4;
}
.TagClassName
{
border-color: #E396E4;
}
</style>