Shades of Plum #E295DD
Tints of Plum #E295DD
RGB
CMYK
RGB Variations
Color information
#E295DD (or 0xE295DD) is known color: Plum. HEX triplet: E2, 95 and DD. RGB value is (226,149,221). Sum of RGB (Red+Green+Blue) = 226+149+221=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E295DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295DD is #1D6A22. Grayscale: #B4B4B4. Windows color (decimal): -1927715 or 14521826. OLE color: 14521826.
HSL color Cylindrical-coordinate representation of color #E295DD: hue angle of 303.9º 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 #E295DD is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 221 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.11 |
| HSL | 303.9º | 0.57% | 0.74% | - |
| HSV(B) | 303.9º | 0.34% | 0.89% | - |
| XYZ | 55.16 | 42.88 | 73.78 | - |
| YUV | 180.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 221 | 0 | 0.34 | 0.02 | 0.11 | 303.9 | 0.57 | 0.74 |
| Hex | E2 | 95 | DD | 0 | 22 | 2 | B | 130 | 39 | 4A |
| Octal | 342 | 225 | 335 | 0 | 42 | 2 | 13 | 460 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11011101 | 0 | 100010 | 10 | 1011 | 100110000 | 111001 | 1001010 |
Color Harmonies of #E295DD
Complementary color
Monochromatic Colors of #E295DD
Black with #E295DD
Text Example
Text Example
White with #E295DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295DD; }
p { color: rgb(226,149,221); }
H1.HeaderClassName
{
color: #E295DD;
}
.AnyTagClassName
{
color: #E295DD;
}
</style>
background-color css
<style>
a { background-color: #E295DD; }
a { background-color: rgb(226,149,221); }
div.DivClassName
{
background-color: #E295DD;
}
.BgClassName
{
background-color: #E295DD;
}
</style>
border-color css
<style>
span { border-color: #E295DD; }
span { border-color: rgb(226,149,221); }
td.TdClassName
{
border-color: #E295DD;
}
.TagClassName
{
border-color: #E295DD;
}
</style>