Shades of Plum #E497DF
Tints of Plum #E497DF
RGB
CMYK
RGB Variations
Color information
#E497DF (or 0xE497DF) is known color: Plum. HEX triplet: E4, 97 and DF. RGB value is (228,151,223). Sum of RGB (Red+Green+Blue) = 228+151+223=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E497DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497DF is #1B6820. Grayscale: #B6B6B6. Windows color (decimal): -1796129 or 14653412. OLE color: 14653412.
HSL color Cylindrical-coordinate representation of color #E497DF: hue angle of 303.9º 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 #E497DF is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 223 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.11 |
| HSL | 303.9º | 0.59% | 0.74% | - |
| HSV(B) | 303.9º | 0.34% | 0.89% | - |
| XYZ | 56.38 | 43.95 | 75.32 | - |
| YUV | 182.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 223 | 0 | 0.34 | 0.02 | 0.11 | 303.9 | 0.59 | 0.74 |
| Hex | E4 | 97 | DF | 0 | 22 | 2 | B | 130 | 3B | 4A |
| Octal | 344 | 227 | 337 | 0 | 42 | 2 | 13 | 460 | 73 | 112 |
| Binary | 11100100 | 10010111 | 11011111 | 0 | 100010 | 10 | 1011 | 100110000 | 111011 | 1001010 |
Color Harmonies of #E497DF
Complementary color
Monochromatic Colors of #E497DF
Black with #E497DF
Text Example
Text Example
White with #E497DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497DF; }
p { color: rgb(228,151,223); }
H1.HeaderClassName
{
color: #E497DF;
}
.AnyTagClassName
{
color: #E497DF;
}
</style>
background-color css
<style>
a { background-color: #E497DF; }
a { background-color: rgb(228,151,223); }
div.DivClassName
{
background-color: #E497DF;
}
.BgClassName
{
background-color: #E497DF;
}
</style>
border-color css
<style>
span { border-color: #E497DF; }
span { border-color: rgb(228,151,223); }
td.TdClassName
{
border-color: #E497DF;
}
.TagClassName
{
border-color: #E497DF;
}
</style>