Shades of Plum #E497DE
Tints of Plum #E497DE
RGB
CMYK
RGB Variations
Color information
#E497DE (or 0xE497DE) is known color: Plum. HEX triplet: E4, 97 and DE. RGB value is (228,151,222). Sum of RGB (Red+Green+Blue) = 228+151+222=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E497DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497DE is #1B6821. Grayscale: #B5B5B5. Windows color (decimal): -1796130 or 14587876. OLE color: 14587876.
HSL color Cylindrical-coordinate representation of color #E497DE: hue angle of 304.68º degrees, saturation: 0.59, 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 #E497DE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 222 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.11 |
| HSL | 304.68º | 0.59% | 0.74% | - |
| HSV(B) | 304.68º | 0.34% | 0.89% | - |
| XYZ | 56.25 | 43.9 | 74.62 | - |
| YUV | 182.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 222 | 0 | 0.34 | 0.03 | 0.11 | 304.68 | 0.59 | 0.74 |
| Hex | E4 | 97 | DE | 0 | 22 | 3 | B | 131 | 3B | 4A |
| Octal | 344 | 227 | 336 | 0 | 42 | 3 | 13 | 461 | 73 | 112 |
| Binary | 11100100 | 10010111 | 11011110 | 0 | 100010 | 11 | 1011 | 100110001 | 111011 | 1001010 |
Color Harmonies of #E497DE
Complementary color
Monochromatic Colors of #E497DE
Black with #E497DE
Text Example
Text Example
White with #E497DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497DE; }
p { color: rgb(228,151,222); }
H1.HeaderClassName
{
color: #E497DE;
}
.AnyTagClassName
{
color: #E497DE;
}
</style>
background-color css
<style>
a { background-color: #E497DE; }
a { background-color: rgb(228,151,222); }
div.DivClassName
{
background-color: #E497DE;
}
.BgClassName
{
background-color: #E497DE;
}
</style>
border-color css
<style>
span { border-color: #E497DE; }
span { border-color: rgb(228,151,222); }
td.TdClassName
{
border-color: #E497DE;
}
.TagClassName
{
border-color: #E497DE;
}
</style>