Shades of Plum #E295D3
Tints of Plum #E295D3
RGB
CMYK
RGB Variations
Color information
#E295D3 (or 0xE295D3) is known color: Plum. HEX triplet: E2, 95 and D3. RGB value is (226,149,211). Sum of RGB (Red+Green+Blue) = 226+149+211=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D3 is #1D6A2C. Grayscale: #B2B2B2. Windows color (decimal): -1927725 or 13866466. OLE color: 13866466.
HSL color Cylindrical-coordinate representation of color #E295D3: hue angle of 311.69º 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 #E295D3 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 211 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.11 |
| HSL | 311.69º | 0.57% | 0.74% | - |
| HSV(B) | 311.69º | 0.34% | 0.89% | - |
| XYZ | 53.87 | 42.37 | 66.97 | - |
| YUV | 179.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 211 | 0 | 0.34 | 0.07 | 0.11 | 311.69 | 0.57 | 0.74 |
| Hex | E2 | 95 | D3 | 0 | 22 | 7 | B | 138 | 39 | 4A |
| Octal | 342 | 225 | 323 | 0 | 42 | 7 | 13 | 470 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11010011 | 0 | 100010 | 111 | 1011 | 100111000 | 111001 | 1001010 |
Color Harmonies of #E295D3
Complementary color
Monochromatic Colors of #E295D3
Black with #E295D3
Text Example
Text Example
White with #E295D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295D3; }
p { color: rgb(226,149,211); }
H1.HeaderClassName
{
color: #E295D3;
}
.AnyTagClassName
{
color: #E295D3;
}
</style>
background-color css
<style>
a { background-color: #E295D3; }
a { background-color: rgb(226,149,211); }
div.DivClassName
{
background-color: #E295D3;
}
.BgClassName
{
background-color: #E295D3;
}
</style>
border-color css
<style>
span { border-color: #E295D3; }
span { border-color: rgb(226,149,211); }
td.TdClassName
{
border-color: #E295D3;
}
.TagClassName
{
border-color: #E295D3;
}
</style>