Shades of Plum #E091D5
Tints of Plum #E091D5
RGB
CMYK
RGB Variations
Color information
#E091D5 (or 0xE091D5) is known color: Plum. HEX triplet: E0, 91 and D5. RGB value is (224,145,213). Sum of RGB (Red+Green+Blue) = 224+145+213=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E091D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091D5 is #1F6E2A. Grayscale: #B0B0B0. Windows color (decimal): -2059819 or 13996512. OLE color: 13996512.
HSL color Cylindrical-coordinate representation of color #E091D5: hue angle of 308.35º 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 #E091D5 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 213 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.12 |
| HSL | 308.35º | 0.56% | 0.72% | - |
| HSV(B) | 308.35º | 0.35% | 0.88% | - |
| XYZ | 52.88 | 40.9 | 68.06 | - |
| YUV | 176.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 213 | 0 | 0.35 | 0.05 | 0.12 | 308.35 | 0.56 | 0.72 |
| Hex | E0 | 91 | D5 | 0 | 23 | 5 | C | 134 | 38 | 48 |
| Octal | 340 | 221 | 325 | 0 | 43 | 5 | 14 | 464 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11010101 | 0 | 100011 | 101 | 1100 | 100110100 | 111000 | 1001000 |
Color Harmonies of #E091D5
Complementary color
Monochromatic Colors of #E091D5
Black with #E091D5
Text Example
Text Example
White with #E091D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091D5; }
p { color: rgb(224,145,213); }
H1.HeaderClassName
{
color: #E091D5;
}
.AnyTagClassName
{
color: #E091D5;
}
</style>
background-color css
<style>
a { background-color: #E091D5; }
a { background-color: rgb(224,145,213); }
div.DivClassName
{
background-color: #E091D5;
}
.BgClassName
{
background-color: #E091D5;
}
</style>
border-color css
<style>
span { border-color: #E091D5; }
span { border-color: rgb(224,145,213); }
td.TdClassName
{
border-color: #E091D5;
}
.TagClassName
{
border-color: #E091D5;
}
</style>