Shades of Plum #E390E0
Tints of Plum #E390E0
RGB
CMYK
RGB Variations
Color information
#E390E0 (or 0xE390E0) is known color: Plum. HEX triplet: E3, 90 and E0. RGB value is (227,144,224). Sum of RGB (Red+Green+Blue) = 227+144+224=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E390E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390E0 is #1C6F1F. Grayscale: #B1B1B1. Windows color (decimal): -1863456 or 14717155. OLE color: 14717155.
HSL color Cylindrical-coordinate representation of color #E390E0: hue angle of 302.17º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390E0 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 224 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.11 |
| HSL | 302.17º | 0.6% | 0.73% | - |
| HSV(B) | 302.17º | 0.37% | 0.89% | - |
| XYZ | 55.11 | 41.66 | 75.66 | - |
| YUV | 177.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 224 | 0 | 0.37 | 0.01 | 0.11 | 302.17 | 0.6 | 0.73 |
| Hex | E3 | 90 | E0 | 0 | 25 | 1 | B | 12E | 3C | 49 |
| Octal | 343 | 220 | 340 | 0 | 45 | 1 | 13 | 456 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11100000 | 0 | 100101 | 1 | 1011 | 100101110 | 111100 | 1001001 |
Color Harmonies of #E390E0
Complementary color
Monochromatic Colors of #E390E0
Black with #E390E0
Text Example
Text Example
White with #E390E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390E0; }
p { color: rgb(227,144,224); }
H1.HeaderClassName
{
color: #E390E0;
}
.AnyTagClassName
{
color: #E390E0;
}
</style>
background-color css
<style>
a { background-color: #E390E0; }
a { background-color: rgb(227,144,224); }
div.DivClassName
{
background-color: #E390E0;
}
.BgClassName
{
background-color: #E390E0;
}
</style>
border-color css
<style>
span { border-color: #E390E0; }
span { border-color: rgb(227,144,224); }
td.TdClassName
{
border-color: #E390E0;
}
.TagClassName
{
border-color: #E390E0;
}
</style>