Shades of Plum #E09BD4
Tints of Plum #E09BD4
RGB
CMYK
RGB Variations
Color information
#E09BD4 (or 0xE09BD4) is known color: Plum. HEX triplet: E0, 9B and D4. RGB value is (224,155,212). Sum of RGB (Red+Green+Blue) = 224+155+212=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BD4 is #1F642B. Grayscale: #B5B5B5. Windows color (decimal): -2057260 or 13933536. OLE color: 13933536.
HSL color Cylindrical-coordinate representation of color #E09BD4: hue angle of 310.43º 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 #E09BD4 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 212 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.12 |
| HSL | 310.43º | 0.53% | 0.74% | - |
| HSV(B) | 310.43º | 0.31% | 0.88% | - |
| XYZ | 54.35 | 44.04 | 67.92 | - |
| YUV | 182.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 212 | 0 | 0.31 | 0.05 | 0.12 | 310.43 | 0.53 | 0.74 |
| Hex | E0 | 9B | D4 | 0 | 1F | 5 | C | 136 | 35 | 4A |
| Octal | 340 | 233 | 324 | 0 | 37 | 5 | 14 | 466 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11010100 | 0 | 11111 | 101 | 1100 | 100110110 | 110101 | 1001010 |
Color Harmonies of #E09BD4
Complementary color
Monochromatic Colors of #E09BD4
Black with #E09BD4
Text Example
Text Example
White with #E09BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BD4; }
p { color: rgb(224,155,212); }
H1.HeaderClassName
{
color: #E09BD4;
}
.AnyTagClassName
{
color: #E09BD4;
}
</style>
background-color css
<style>
a { background-color: #E09BD4; }
a { background-color: rgb(224,155,212); }
div.DivClassName
{
background-color: #E09BD4;
}
.BgClassName
{
background-color: #E09BD4;
}
</style>
border-color css
<style>
span { border-color: #E09BD4; }
span { border-color: rgb(224,155,212); }
td.TdClassName
{
border-color: #E09BD4;
}
.TagClassName
{
border-color: #E09BD4;
}
</style>