Shades of Plum #E495DE
Tints of Plum #E495DE
RGB
CMYK
RGB Variations
Color information
#E495DE (or 0xE495DE) is known color: Plum. HEX triplet: E4, 95 and DE. RGB value is (228,149,222). Sum of RGB (Red+Green+Blue) = 228+149+222=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 228 - color contains mainly: red. Hex color #E495DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495DE is #1B6A21. Grayscale: #B4B4B4. Windows color (decimal): -1796642 or 14587364. OLE color: 14587364.
HSL color Cylindrical-coordinate representation of color #E495DE: hue angle of 304.56º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495DE is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 222 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.11 |
| HSL | 304.56º | 0.59% | 0.74% | - |
| HSV(B) | 304.56º | 0.35% | 0.89% | - |
| XYZ | 55.93 | 43.26 | 74.51 | - |
| YUV | 180.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 222 | 0 | 0.35 | 0.03 | 0.11 | 304.56 | 0.59 | 0.74 |
| Hex | E4 | 95 | DE | 0 | 23 | 3 | B | 131 | 3B | 4A |
| Octal | 344 | 225 | 336 | 0 | 43 | 3 | 13 | 461 | 73 | 112 |
| Binary | 11100100 | 10010101 | 11011110 | 0 | 100011 | 11 | 1011 | 100110001 | 111011 | 1001010 |
Color Harmonies of #E495DE
Complementary color
Monochromatic Colors of #E495DE
Black with #E495DE
Text Example
Text Example
White with #E495DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495DE; }
p { color: rgb(228,149,222); }
H1.HeaderClassName
{
color: #E495DE;
}
.AnyTagClassName
{
color: #E495DE;
}
</style>
background-color css
<style>
a { background-color: #E495DE; }
a { background-color: rgb(228,149,222); }
div.DivClassName
{
background-color: #E495DE;
}
.BgClassName
{
background-color: #E495DE;
}
</style>
border-color css
<style>
span { border-color: #E495DE; }
span { border-color: rgb(228,149,222); }
td.TdClassName
{
border-color: #E495DE;
}
.TagClassName
{
border-color: #E495DE;
}
</style>