Shades of Plum #E091D7
Tints of Plum #E091D7
RGB
CMYK
RGB Variations
Color information
#E091D7 (or 0xE091D7) is known color: Plum. HEX triplet: E0, 91 and D7. RGB value is (224,145,215). Sum of RGB (Red+Green+Blue) = 224+145+215=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E091D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091D7 is #1F6E28. Grayscale: #B0B0B0. Windows color (decimal): -2059817 or 14127584. OLE color: 14127584.
HSL color Cylindrical-coordinate representation of color #E091D7: hue angle of 306.84º 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 #E091D7 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 215 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.12 |
| HSL | 306.84º | 0.56% | 0.72% | - |
| HSV(B) | 306.84º | 0.35% | 0.88% | - |
| XYZ | 53.13 | 41 | 69.4 | - |
| YUV | 176.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 215 | 0 | 0.35 | 0.04 | 0.12 | 306.84 | 0.56 | 0.72 |
| Hex | E0 | 91 | D7 | 0 | 23 | 4 | C | 133 | 38 | 48 |
| Octal | 340 | 221 | 327 | 0 | 43 | 4 | 14 | 463 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11010111 | 0 | 100011 | 100 | 1100 | 100110011 | 111000 | 1001000 |
Color Harmonies of #E091D7
Complementary color
Monochromatic Colors of #E091D7
Black with #E091D7
Text Example
Text Example
White with #E091D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091D7; }
p { color: rgb(224,145,215); }
H1.HeaderClassName
{
color: #E091D7;
}
.AnyTagClassName
{
color: #E091D7;
}
</style>
background-color css
<style>
a { background-color: #E091D7; }
a { background-color: rgb(224,145,215); }
div.DivClassName
{
background-color: #E091D7;
}
.BgClassName
{
background-color: #E091D7;
}
</style>
border-color css
<style>
span { border-color: #E091D7; }
span { border-color: rgb(224,145,215); }
td.TdClassName
{
border-color: #E091D7;
}
.TagClassName
{
border-color: #E091D7;
}
</style>