Shades of Plum #E497D5
Tints of Plum #E497D5
RGB
CMYK
RGB Variations
Color information
#E497D5 (or 0xE497D5) is known color: Plum. HEX triplet: E4, 97 and D5. RGB value is (228,151,213). Sum of RGB (Red+Green+Blue) = 228+151+213=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E497D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497D5 is #1B682A. Grayscale: #B4B4B4. Windows color (decimal): -1796139 or 13998052. OLE color: 13998052.
HSL color Cylindrical-coordinate representation of color #E497D5: hue angle of 311.69º 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 #E497D5 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 213 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.11 |
| HSL | 311.69º | 0.59% | 0.74% | - |
| HSV(B) | 311.69º | 0.34% | 0.89% | - |
| XYZ | 55.07 | 43.43 | 68.43 | - |
| YUV | 181.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 213 | 0 | 0.34 | 0.07 | 0.11 | 311.69 | 0.59 | 0.74 |
| Hex | E4 | 97 | D5 | 0 | 22 | 7 | B | 138 | 3B | 4A |
| Octal | 344 | 227 | 325 | 0 | 42 | 7 | 13 | 470 | 73 | 112 |
| Binary | 11100100 | 10010111 | 11010101 | 0 | 100010 | 111 | 1011 | 100111000 | 111011 | 1001010 |
Color Harmonies of #E497D5
Complementary color
Monochromatic Colors of #E497D5
Black with #E497D5
Text Example
Text Example
White with #E497D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497D5; }
p { color: rgb(228,151,213); }
H1.HeaderClassName
{
color: #E497D5;
}
.AnyTagClassName
{
color: #E497D5;
}
</style>
background-color css
<style>
a { background-color: #E497D5; }
a { background-color: rgb(228,151,213); }
div.DivClassName
{
background-color: #E497D5;
}
.BgClassName
{
background-color: #E497D5;
}
</style>
border-color css
<style>
span { border-color: #E497D5; }
span { border-color: rgb(228,151,213); }
td.TdClassName
{
border-color: #E497D5;
}
.TagClassName
{
border-color: #E497D5;
}
</style>