Shades of Plum #E690DE
Tints of Plum #E690DE
RGB
CMYK
RGB Variations
Color information
#E690DE (or 0xE690DE) is known color: Plum. HEX triplet: E6, 90 and DE. RGB value is (230,144,222). Sum of RGB (Red+Green+Blue) = 230+144+222=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E690DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690DE is #196F21. Grayscale: #B2B2B2. Windows color (decimal): -1666850 or 14586086. OLE color: 14586086.
HSL color Cylindrical-coordinate representation of color #E690DE: hue angle of 305.58º 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 #E690DE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 222 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.10 |
| HSL | 305.58º | 0.63% | 0.73% | - |
| HSV(B) | 305.58º | 0.37% | 0.9% | - |
| XYZ | 55.79 | 42.04 | 74.28 | - |
| YUV | 178.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 222 | 0 | 0.37 | 0.03 | 0.10 | 305.58 | 0.63 | 0.73 |
| Hex | E6 | 90 | DE | 0 | 25 | 3 | A | 132 | 3F | 49 |
| Octal | 346 | 220 | 336 | 0 | 45 | 3 | 12 | 462 | 77 | 111 |
| Binary | 11100110 | 10010000 | 11011110 | 0 | 100101 | 11 | 1010 | 100110010 | 111111 | 1001001 |
Color Harmonies of #E690DE
Complementary color
Monochromatic Colors of #E690DE
Black with #E690DE
Text Example
Text Example
White with #E690DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690DE; }
p { color: rgb(230,144,222); }
H1.HeaderClassName
{
color: #E690DE;
}
.AnyTagClassName
{
color: #E690DE;
}
</style>
background-color css
<style>
a { background-color: #E690DE; }
a { background-color: rgb(230,144,222); }
div.DivClassName
{
background-color: #E690DE;
}
.BgClassName
{
background-color: #E690DE;
}
</style>
border-color css
<style>
span { border-color: #E690DE; }
span { border-color: rgb(230,144,222); }
td.TdClassName
{
border-color: #E690DE;
}
.TagClassName
{
border-color: #E690DE;
}
</style>