Shades of Plum #E390CF
Tints of Plum #E390CF
RGB
CMYK
RGB Variations
Color information
#E390CF (or 0xE390CF) is known color: Plum. HEX triplet: E3, 90 and CF. RGB value is (227,144,207). Sum of RGB (Red+Green+Blue) = 227+144+207=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E390CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390CF is #1C6F30. Grayscale: #AFAFAF. Windows color (decimal): -1863473 or 13603043. OLE color: 13603043.
HSL color Cylindrical-coordinate representation of color #E390CF: hue angle of 314.46º 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 #E390CF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 207 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.11 |
| HSL | 314.46º | 0.6% | 0.73% | - |
| HSV(B) | 314.46º | 0.37% | 0.89% | - |
| XYZ | 52.91 | 40.78 | 64.11 | - |
| YUV | 176 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 207 | 0 | 0.37 | 0.09 | 0.11 | 314.46 | 0.6 | 0.73 |
| Hex | E3 | 90 | CF | 0 | 25 | 9 | B | 13A | 3C | 49 |
| Octal | 343 | 220 | 317 | 0 | 45 | 11 | 13 | 472 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11001111 | 0 | 100101 | 1001 | 1011 | 100111010 | 111100 | 1001001 |
Color Harmonies of #E390CF
Complementary color
Monochromatic Colors of #E390CF
Black with #E390CF
Text Example
Text Example
White with #E390CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390CF; }
p { color: rgb(227,144,207); }
H1.HeaderClassName
{
color: #E390CF;
}
.AnyTagClassName
{
color: #E390CF;
}
</style>
background-color css
<style>
a { background-color: #E390CF; }
a { background-color: rgb(227,144,207); }
div.DivClassName
{
background-color: #E390CF;
}
.BgClassName
{
background-color: #E390CF;
}
</style>
border-color css
<style>
span { border-color: #E390CF; }
span { border-color: rgb(227,144,207); }
td.TdClassName
{
border-color: #E390CF;
}
.TagClassName
{
border-color: #E390CF;
}
</style>