Shades of Plum #E497D0
Tints of Plum #E497D0
RGB
CMYK
RGB Variations
Color information
#E497D0 (or 0xE497D0) is known color: Plum. HEX triplet: E4, 97 and D0. RGB value is (228,151,208). Sum of RGB (Red+Green+Blue) = 228+151+208=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E497D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497D0 is #1B682F. Grayscale: #B4B4B4. Windows color (decimal): -1796144 or 13670372. OLE color: 13670372.
HSL color Cylindrical-coordinate representation of color #E497D0: hue angle of 315.58º 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 #E497D0 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 208 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.11 |
| HSL | 315.58º | 0.59% | 0.74% | - |
| HSV(B) | 315.58º | 0.34% | 0.89% | - |
| XYZ | 54.45 | 43.18 | 65.14 | - |
| YUV | 180.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 208 | 0 | 0.34 | 0.09 | 0.11 | 315.58 | 0.59 | 0.74 |
| Hex | E4 | 97 | D0 | 0 | 22 | 9 | B | 13C | 3B | 4A |
| Octal | 344 | 227 | 320 | 0 | 42 | 11 | 13 | 474 | 73 | 112 |
| Binary | 11100100 | 10010111 | 11010000 | 0 | 100010 | 1001 | 1011 | 100111100 | 111011 | 1001010 |
Color Harmonies of #E497D0
Complementary color
Monochromatic Colors of #E497D0
Black with #E497D0
Text Example
Text Example
White with #E497D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497D0; }
p { color: rgb(228,151,208); }
H1.HeaderClassName
{
color: #E497D0;
}
.AnyTagClassName
{
color: #E497D0;
}
</style>
background-color css
<style>
a { background-color: #E497D0; }
a { background-color: rgb(228,151,208); }
div.DivClassName
{
background-color: #E497D0;
}
.BgClassName
{
background-color: #E497D0;
}
</style>
border-color css
<style>
span { border-color: #E497D0; }
span { border-color: rgb(228,151,208); }
td.TdClassName
{
border-color: #E497D0;
}
.TagClassName
{
border-color: #E497D0;
}
</style>