Shades of Plum #E095D0
Tints of Plum #E095D0
RGB
CMYK
RGB Variations
Color information
#E095D0 (or 0xE095D0) is known color: Plum. HEX triplet: E0, 95 and D0. RGB value is (224,149,208). Sum of RGB (Red+Green+Blue) = 224+149+208=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E095D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095D0 is #1F6A2F. Grayscale: #B1B1B1. Windows color (decimal): -2058800 or 13669856. OLE color: 13669856.
HSL color Cylindrical-coordinate representation of color #E095D0: hue angle of 312.8º 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 #E095D0 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 208 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.12 |
| HSL | 312.8º | 0.55% | 0.73% | - |
| HSV(B) | 312.8º | 0.33% | 0.88% | - |
| XYZ | 52.87 | 41.9 | 64.97 | - |
| YUV | 178.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 208 | 0 | 0.33 | 0.07 | 0.12 | 312.8 | 0.55 | 0.73 |
| Hex | E0 | 95 | D0 | 0 | 21 | 7 | C | 139 | 37 | 49 |
| Octal | 340 | 225 | 320 | 0 | 41 | 7 | 14 | 471 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11010000 | 0 | 100001 | 111 | 1100 | 100111001 | 110111 | 1001001 |
Color Harmonies of #E095D0
Complementary color
Monochromatic Colors of #E095D0
Black with #E095D0
Text Example
Text Example
White with #E095D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095D0; }
p { color: rgb(224,149,208); }
H1.HeaderClassName
{
color: #E095D0;
}
.AnyTagClassName
{
color: #E095D0;
}
</style>
background-color css
<style>
a { background-color: #E095D0; }
a { background-color: rgb(224,149,208); }
div.DivClassName
{
background-color: #E095D0;
}
.BgClassName
{
background-color: #E095D0;
}
</style>
border-color css
<style>
span { border-color: #E095D0; }
span { border-color: rgb(224,149,208); }
td.TdClassName
{
border-color: #E095D0;
}
.TagClassName
{
border-color: #E095D0;
}
</style>