Shades of Plum #E69FDB
Tints of Plum #E69FDB
RGB
CMYK
RGB Variations
Color information
#E69FDB (or 0xE69FDB) is known color: Plum. HEX triplet: E6, 9F and DB. RGB value is (230,159,219). Sum of RGB (Red+Green+Blue) = 230+159+219=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FDB is #196024. Grayscale: #BABABA. Windows color (decimal): -1663013 or 14393318. OLE color: 14393318.
HSL color Cylindrical-coordinate representation of color #E69FDB: hue angle of 309.3º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FDB is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 219 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.10 |
| HSL | 309.3º | 0.59% | 0.76% | - |
| HSV(B) | 309.3º | 0.31% | 0.9% | - |
| XYZ | 57.82 | 46.73 | 72.99 | - |
| YUV | 187.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 219 | 0 | 0.31 | 0.05 | 0.10 | 309.3 | 0.59 | 0.76 |
| Hex | E6 | 9F | DB | 0 | 1F | 5 | A | 135 | 3B | 4C |
| Octal | 346 | 237 | 333 | 0 | 37 | 5 | 12 | 465 | 73 | 114 |
| Binary | 11100110 | 10011111 | 11011011 | 0 | 11111 | 101 | 1010 | 100110101 | 111011 | 1001100 |
Color Harmonies of #E69FDB
Complementary color
Monochromatic Colors of #E69FDB
Black with #E69FDB
Text Example
Text Example
White with #E69FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FDB; }
p { color: rgb(230,159,219); }
H1.HeaderClassName
{
color: #E69FDB;
}
.AnyTagClassName
{
color: #E69FDB;
}
</style>
background-color css
<style>
a { background-color: #E69FDB; }
a { background-color: rgb(230,159,219); }
div.DivClassName
{
background-color: #E69FDB;
}
.BgClassName
{
background-color: #E69FDB;
}
</style>
border-color css
<style>
span { border-color: #E69FDB; }
span { border-color: rgb(230,159,219); }
td.TdClassName
{
border-color: #E69FDB;
}
.TagClassName
{
border-color: #E69FDB;
}
</style>