Shades of Plum #E497D7
Tints of Plum #E497D7
RGB
CMYK
RGB Variations
Color information
#E497D7 (or 0xE497D7) is known color: Plum. HEX triplet: E4, 97 and D7. RGB value is (228,151,215). Sum of RGB (Red+Green+Blue) = 228+151+215=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E497D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497D7 is #1B6828. Grayscale: #B5B5B5. Windows color (decimal): -1796137 or 14129124. OLE color: 14129124.
HSL color Cylindrical-coordinate representation of color #E497D7: hue angle of 310.13º 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 #E497D7 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 215 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.11 |
| HSL | 310.13º | 0.59% | 0.74% | - |
| HSV(B) | 310.13º | 0.34% | 0.89% | - |
| XYZ | 55.33 | 43.53 | 69.78 | - |
| YUV | 181.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 215 | 0 | 0.34 | 0.06 | 0.11 | 310.13 | 0.59 | 0.74 |
| Hex | E4 | 97 | D7 | 0 | 22 | 6 | B | 136 | 3B | 4A |
| Octal | 344 | 227 | 327 | 0 | 42 | 6 | 13 | 466 | 73 | 112 |
| Binary | 11100100 | 10010111 | 11010111 | 0 | 100010 | 110 | 1011 | 100110110 | 111011 | 1001010 |
Color Harmonies of #E497D7
Complementary color
Monochromatic Colors of #E497D7
Black with #E497D7
Text Example
Text Example
White with #E497D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497D7; }
p { color: rgb(228,151,215); }
H1.HeaderClassName
{
color: #E497D7;
}
.AnyTagClassName
{
color: #E497D7;
}
</style>
background-color css
<style>
a { background-color: #E497D7; }
a { background-color: rgb(228,151,215); }
div.DivClassName
{
background-color: #E497D7;
}
.BgClassName
{
background-color: #E497D7;
}
</style>
border-color css
<style>
span { border-color: #E497D7; }
span { border-color: rgb(228,151,215); }
td.TdClassName
{
border-color: #E497D7;
}
.TagClassName
{
border-color: #E497D7;
}
</style>