Shades of Plum #E09FDD
Tints of Plum #E09FDD
RGB
CMYK
RGB Variations
Color information
#E09FDD (or 0xE09FDD) is known color: Plum. HEX triplet: E0, 9F and DD. RGB value is (224,159,221). Sum of RGB (Red+Green+Blue) = 224+159+221=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FDD is #1F6022. Grayscale: #B9B9B9. Windows color (decimal): -2056227 or 14524384. OLE color: 14524384.
HSL color Cylindrical-coordinate representation of color #E09FDD: hue angle of 302.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 #E09FDD is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 221 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.12 |
| HSL | 302.77º | 0.51% | 0.75% | - |
| HSV(B) | 302.77º | 0.29% | 0.88% | - |
| XYZ | 56.19 | 45.86 | 74.3 | - |
| YUV | 185.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 221 | 0 | 0.29 | 0.01 | 0.12 | 302.77 | 0.51 | 0.75 |
| Hex | E0 | 9F | DD | 0 | 1D | 1 | C | 12F | 33 | 4B |
| Octal | 340 | 237 | 335 | 0 | 35 | 1 | 14 | 457 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11011101 | 0 | 11101 | 1 | 1100 | 100101111 | 110011 | 1001011 |
Color Harmonies of #E09FDD
Complementary color
Monochromatic Colors of #E09FDD
Black with #E09FDD
Text Example
Text Example
White with #E09FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FDD; }
p { color: rgb(224,159,221); }
H1.HeaderClassName
{
color: #E09FDD;
}
.AnyTagClassName
{
color: #E09FDD;
}
</style>
background-color css
<style>
a { background-color: #E09FDD; }
a { background-color: rgb(224,159,221); }
div.DivClassName
{
background-color: #E09FDD;
}
.BgClassName
{
background-color: #E09FDD;
}
</style>
border-color css
<style>
span { border-color: #E09FDD; }
span { border-color: rgb(224,159,221); }
td.TdClassName
{
border-color: #E09FDD;
}
.TagClassName
{
border-color: #E09FDD;
}
</style>