Shades of Plum #E699DB
Tints of Plum #E699DB
RGB
CMYK
RGB Variations
Color information
#E699DB (or 0xE699DB) is known color: Plum. HEX triplet: E6, 99 and DB. RGB value is (230,153,219). Sum of RGB (Red+Green+Blue) = 230+153+219=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E699DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699DB is #196624. Grayscale: #B7B7B7. Windows color (decimal): -1664549 or 14391782. OLE color: 14391782.
HSL color Cylindrical-coordinate representation of color #E699DB: hue angle of 308.57º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699DB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 219 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.10 |
| HSL | 308.57º | 0.61% | 0.75% | - |
| HSV(B) | 308.57º | 0.33% | 0.9% | - |
| XYZ | 56.81 | 44.72 | 72.66 | - |
| YUV | 183.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 219 | 0 | 0.33 | 0.05 | 0.10 | 308.57 | 0.61 | 0.75 |
| Hex | E6 | 99 | DB | 0 | 21 | 5 | A | 135 | 3D | 4B |
| Octal | 346 | 231 | 333 | 0 | 41 | 5 | 12 | 465 | 75 | 113 |
| Binary | 11100110 | 10011001 | 11011011 | 0 | 100001 | 101 | 1010 | 100110101 | 111101 | 1001011 |
Color Harmonies of #E699DB
Complementary color
Monochromatic Colors of #E699DB
Black with #E699DB
Text Example
Text Example
White with #E699DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699DB; }
p { color: rgb(230,153,219); }
H1.HeaderClassName
{
color: #E699DB;
}
.AnyTagClassName
{
color: #E699DB;
}
</style>
background-color css
<style>
a { background-color: #E699DB; }
a { background-color: rgb(230,153,219); }
div.DivClassName
{
background-color: #E699DB;
}
.BgClassName
{
background-color: #E699DB;
}
</style>
border-color css
<style>
span { border-color: #E699DB; }
span { border-color: rgb(230,153,219); }
td.TdClassName
{
border-color: #E699DB;
}
.TagClassName
{
border-color: #E699DB;
}
</style>