Shades of Plum #E295DF
Tints of Plum #E295DF
RGB
CMYK
RGB Variations
Color information
#E295DF (or 0xE295DF) is known color: Plum. HEX triplet: E2, 95 and DF. RGB value is (226,149,223). Sum of RGB (Red+Green+Blue) = 226+149+223=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E295DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295DF is #1D6A20. Grayscale: #B4B4B4. Windows color (decimal): -1927713 or 14652898. OLE color: 14652898.
HSL color Cylindrical-coordinate representation of color #E295DF: hue angle of 302.34º 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 #E295DF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 223 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.11 |
| HSL | 302.34º | 0.57% | 0.74% | - |
| HSV(B) | 302.34º | 0.34% | 0.89% | - |
| XYZ | 55.43 | 42.99 | 75.19 | - |
| YUV | 180.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 223 | 0 | 0.34 | 0.01 | 0.11 | 302.34 | 0.57 | 0.74 |
| Hex | E2 | 95 | DF | 0 | 22 | 1 | B | 12E | 39 | 4A |
| Octal | 342 | 225 | 337 | 0 | 42 | 1 | 13 | 456 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11011111 | 0 | 100010 | 1 | 1011 | 100101110 | 111001 | 1001010 |
Color Harmonies of #E295DF
Complementary color
Monochromatic Colors of #E295DF
Black with #E295DF
Text Example
Text Example
White with #E295DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295DF; }
p { color: rgb(226,149,223); }
H1.HeaderClassName
{
color: #E295DF;
}
.AnyTagClassName
{
color: #E295DF;
}
</style>
background-color css
<style>
a { background-color: #E295DF; }
a { background-color: rgb(226,149,223); }
div.DivClassName
{
background-color: #E295DF;
}
.BgClassName
{
background-color: #E295DF;
}
</style>
border-color css
<style>
span { border-color: #E295DF; }
span { border-color: rgb(226,149,223); }
td.TdClassName
{
border-color: #E295DF;
}
.TagClassName
{
border-color: #E295DF;
}
</style>