Shades of Plum #E295EE
Tints of Plum #E295EE
RGB
CMYK
RGB Variations
Color information
#E295EE (or 0xE295EE) is known color: Plum. HEX triplet: E2, 95 and EE. RGB value is (226,149,238). Sum of RGB (Red+Green+Blue) = 226+149+238=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #E295EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295EE is #1D6A11. Grayscale: #B5B5B5. Windows color (decimal): -1927698 or 15635938. OLE color: 15635938.
HSL color Cylindrical-coordinate representation of color #E295EE: hue angle of 291.91º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E295EE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 149 | 238 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.07 |
| HSL | 291.91º | 0.72% | 0.76% | - |
| HSV(B) | 291.91º | 0.37% | 0.93% | - |
| XYZ | 57.54 | 43.84 | 86.32 | - |
| YUV | 182.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 238 | 0.05 | 0.37 | 0 | 0.07 | 291.91 | 0.72 | 0.76 |
| Hex | E2 | 95 | EE | 5 | 25 | 0 | 7 | 124 | 48 | 4C |
| Octal | 342 | 225 | 356 | 5 | 45 | 0 | 7 | 444 | 110 | 114 |
| Binary | 11100010 | 10010101 | 11101110 | 101 | 100101 | 0 | 111 | 100100100 | 1001000 | 1001100 |
Color Harmonies of #E295EE
Complementary color
Monochromatic Colors of #E295EE
Black with #E295EE
Text Example
Text Example
White with #E295EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295EE; }
p { color: rgb(226,149,238); }
H1.HeaderClassName
{
color: #E295EE;
}
.AnyTagClassName
{
color: #E295EE;
}
</style>
background-color css
<style>
a { background-color: #E295EE; }
a { background-color: rgb(226,149,238); }
div.DivClassName
{
background-color: #E295EE;
}
.BgClassName
{
background-color: #E295EE;
}
</style>
border-color css
<style>
span { border-color: #E295EE; }
span { border-color: rgb(226,149,238); }
td.TdClassName
{
border-color: #E295EE;
}
.TagClassName
{
border-color: #E295EE;
}
</style>