Shades of Plum #E299DC
Tints of Plum #E299DC
RGB
CMYK
RGB Variations
Color information
#E299DC (or 0xE299DC) is known color: Plum. HEX triplet: E2, 99 and DC. RGB value is (226,153,220). Sum of RGB (Red+Green+Blue) = 226+153+220=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E299DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299DC is #1D6623. Grayscale: #B6B6B6. Windows color (decimal): -1926692 or 14457314. OLE color: 14457314.
HSL color Cylindrical-coordinate representation of color #E299DC: hue angle of 304.93º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299DC is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 220 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.11 |
| HSL | 304.93º | 0.56% | 0.74% | - |
| HSV(B) | 304.93º | 0.32% | 0.89% | - |
| XYZ | 55.67 | 44.12 | 73.29 | - |
| YUV | 182.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 220 | 0 | 0.32 | 0.03 | 0.11 | 304.93 | 0.56 | 0.74 |
| Hex | E2 | 99 | DC | 0 | 20 | 3 | B | 131 | 38 | 4A |
| Octal | 342 | 231 | 334 | 0 | 40 | 3 | 13 | 461 | 70 | 112 |
| Binary | 11100010 | 10011001 | 11011100 | 0 | 100000 | 11 | 1011 | 100110001 | 111000 | 1001010 |
Color Harmonies of #E299DC
Complementary color
Monochromatic Colors of #E299DC
Black with #E299DC
Text Example
Text Example
White with #E299DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299DC; }
p { color: rgb(226,153,220); }
H1.HeaderClassName
{
color: #E299DC;
}
.AnyTagClassName
{
color: #E299DC;
}
</style>
background-color css
<style>
a { background-color: #E299DC; }
a { background-color: rgb(226,153,220); }
div.DivClassName
{
background-color: #E299DC;
}
.BgClassName
{
background-color: #E299DC;
}
</style>
border-color css
<style>
span { border-color: #E299DC; }
span { border-color: rgb(226,153,220); }
td.TdClassName
{
border-color: #E299DC;
}
.TagClassName
{
border-color: #E299DC;
}
</style>