Shades of Plum #E69ADB
Tints of Plum #E69ADB
RGB
CMYK
RGB Variations
Color information
#E69ADB (or 0xE69ADB) is known color: Plum. HEX triplet: E6, 9A and DB. RGB value is (230,154,219). Sum of RGB (Red+Green+Blue) = 230+154+219=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ADB is #196524. Grayscale: #B7B7B7. Windows color (decimal): -1664293 or 14392038. OLE color: 14392038.
HSL color Cylindrical-coordinate representation of color #E69ADB: hue angle of 308.68º degrees, saturation: 0.6, 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 #E69ADB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 219 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.10 |
| HSL | 308.68º | 0.6% | 0.75% | - |
| HSV(B) | 308.68º | 0.33% | 0.9% | - |
| XYZ | 56.97 | 45.05 | 72.71 | - |
| YUV | 184.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 219 | 0 | 0.33 | 0.05 | 0.10 | 308.68 | 0.6 | 0.75 |
| Hex | E6 | 9A | DB | 0 | 21 | 5 | A | 135 | 3C | 4B |
| Octal | 346 | 232 | 333 | 0 | 41 | 5 | 12 | 465 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11011011 | 0 | 100001 | 101 | 1010 | 100110101 | 111100 | 1001011 |
Color Harmonies of #E69ADB
Complementary color
Monochromatic Colors of #E69ADB
Black with #E69ADB
Text Example
Text Example
White with #E69ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ADB; }
p { color: rgb(230,154,219); }
H1.HeaderClassName
{
color: #E69ADB;
}
.AnyTagClassName
{
color: #E69ADB;
}
</style>
background-color css
<style>
a { background-color: #E69ADB; }
a { background-color: rgb(230,154,219); }
div.DivClassName
{
background-color: #E69ADB;
}
.BgClassName
{
background-color: #E69ADB;
}
</style>
border-color css
<style>
span { border-color: #E69ADB; }
span { border-color: rgb(230,154,219); }
td.TdClassName
{
border-color: #E69ADB;
}
.TagClassName
{
border-color: #E69ADB;
}
</style>