Shades of Plum #E396F0
Tints of Plum #E396F0
RGB
CMYK
RGB Variations
Color information
#E396F0 (or 0xE396F0) is known color: Plum. HEX triplet: E3, 96 and F0. RGB value is (227,150,240). Sum of RGB (Red+Green+Blue) = 227+150+240=617 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.79% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #E396F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396F0 is #1C690F. Grayscale: #B7B7B7. Windows color (decimal): -1861904 or 15767267. OLE color: 15767267.
HSL color Cylindrical-coordinate representation of color #E396F0: hue angle of 291.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E396F0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 150 | 240 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.06 |
| HSL | 291.33º | 0.75% | 0.76% | - |
| HSV(B) | 291.33º | 0.38% | 0.94% | - |
| XYZ | 58.31 | 44.43 | 87.94 | - |
| YUV | 183.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 240 | 0.05 | 0.37 | 0 | 0.06 | 291.33 | 0.75 | 0.76 |
| Hex | E3 | 96 | F0 | 5 | 25 | 0 | 6 | 123 | 4B | 4C |
| Octal | 343 | 226 | 360 | 5 | 45 | 0 | 6 | 443 | 113 | 114 |
| Binary | 11100011 | 10010110 | 11110000 | 101 | 100101 | 0 | 110 | 100100011 | 1001011 | 1001100 |
Color Harmonies of #E396F0
Complementary color
Monochromatic Colors of #E396F0
Black with #E396F0
Text Example
Text Example
White with #E396F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396F0; }
p { color: rgb(227,150,240); }
H1.HeaderClassName
{
color: #E396F0;
}
.AnyTagClassName
{
color: #E396F0;
}
</style>
background-color css
<style>
a { background-color: #E396F0; }
a { background-color: rgb(227,150,240); }
div.DivClassName
{
background-color: #E396F0;
}
.BgClassName
{
background-color: #E396F0;
}
</style>
border-color css
<style>
span { border-color: #E396F0; }
span { border-color: rgb(227,150,240); }
td.TdClassName
{
border-color: #E396F0;
}
.TagClassName
{
border-color: #E396F0;
}
</style>