Shades of Plum #E295DB
Tints of Plum #E295DB
RGB
CMYK
RGB Variations
Color information
#E295DB (or 0xE295DB) is known color: Plum. HEX triplet: E2, 95 and DB. RGB value is (226,149,219). Sum of RGB (Red+Green+Blue) = 226+149+219=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E295DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295DB is #1D6A24. Grayscale: #B3B3B3. Windows color (decimal): -1927717 or 14390754. OLE color: 14390754.
HSL color Cylindrical-coordinate representation of color #E295DB: hue angle of 305.45º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295DB is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 219 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.11 |
| HSL | 305.45º | 0.57% | 0.74% | - |
| HSV(B) | 305.45º | 0.34% | 0.89% | - |
| XYZ | 54.9 | 42.78 | 72.38 | - |
| YUV | 180 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 219 | 0 | 0.34 | 0.03 | 0.11 | 305.45 | 0.57 | 0.74 |
| Hex | E2 | 95 | DB | 0 | 22 | 3 | B | 131 | 39 | 4A |
| Octal | 342 | 225 | 333 | 0 | 42 | 3 | 13 | 461 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11011011 | 0 | 100010 | 11 | 1011 | 100110001 | 111001 | 1001010 |
Color Harmonies of #E295DB
Complementary color
Monochromatic Colors of #E295DB
Black with #E295DB
Text Example
Text Example
White with #E295DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295DB; }
p { color: rgb(226,149,219); }
H1.HeaderClassName
{
color: #E295DB;
}
.AnyTagClassName
{
color: #E295DB;
}
</style>
background-color css
<style>
a { background-color: #E295DB; }
a { background-color: rgb(226,149,219); }
div.DivClassName
{
background-color: #E295DB;
}
.BgClassName
{
background-color: #E295DB;
}
</style>
border-color css
<style>
span { border-color: #E295DB; }
span { border-color: rgb(226,149,219); }
td.TdClassName
{
border-color: #E295DB;
}
.TagClassName
{
border-color: #E295DB;
}
</style>