Shades of Plum #E095D9
Tints of Plum #E095D9
RGB
CMYK
RGB Variations
Color information
#E095D9 (or 0xE095D9) is known color: Plum. HEX triplet: E0, 95 and D9. RGB value is (224,149,217). Sum of RGB (Red+Green+Blue) = 224+149+217=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E095D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095D9 is #1F6A26. Grayscale: #B2B2B2. Windows color (decimal): -2058791 or 14259680. OLE color: 14259680.
HSL color Cylindrical-coordinate representation of color #E095D9: hue angle of 305.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095D9 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 217 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.12 |
| HSL | 305.6º | 0.55% | 0.73% | - |
| HSV(B) | 305.6º | 0.33% | 0.88% | - |
| XYZ | 54.01 | 42.35 | 70.97 | - |
| YUV | 179.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 217 | 0 | 0.33 | 0.03 | 0.12 | 305.6 | 0.55 | 0.73 |
| Hex | E0 | 95 | D9 | 0 | 21 | 3 | C | 132 | 37 | 49 |
| Octal | 340 | 225 | 331 | 0 | 41 | 3 | 14 | 462 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11011001 | 0 | 100001 | 11 | 1100 | 100110010 | 110111 | 1001001 |
Color Harmonies of #E095D9
Complementary color
Monochromatic Colors of #E095D9
Black with #E095D9
Text Example
Text Example
White with #E095D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095D9; }
p { color: rgb(224,149,217); }
H1.HeaderClassName
{
color: #E095D9;
}
.AnyTagClassName
{
color: #E095D9;
}
</style>
background-color css
<style>
a { background-color: #E095D9; }
a { background-color: rgb(224,149,217); }
div.DivClassName
{
background-color: #E095D9;
}
.BgClassName
{
background-color: #E095D9;
}
</style>
border-color css
<style>
span { border-color: #E095D9; }
span { border-color: rgb(224,149,217); }
td.TdClassName
{
border-color: #E095D9;
}
.TagClassName
{
border-color: #E095D9;
}
</style>