Shades of Plum #E09BDC
Tints of Plum #E09BDC
RGB
CMYK
RGB Variations
Color information
#E09BDC (or 0xE09BDC) is known color: Plum. HEX triplet: E0, 9B and DC. RGB value is (224,155,220). Sum of RGB (Red+Green+Blue) = 224+155+220=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BDC is #1F6423. Grayscale: #B6B6B6. Windows color (decimal): -2057252 or 14457824. OLE color: 14457824.
HSL color Cylindrical-coordinate representation of color #E09BDC: hue angle of 303.48º 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 #E09BDC is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 220 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.12 |
| HSL | 303.48º | 0.53% | 0.74% | - |
| HSV(B) | 303.48º | 0.31% | 0.88% | - |
| XYZ | 55.38 | 44.46 | 73.37 | - |
| YUV | 183.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 220 | 0 | 0.31 | 0.02 | 0.12 | 303.48 | 0.53 | 0.74 |
| Hex | E0 | 9B | DC | 0 | 1F | 2 | C | 12F | 35 | 4A |
| Octal | 340 | 233 | 334 | 0 | 37 | 2 | 14 | 457 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11011100 | 0 | 11111 | 10 | 1100 | 100101111 | 110101 | 1001010 |
Color Harmonies of #E09BDC
Complementary color
Monochromatic Colors of #E09BDC
Black with #E09BDC
Text Example
Text Example
White with #E09BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BDC; }
p { color: rgb(224,155,220); }
H1.HeaderClassName
{
color: #E09BDC;
}
.AnyTagClassName
{
color: #E09BDC;
}
</style>
background-color css
<style>
a { background-color: #E09BDC; }
a { background-color: rgb(224,155,220); }
div.DivClassName
{
background-color: #E09BDC;
}
.BgClassName
{
background-color: #E09BDC;
}
</style>
border-color css
<style>
span { border-color: #E09BDC; }
span { border-color: rgb(224,155,220); }
td.TdClassName
{
border-color: #E09BDC;
}
.TagClassName
{
border-color: #E09BDC;
}
</style>