Shades of Plum #E299DF
Tints of Plum #E299DF
RGB
CMYK
RGB Variations
Color information
#E299DF (or 0xE299DF) is known color: Plum. HEX triplet: E2, 99 and DF. RGB value is (226,153,223). Sum of RGB (Red+Green+Blue) = 226+153+223=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E299DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299DF is #1D6620. Grayscale: #B6B6B6. Windows color (decimal): -1926689 or 14653922. OLE color: 14653922.
HSL color Cylindrical-coordinate representation of color #E299DF: hue angle of 302.47º 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 #E299DF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 223 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.11 |
| HSL | 302.47º | 0.56% | 0.74% | - |
| HSV(B) | 302.47º | 0.32% | 0.89% | - |
| XYZ | 56.07 | 44.28 | 75.4 | - |
| YUV | 182.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 223 | 0 | 0.32 | 0.01 | 0.11 | 302.47 | 0.56 | 0.74 |
| Hex | E2 | 99 | DF | 0 | 20 | 1 | B | 12E | 38 | 4A |
| Octal | 342 | 231 | 337 | 0 | 40 | 1 | 13 | 456 | 70 | 112 |
| Binary | 11100010 | 10011001 | 11011111 | 0 | 100000 | 1 | 1011 | 100101110 | 111000 | 1001010 |
Color Harmonies of #E299DF
Complementary color
Monochromatic Colors of #E299DF
Black with #E299DF
Text Example
Text Example
White with #E299DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299DF; }
p { color: rgb(226,153,223); }
H1.HeaderClassName
{
color: #E299DF;
}
.AnyTagClassName
{
color: #E299DF;
}
</style>
background-color css
<style>
a { background-color: #E299DF; }
a { background-color: rgb(226,153,223); }
div.DivClassName
{
background-color: #E299DF;
}
.BgClassName
{
background-color: #E299DF;
}
</style>
border-color css
<style>
span { border-color: #E299DF; }
span { border-color: rgb(226,153,223); }
td.TdClassName
{
border-color: #E299DF;
}
.TagClassName
{
border-color: #E299DF;
}
</style>