Shades of Plum #E69BDA
Tints of Plum #E69BDA
RGB
CMYK
RGB Variations
Color information
#E69BDA (or 0xE69BDA) is known color: Plum. HEX triplet: E6, 9B and DA. RGB value is (230,155,218). Sum of RGB (Red+Green+Blue) = 230+155+218=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BDA is #196425. Grayscale: #B8B8B8. Windows color (decimal): -1664038 or 14326758. OLE color: 14326758.
HSL color Cylindrical-coordinate representation of color #E69BDA: hue angle of 309.6º 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 #E69BDA is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 218 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.10 |
| HSL | 309.6º | 0.6% | 0.75% | - |
| HSV(B) | 309.6º | 0.33% | 0.9% | - |
| XYZ | 57.01 | 45.33 | 72.07 | - |
| YUV | 184.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 218 | 0 | 0.33 | 0.05 | 0.10 | 309.6 | 0.6 | 0.75 |
| Hex | E6 | 9B | DA | 0 | 21 | 5 | A | 136 | 3C | 4B |
| Octal | 346 | 233 | 332 | 0 | 41 | 5 | 12 | 466 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11011010 | 0 | 100001 | 101 | 1010 | 100110110 | 111100 | 1001011 |
Color Harmonies of #E69BDA
Complementary color
Monochromatic Colors of #E69BDA
Black with #E69BDA
Text Example
Text Example
White with #E69BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BDA; }
p { color: rgb(230,155,218); }
H1.HeaderClassName
{
color: #E69BDA;
}
.AnyTagClassName
{
color: #E69BDA;
}
</style>
background-color css
<style>
a { background-color: #E69BDA; }
a { background-color: rgb(230,155,218); }
div.DivClassName
{
background-color: #E69BDA;
}
.BgClassName
{
background-color: #E69BDA;
}
</style>
border-color css
<style>
span { border-color: #E69BDA; }
span { border-color: rgb(230,155,218); }
td.TdClassName
{
border-color: #E69BDA;
}
.TagClassName
{
border-color: #E69BDA;
}
</style>