Shades of Plum #E690DB
Tints of Plum #E690DB
RGB
CMYK
RGB Variations
Color information
#E690DB (or 0xE690DB) is known color: Plum. HEX triplet: E6, 90 and DB. RGB value is (230,144,219). Sum of RGB (Red+Green+Blue) = 230+144+219=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E690DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690DB is #196F24. Grayscale: #B2B2B2. Windows color (decimal): -1666853 or 14389478. OLE color: 14389478.
HSL color Cylindrical-coordinate representation of color #E690DB: hue angle of 307.67º 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 #E690DB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 219 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.10 |
| HSL | 307.67º | 0.63% | 0.73% | - |
| HSV(B) | 307.67º | 0.37% | 0.9% | - |
| XYZ | 55.39 | 41.88 | 72.18 | - |
| YUV | 178.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 219 | 0 | 0.37 | 0.05 | 0.10 | 307.67 | 0.63 | 0.73 |
| Hex | E6 | 90 | DB | 0 | 25 | 5 | A | 134 | 3F | 49 |
| Octal | 346 | 220 | 333 | 0 | 45 | 5 | 12 | 464 | 77 | 111 |
| Binary | 11100110 | 10010000 | 11011011 | 0 | 100101 | 101 | 1010 | 100110100 | 111111 | 1001001 |
Color Harmonies of #E690DB
Complementary color
Monochromatic Colors of #E690DB
Black with #E690DB
Text Example
Text Example
White with #E690DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690DB; }
p { color: rgb(230,144,219); }
H1.HeaderClassName
{
color: #E690DB;
}
.AnyTagClassName
{
color: #E690DB;
}
</style>
background-color css
<style>
a { background-color: #E690DB; }
a { background-color: rgb(230,144,219); }
div.DivClassName
{
background-color: #E690DB;
}
.BgClassName
{
background-color: #E690DB;
}
</style>
border-color css
<style>
span { border-color: #E690DB; }
span { border-color: rgb(230,144,219); }
td.TdClassName
{
border-color: #E690DB;
}
.TagClassName
{
border-color: #E690DB;
}
</style>