Shades of Plum #E09FD0
Tints of Plum #E09FD0
RGB
CMYK
RGB Variations
Color information
#E09FD0 (or 0xE09FD0) is known color: Plum. HEX triplet: E0, 9F and D0. RGB value is (224,159,208). Sum of RGB (Red+Green+Blue) = 224+159+208=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FD0 is #1F602F. Grayscale: #B7B7B7. Windows color (decimal): -2056240 or 13672416. OLE color: 13672416.
HSL color Cylindrical-coordinate representation of color #E09FD0: hue angle of 314.77º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FD0 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 208 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.12 |
| HSL | 314.77º | 0.51% | 0.75% | - |
| HSV(B) | 314.77º | 0.29% | 0.88% | - |
| XYZ | 54.52 | 45.2 | 65.52 | - |
| YUV | 184.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 208 | 0 | 0.29 | 0.07 | 0.12 | 314.77 | 0.51 | 0.75 |
| Hex | E0 | 9F | D0 | 0 | 1D | 7 | C | 13B | 33 | 4B |
| Octal | 340 | 237 | 320 | 0 | 35 | 7 | 14 | 473 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11010000 | 0 | 11101 | 111 | 1100 | 100111011 | 110011 | 1001011 |
Color Harmonies of #E09FD0
Complementary color
Monochromatic Colors of #E09FD0
Black with #E09FD0
Text Example
Text Example
White with #E09FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FD0; }
p { color: rgb(224,159,208); }
H1.HeaderClassName
{
color: #E09FD0;
}
.AnyTagClassName
{
color: #E09FD0;
}
</style>
background-color css
<style>
a { background-color: #E09FD0; }
a { background-color: rgb(224,159,208); }
div.DivClassName
{
background-color: #E09FD0;
}
.BgClassName
{
background-color: #E09FD0;
}
</style>
border-color css
<style>
span { border-color: #E09FD0; }
span { border-color: rgb(224,159,208); }
td.TdClassName
{
border-color: #E09FD0;
}
.TagClassName
{
border-color: #E09FD0;
}
</style>