Shades of Plum #E69BDE
Tints of Plum #E69BDE
RGB
CMYK
RGB Variations
Color information
#E69BDE (or 0xE69BDE) is known color: Plum. HEX triplet: E6, 9B and DE. RGB value is (230,155,222). Sum of RGB (Red+Green+Blue) = 230+155+222=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BDE is #196421. Grayscale: #B8B8B8. Windows color (decimal): -1664034 or 14588902. OLE color: 14588902.
HSL color Cylindrical-coordinate representation of color #E69BDE: hue angle of 306.4º 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 #E69BDE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 222 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.10 |
| HSL | 306.4º | 0.6% | 0.75% | - |
| HSV(B) | 306.4º | 0.33% | 0.9% | - |
| XYZ | 57.54 | 45.54 | 74.86 | - |
| YUV | 185.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 222 | 0 | 0.33 | 0.03 | 0.10 | 306.4 | 0.6 | 0.75 |
| Hex | E6 | 9B | DE | 0 | 21 | 3 | A | 132 | 3C | 4B |
| Octal | 346 | 233 | 336 | 0 | 41 | 3 | 12 | 462 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11011110 | 0 | 100001 | 11 | 1010 | 100110010 | 111100 | 1001011 |
Color Harmonies of #E69BDE
Complementary color
Monochromatic Colors of #E69BDE
Black with #E69BDE
Text Example
Text Example
White with #E69BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BDE; }
p { color: rgb(230,155,222); }
H1.HeaderClassName
{
color: #E69BDE;
}
.AnyTagClassName
{
color: #E69BDE;
}
</style>
background-color css
<style>
a { background-color: #E69BDE; }
a { background-color: rgb(230,155,222); }
div.DivClassName
{
background-color: #E69BDE;
}
.BgClassName
{
background-color: #E69BDE;
}
</style>
border-color css
<style>
span { border-color: #E69BDE; }
span { border-color: rgb(230,155,222); }
td.TdClassName
{
border-color: #E69BDE;
}
.TagClassName
{
border-color: #E69BDE;
}
</style>