Shades of Plum #E09BD2
Tints of Plum #E09BD2
RGB
CMYK
RGB Variations
Color information
#E09BD2 (or 0xE09BD2) is known color: Plum. HEX triplet: E0, 9B and D2. RGB value is (224,155,210). Sum of RGB (Red+Green+Blue) = 224+155+210=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BD2 is #1F642D. Grayscale: #B5B5B5. Windows color (decimal): -2057262 or 13802464. OLE color: 13802464.
HSL color Cylindrical-coordinate representation of color #E09BD2: hue angle of 312.17º 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 #E09BD2 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 210 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.12 |
| HSL | 312.17º | 0.53% | 0.74% | - |
| HSV(B) | 312.17º | 0.31% | 0.88% | - |
| XYZ | 54.09 | 43.94 | 66.6 | - |
| YUV | 181.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 210 | 0 | 0.31 | 0.06 | 0.12 | 312.17 | 0.53 | 0.74 |
| Hex | E0 | 9B | D2 | 0 | 1F | 6 | C | 138 | 35 | 4A |
| Octal | 340 | 233 | 322 | 0 | 37 | 6 | 14 | 470 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11010010 | 0 | 11111 | 110 | 1100 | 100111000 | 110101 | 1001010 |
Color Harmonies of #E09BD2
Complementary color
Monochromatic Colors of #E09BD2
Black with #E09BD2
Text Example
Text Example
White with #E09BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BD2; }
p { color: rgb(224,155,210); }
H1.HeaderClassName
{
color: #E09BD2;
}
.AnyTagClassName
{
color: #E09BD2;
}
</style>
background-color css
<style>
a { background-color: #E09BD2; }
a { background-color: rgb(224,155,210); }
div.DivClassName
{
background-color: #E09BD2;
}
.BgClassName
{
background-color: #E09BD2;
}
</style>
border-color css
<style>
span { border-color: #E09BD2; }
span { border-color: rgb(224,155,210); }
td.TdClassName
{
border-color: #E09BD2;
}
.TagClassName
{
border-color: #E09BD2;
}
</style>