Shades of Plum #E091DA
Tints of Plum #E091DA
RGB
CMYK
RGB Variations
Color information
#E091DA (or 0xE091DA) is known color: Plum. HEX triplet: E0, 91 and DA. RGB value is (224,145,218). Sum of RGB (Red+Green+Blue) = 224+145+218=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E091DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091DA is #1F6E25. Grayscale: #B0B0B0. Windows color (decimal): -2059814 or 14324192. OLE color: 14324192.
HSL color Cylindrical-coordinate representation of color #E091DA: hue angle of 304.56º 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 #E091DA is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 218 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.12 |
| HSL | 304.56º | 0.56% | 0.72% | - |
| HSV(B) | 304.56º | 0.35% | 0.88% | - |
| XYZ | 53.52 | 41.16 | 71.45 | - |
| YUV | 176.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 218 | 0 | 0.35 | 0.03 | 0.12 | 304.56 | 0.56 | 0.72 |
| Hex | E0 | 91 | DA | 0 | 23 | 3 | C | 131 | 38 | 48 |
| Octal | 340 | 221 | 332 | 0 | 43 | 3 | 14 | 461 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11011010 | 0 | 100011 | 11 | 1100 | 100110001 | 111000 | 1001000 |
Color Harmonies of #E091DA
Complementary color
Monochromatic Colors of #E091DA
Black with #E091DA
Text Example
Text Example
White with #E091DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091DA; }
p { color: rgb(224,145,218); }
H1.HeaderClassName
{
color: #E091DA;
}
.AnyTagClassName
{
color: #E091DA;
}
</style>
background-color css
<style>
a { background-color: #E091DA; }
a { background-color: rgb(224,145,218); }
div.DivClassName
{
background-color: #E091DA;
}
.BgClassName
{
background-color: #E091DA;
}
</style>
border-color css
<style>
span { border-color: #E091DA; }
span { border-color: rgb(224,145,218); }
td.TdClassName
{
border-color: #E091DA;
}
.TagClassName
{
border-color: #E091DA;
}
</style>