Shades of Plum #E499DF
Tints of Plum #E499DF
RGB
CMYK
RGB Variations
Color information
#E499DF (or 0xE499DF) is known color: Plum. HEX triplet: E4, 99 and DF. RGB value is (228,153,223). Sum of RGB (Red+Green+Blue) = 228+153+223=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E499DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499DF is #1B6620. Grayscale: #B7B7B7. Windows color (decimal): -1795617 or 14653924. OLE color: 14653924.
HSL color Cylindrical-coordinate representation of color #E499DF: hue angle of 304º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E499DF is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 223 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.11 |
| HSL | 304º | 0.58% | 0.75% | - |
| HSV(B) | 304º | 0.33% | 0.89% | - |
| XYZ | 56.71 | 44.6 | 75.43 | - |
| YUV | 183.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 223 | 0 | 0.33 | 0.02 | 0.11 | 304 | 0.58 | 0.75 |
| Hex | E4 | 99 | DF | 0 | 21 | 2 | B | 130 | 3A | 4B |
| Octal | 344 | 231 | 337 | 0 | 41 | 2 | 13 | 460 | 72 | 113 |
| Binary | 11100100 | 10011001 | 11011111 | 0 | 100001 | 10 | 1011 | 100110000 | 111010 | 1001011 |
Color Harmonies of #E499DF
Complementary color
Monochromatic Colors of #E499DF
Black with #E499DF
Text Example
Text Example
White with #E499DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499DF; }
p { color: rgb(228,153,223); }
H1.HeaderClassName
{
color: #E499DF;
}
.AnyTagClassName
{
color: #E499DF;
}
</style>
background-color css
<style>
a { background-color: #E499DF; }
a { background-color: rgb(228,153,223); }
div.DivClassName
{
background-color: #E499DF;
}
.BgClassName
{
background-color: #E499DF;
}
</style>
border-color css
<style>
span { border-color: #E499DF; }
span { border-color: rgb(228,153,223); }
td.TdClassName
{
border-color: #E499DF;
}
.TagClassName
{
border-color: #E499DF;
}
</style>