Shades of Plum #E09BDA
Tints of Plum #E09BDA
RGB
CMYK
RGB Variations
Color information
#E09BDA (or 0xE09BDA) is known color: Plum. HEX triplet: E0, 9B and DA. RGB value is (224,155,218). Sum of RGB (Red+Green+Blue) = 224+155+218=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BDA is #1F6425. Grayscale: #B6B6B6. Windows color (decimal): -2057254 or 14326752. OLE color: 14326752.
HSL color Cylindrical-coordinate representation of color #E09BDA: hue angle of 305.22º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BDA is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 218 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.12 |
| HSL | 305.22º | 0.53% | 0.74% | - |
| HSV(B) | 305.22º | 0.31% | 0.88% | - |
| XYZ | 55.12 | 44.35 | 71.99 | - |
| YUV | 182.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 218 | 0 | 0.31 | 0.03 | 0.12 | 305.22 | 0.53 | 0.74 |
| Hex | E0 | 9B | DA | 0 | 1F | 3 | C | 131 | 35 | 4A |
| Octal | 340 | 233 | 332 | 0 | 37 | 3 | 14 | 461 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11011010 | 0 | 11111 | 11 | 1100 | 100110001 | 110101 | 1001010 |
Color Harmonies of #E09BDA
Complementary color
Monochromatic Colors of #E09BDA
Black with #E09BDA
Text Example
Text Example
White with #E09BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BDA; }
p { color: rgb(224,155,218); }
H1.HeaderClassName
{
color: #E09BDA;
}
.AnyTagClassName
{
color: #E09BDA;
}
</style>
background-color css
<style>
a { background-color: #E09BDA; }
a { background-color: rgb(224,155,218); }
div.DivClassName
{
background-color: #E09BDA;
}
.BgClassName
{
background-color: #E09BDA;
}
</style>
border-color css
<style>
span { border-color: #E09BDA; }
span { border-color: rgb(224,155,218); }
td.TdClassName
{
border-color: #E09BDA;
}
.TagClassName
{
border-color: #E09BDA;
}
</style>