Shades of Plum #E09DDF
Tints of Plum #E09DDF
RGB
CMYK
RGB Variations
Color information
#E09DDF (or 0xE09DDF) is known color: Plum. HEX triplet: E0, 9D and DF. RGB value is (224,157,223). Sum of RGB (Red+Green+Blue) = 224+157+223=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DDF is #1F6220. Grayscale: #B8B8B8. Windows color (decimal): -2056737 or 14654944. OLE color: 14654944.
HSL color Cylindrical-coordinate representation of color #E09DDF: hue angle of 300.9º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DDF is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 223 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.12 |
| HSL | 300.9º | 0.52% | 0.75% | - |
| HSV(B) | 300.9º | 0.3% | 0.88% | - |
| XYZ | 56.12 | 45.29 | 75.6 | - |
| YUV | 184.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 223 | 0 | 0.30 | 0.00 | 0.12 | 300.9 | 0.52 | 0.75 |
| Hex | E0 | 9D | DF | 0 | 1E | 0 | C | 12D | 34 | 4B |
| Octal | 340 | 235 | 337 | 0 | 36 | 0 | 14 | 455 | 64 | 113 |
| Binary | 11100000 | 10011101 | 11011111 | 0 | 11110 | 0 | 1100 | 100101101 | 110100 | 1001011 |
Color Harmonies of #E09DDF
Complementary color
Monochromatic Colors of #E09DDF
Black with #E09DDF
Text Example
Text Example
White with #E09DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DDF; }
p { color: rgb(224,157,223); }
H1.HeaderClassName
{
color: #E09DDF;
}
.AnyTagClassName
{
color: #E09DDF;
}
</style>
background-color css
<style>
a { background-color: #E09DDF; }
a { background-color: rgb(224,157,223); }
div.DivClassName
{
background-color: #E09DDF;
}
.BgClassName
{
background-color: #E09DDF;
}
</style>
border-color css
<style>
span { border-color: #E09DDF; }
span { border-color: rgb(224,157,223); }
td.TdClassName
{
border-color: #E09DDF;
}
.TagClassName
{
border-color: #E09DDF;
}
</style>