Shades of Plum #E295DC
Tints of Plum #E295DC
RGB
CMYK
RGB Variations
Color information
#E295DC (or 0xE295DC) is known color: Plum. HEX triplet: E2, 95 and DC. RGB value is (226,149,220). Sum of RGB (Red+Green+Blue) = 226+149+220=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E295DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295DC is #1D6A23. Grayscale: #B3B3B3. Windows color (decimal): -1927716 or 14456290. OLE color: 14456290.
HSL color Cylindrical-coordinate representation of color #E295DC: hue angle of 304.68º 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 #E295DC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 220 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.11 |
| HSL | 304.68º | 0.57% | 0.74% | - |
| HSV(B) | 304.68º | 0.34% | 0.89% | - |
| XYZ | 55.03 | 42.83 | 73.08 | - |
| YUV | 180.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 220 | 0 | 0.34 | 0.03 | 0.11 | 304.68 | 0.57 | 0.74 |
| Hex | E2 | 95 | DC | 0 | 22 | 3 | B | 131 | 39 | 4A |
| Octal | 342 | 225 | 334 | 0 | 42 | 3 | 13 | 461 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11011100 | 0 | 100010 | 11 | 1011 | 100110001 | 111001 | 1001010 |
Color Harmonies of #E295DC
Complementary color
Monochromatic Colors of #E295DC
Black with #E295DC
Text Example
Text Example
White with #E295DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295DC; }
p { color: rgb(226,149,220); }
H1.HeaderClassName
{
color: #E295DC;
}
.AnyTagClassName
{
color: #E295DC;
}
</style>
background-color css
<style>
a { background-color: #E295DC; }
a { background-color: rgb(226,149,220); }
div.DivClassName
{
background-color: #E295DC;
}
.BgClassName
{
background-color: #E295DC;
}
</style>
border-color css
<style>
span { border-color: #E295DC; }
span { border-color: rgb(226,149,220); }
td.TdClassName
{
border-color: #E295DC;
}
.TagClassName
{
border-color: #E295DC;
}
</style>