Shades of Plum #E091D0
Tints of Plum #E091D0
RGB
CMYK
RGB Variations
Color information
#E091D0 (or 0xE091D0) is known color: Plum. HEX triplet: E0, 91 and D0. RGB value is (224,145,208). Sum of RGB (Red+Green+Blue) = 224+145+208=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E091D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091D0 is #1F6E2F. Grayscale: #AFAFAF. Windows color (decimal): -2059824 or 13668832. OLE color: 13668832.
HSL color Cylindrical-coordinate representation of color #E091D0: hue angle of 312.15º 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 #E091D0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 208 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.12 |
| HSL | 312.15º | 0.56% | 0.72% | - |
| HSV(B) | 312.15º | 0.35% | 0.88% | - |
| XYZ | 52.25 | 40.65 | 64.77 | - |
| YUV | 175.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 208 | 0 | 0.35 | 0.07 | 0.12 | 312.15 | 0.56 | 0.72 |
| Hex | E0 | 91 | D0 | 0 | 23 | 7 | C | 138 | 38 | 48 |
| Octal | 340 | 221 | 320 | 0 | 43 | 7 | 14 | 470 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11010000 | 0 | 100011 | 111 | 1100 | 100111000 | 111000 | 1001000 |
Color Harmonies of #E091D0
Complementary color
Monochromatic Colors of #E091D0
Black with #E091D0
Text Example
Text Example
White with #E091D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091D0; }
p { color: rgb(224,145,208); }
H1.HeaderClassName
{
color: #E091D0;
}
.AnyTagClassName
{
color: #E091D0;
}
</style>
background-color css
<style>
a { background-color: #E091D0; }
a { background-color: rgb(224,145,208); }
div.DivClassName
{
background-color: #E091D0;
}
.BgClassName
{
background-color: #E091D0;
}
</style>
border-color css
<style>
span { border-color: #E091D0; }
span { border-color: rgb(224,145,208); }
td.TdClassName
{
border-color: #E091D0;
}
.TagClassName
{
border-color: #E091D0;
}
</style>