Shades of Plum #E099DF
Tints of Plum #E099DF
RGB
CMYK
RGB Variations
Color information
#E099DF (or 0xE099DF) is known color: Plum. HEX triplet: E0, 99 and DF. RGB value is (224,153,223). Sum of RGB (Red+Green+Blue) = 224+153+223=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E099DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099DF is #1F6620. Grayscale: #B6B6B6. Windows color (decimal): -2057761 or 14653920. OLE color: 14653920.
HSL color Cylindrical-coordinate representation of color #E099DF: hue angle of 300.85º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E099DF is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 223 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.12 |
| HSL | 300.85º | 0.53% | 0.74% | - |
| HSV(B) | 300.85º | 0.32% | 0.88% | - |
| XYZ | 55.45 | 43.96 | 75.37 | - |
| YUV | 182.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 223 | 0 | 0.32 | 0.00 | 0.12 | 300.85 | 0.53 | 0.74 |
| Hex | E0 | 99 | DF | 0 | 20 | 0 | C | 12D | 35 | 4A |
| Octal | 340 | 231 | 337 | 0 | 40 | 0 | 14 | 455 | 65 | 112 |
| Binary | 11100000 | 10011001 | 11011111 | 0 | 100000 | 0 | 1100 | 100101101 | 110101 | 1001010 |
Color Harmonies of #E099DF
Complementary color
Monochromatic Colors of #E099DF
Black with #E099DF
Text Example
Text Example
White with #E099DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099DF; }
p { color: rgb(224,153,223); }
H1.HeaderClassName
{
color: #E099DF;
}
.AnyTagClassName
{
color: #E099DF;
}
</style>
background-color css
<style>
a { background-color: #E099DF; }
a { background-color: rgb(224,153,223); }
div.DivClassName
{
background-color: #E099DF;
}
.BgClassName
{
background-color: #E099DF;
}
</style>
border-color css
<style>
span { border-color: #E099DF; }
span { border-color: rgb(224,153,223); }
td.TdClassName
{
border-color: #E099DF;
}
.TagClassName
{
border-color: #E099DF;
}
</style>