Shades of Plum #E091DF
Tints of Plum #E091DF
RGB
CMYK
RGB Variations
Color information
#E091DF (or 0xE091DF) is known color: Plum. HEX triplet: E0, 91 and DF. RGB value is (224,145,223). Sum of RGB (Red+Green+Blue) = 224+145+223=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E091DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091DF is #1F6E20. Grayscale: #B1B1B1. Windows color (decimal): -2059809 or 14651872. OLE color: 14651872.
HSL color Cylindrical-coordinate representation of color #E091DF: hue angle of 300.76º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091DF is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 223 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.12 |
| HSL | 300.76º | 0.56% | 0.72% | - |
| HSV(B) | 300.76º | 0.35% | 0.88% | - |
| XYZ | 54.19 | 41.43 | 74.95 | - |
| YUV | 177.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 223 | 0 | 0.35 | 0.00 | 0.12 | 300.76 | 0.56 | 0.72 |
| Hex | E0 | 91 | DF | 0 | 23 | 0 | C | 12D | 38 | 48 |
| Octal | 340 | 221 | 337 | 0 | 43 | 0 | 14 | 455 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11011111 | 0 | 100011 | 0 | 1100 | 100101101 | 111000 | 1001000 |
Color Harmonies of #E091DF
Complementary color
Monochromatic Colors of #E091DF
Black with #E091DF
Text Example
Text Example
White with #E091DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091DF; }
p { color: rgb(224,145,223); }
H1.HeaderClassName
{
color: #E091DF;
}
.AnyTagClassName
{
color: #E091DF;
}
</style>
background-color css
<style>
a { background-color: #E091DF; }
a { background-color: rgb(224,145,223); }
div.DivClassName
{
background-color: #E091DF;
}
.BgClassName
{
background-color: #E091DF;
}
</style>
border-color css
<style>
span { border-color: #E091DF; }
span { border-color: rgb(224,145,223); }
td.TdClassName
{
border-color: #E091DF;
}
.TagClassName
{
border-color: #E091DF;
}
</style>