Shades of Plum #E294DB
Tints of Plum #E294DB
RGB
CMYK
RGB Variations
Color information
#E294DB (or 0xE294DB) is known color: Plum. HEX triplet: E2, 94 and DB. RGB value is (226,148,219). Sum of RGB (Red+Green+Blue) = 226+148+219=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E294DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294DB is #1D6B24. Grayscale: #B3B3B3. Windows color (decimal): -1927973 or 14390498. OLE color: 14390498.
HSL color Cylindrical-coordinate representation of color #E294DB: hue angle of 305.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294DB is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 219 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.11 |
| HSL | 305.38º | 0.57% | 0.73% | - |
| HSV(B) | 305.38º | 0.35% | 0.89% | - |
| XYZ | 54.74 | 42.46 | 72.33 | - |
| YUV | 179.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 219 | 0 | 0.35 | 0.03 | 0.11 | 305.38 | 0.57 | 0.73 |
| Hex | E2 | 94 | DB | 0 | 23 | 3 | B | 131 | 39 | 49 |
| Octal | 342 | 224 | 333 | 0 | 43 | 3 | 13 | 461 | 71 | 111 |
| Binary | 11100010 | 10010100 | 11011011 | 0 | 100011 | 11 | 1011 | 100110001 | 111001 | 1001001 |
Color Harmonies of #E294DB
Complementary color
Monochromatic Colors of #E294DB
Black with #E294DB
Text Example
Text Example
White with #E294DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294DB; }
p { color: rgb(226,148,219); }
H1.HeaderClassName
{
color: #E294DB;
}
.AnyTagClassName
{
color: #E294DB;
}
</style>
background-color css
<style>
a { background-color: #E294DB; }
a { background-color: rgb(226,148,219); }
div.DivClassName
{
background-color: #E294DB;
}
.BgClassName
{
background-color: #E294DB;
}
</style>
border-color css
<style>
span { border-color: #E294DB; }
span { border-color: rgb(226,148,219); }
td.TdClassName
{
border-color: #E294DB;
}
.TagClassName
{
border-color: #E294DB;
}
</style>