Shades of Plum #E295D1
Tints of Plum #E295D1
RGB
CMYK
RGB Variations
Color information
#E295D1 (or 0xE295D1) is known color: Plum. HEX triplet: E2, 95 and D1. RGB value is (226,149,209). Sum of RGB (Red+Green+Blue) = 226+149+209=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D1 is #1D6A2E. Grayscale: #B2B2B2. Windows color (decimal): -1927727 or 13735394. OLE color: 13735394.
HSL color Cylindrical-coordinate representation of color #E295D1: hue angle of 313.25º 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 #E295D1 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 209 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.11 |
| HSL | 313.25º | 0.57% | 0.74% | - |
| HSV(B) | 313.25º | 0.34% | 0.89% | - |
| XYZ | 53.62 | 42.27 | 65.65 | - |
| YUV | 178.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 209 | 0 | 0.34 | 0.08 | 0.11 | 313.25 | 0.57 | 0.74 |
| Hex | E2 | 95 | D1 | 0 | 22 | 8 | B | 139 | 39 | 4A |
| Octal | 342 | 225 | 321 | 0 | 42 | 10 | 13 | 471 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11010001 | 0 | 100010 | 1000 | 1011 | 100111001 | 111001 | 1001010 |
Color Harmonies of #E295D1
Complementary color
Monochromatic Colors of #E295D1
Black with #E295D1
Text Example
Text Example
White with #E295D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295D1; }
p { color: rgb(226,149,209); }
H1.HeaderClassName
{
color: #E295D1;
}
.AnyTagClassName
{
color: #E295D1;
}
</style>
background-color css
<style>
a { background-color: #E295D1; }
a { background-color: rgb(226,149,209); }
div.DivClassName
{
background-color: #E295D1;
}
.BgClassName
{
background-color: #E295D1;
}
</style>
border-color css
<style>
span { border-color: #E295D1; }
span { border-color: rgb(226,149,209); }
td.TdClassName
{
border-color: #E295D1;
}
.TagClassName
{
border-color: #E295D1;
}
</style>