Shades of Plum #E690DF
Tints of Plum #E690DF
RGB
CMYK
RGB Variations
Color information
#E690DF (or 0xE690DF) is known color: Plum. HEX triplet: E6, 90 and DF. RGB value is (230,144,223). Sum of RGB (Red+Green+Blue) = 230+144+223=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E690DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690DF is #196F20. Grayscale: #B2B2B2. Windows color (decimal): -1666849 or 14651622. OLE color: 14651622.
HSL color Cylindrical-coordinate representation of color #E690DF: hue angle of 304.88º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690DF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 223 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.10 |
| HSL | 304.88º | 0.63% | 0.73% | - |
| HSV(B) | 304.88º | 0.37% | 0.9% | - |
| XYZ | 55.93 | 42.1 | 74.99 | - |
| YUV | 178.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 223 | 0 | 0.37 | 0.03 | 0.10 | 304.88 | 0.63 | 0.73 |
| Hex | E6 | 90 | DF | 0 | 25 | 3 | A | 131 | 3F | 49 |
| Octal | 346 | 220 | 337 | 0 | 45 | 3 | 12 | 461 | 77 | 111 |
| Binary | 11100110 | 10010000 | 11011111 | 0 | 100101 | 11 | 1010 | 100110001 | 111111 | 1001001 |
Color Harmonies of #E690DF
Complementary color
Monochromatic Colors of #E690DF
Black with #E690DF
Text Example
Text Example
White with #E690DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690DF; }
p { color: rgb(230,144,223); }
H1.HeaderClassName
{
color: #E690DF;
}
.AnyTagClassName
{
color: #E690DF;
}
</style>
background-color css
<style>
a { background-color: #E690DF; }
a { background-color: rgb(230,144,223); }
div.DivClassName
{
background-color: #E690DF;
}
.BgClassName
{
background-color: #E690DF;
}
</style>
border-color css
<style>
span { border-color: #E690DF; }
span { border-color: rgb(230,144,223); }
td.TdClassName
{
border-color: #E690DF;
}
.TagClassName
{
border-color: #E690DF;
}
</style>