Shades of Plum #E295D0
Tints of Plum #E295D0
RGB
CMYK
RGB Variations
Color information
#E295D0 (or 0xE295D0) is known color: Plum. HEX triplet: E2, 95 and D0. RGB value is (226,149,208). Sum of RGB (Red+Green+Blue) = 226+149+208=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E295D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295D0 is #1D6A2F. Grayscale: #B2B2B2. Windows color (decimal): -1927728 or 13669858. OLE color: 13669858.
HSL color Cylindrical-coordinate representation of color #E295D0: hue angle of 314.03º 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 #E295D0 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 208 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.11 |
| HSL | 314.03º | 0.57% | 0.74% | - |
| HSV(B) | 314.03º | 0.34% | 0.89% | - |
| XYZ | 53.5 | 42.22 | 65 | - |
| YUV | 178.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 208 | 0 | 0.34 | 0.08 | 0.11 | 314.03 | 0.57 | 0.74 |
| Hex | E2 | 95 | D0 | 0 | 22 | 8 | B | 13A | 39 | 4A |
| Octal | 342 | 225 | 320 | 0 | 42 | 10 | 13 | 472 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11010000 | 0 | 100010 | 1000 | 1011 | 100111010 | 111001 | 1001010 |
Color Harmonies of #E295D0
Complementary color
Monochromatic Colors of #E295D0
Black with #E295D0
Text Example
Text Example
White with #E295D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295D0; }
p { color: rgb(226,149,208); }
H1.HeaderClassName
{
color: #E295D0;
}
.AnyTagClassName
{
color: #E295D0;
}
</style>
background-color css
<style>
a { background-color: #E295D0; }
a { background-color: rgb(226,149,208); }
div.DivClassName
{
background-color: #E295D0;
}
.BgClassName
{
background-color: #E295D0;
}
</style>
border-color css
<style>
span { border-color: #E295D0; }
span { border-color: rgb(226,149,208); }
td.TdClassName
{
border-color: #E295D0;
}
.TagClassName
{
border-color: #E295D0;
}
</style>