Shades of Plum #E499DD
Tints of Plum #E499DD
RGB
CMYK
RGB Variations
Color information
#E499DD (or 0xE499DD) is known color: Plum. HEX triplet: E4, 99 and DD. RGB value is (228,153,221). Sum of RGB (Red+Green+Blue) = 228+153+221=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E499DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499DD is #1B6622. Grayscale: #B6B6B6. Windows color (decimal): -1795619 or 14522852. OLE color: 14522852.
HSL color Cylindrical-coordinate representation of color #E499DD: hue angle of 305.6º 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 #E499DD is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 221 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.11 |
| HSL | 305.6º | 0.58% | 0.75% | - |
| HSV(B) | 305.6º | 0.33% | 0.89% | - |
| XYZ | 56.44 | 44.5 | 74.02 | - |
| YUV | 183.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 221 | 0 | 0.33 | 0.03 | 0.11 | 305.6 | 0.58 | 0.75 |
| Hex | E4 | 99 | DD | 0 | 21 | 3 | B | 132 | 3A | 4B |
| Octal | 344 | 231 | 335 | 0 | 41 | 3 | 13 | 462 | 72 | 113 |
| Binary | 11100100 | 10011001 | 11011101 | 0 | 100001 | 11 | 1011 | 100110010 | 111010 | 1001011 |
Color Harmonies of #E499DD
Complementary color
Monochromatic Colors of #E499DD
Black with #E499DD
Text Example
Text Example
White with #E499DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499DD; }
p { color: rgb(228,153,221); }
H1.HeaderClassName
{
color: #E499DD;
}
.AnyTagClassName
{
color: #E499DD;
}
</style>
background-color css
<style>
a { background-color: #E499DD; }
a { background-color: rgb(228,153,221); }
div.DivClassName
{
background-color: #E499DD;
}
.BgClassName
{
background-color: #E499DD;
}
</style>
border-color css
<style>
span { border-color: #E499DD; }
span { border-color: rgb(228,153,221); }
td.TdClassName
{
border-color: #E499DD;
}
.TagClassName
{
border-color: #E499DD;
}
</style>