Shades of Plum #E095DC
Tints of Plum #E095DC
RGB
CMYK
RGB Variations
Color information
#E095DC (or 0xE095DC) is known color: Plum. HEX triplet: E0, 95 and DC. RGB value is (224,149,220). Sum of RGB (Red+Green+Blue) = 224+149+220=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E095DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095DC is #1F6A23. Grayscale: #B3B3B3. Windows color (decimal): -2058788 or 14456288. OLE color: 14456288.
HSL color Cylindrical-coordinate representation of color #E095DC: hue angle of 303.2º 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 #E095DC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 220 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.12 |
| HSL | 303.2º | 0.55% | 0.73% | - |
| HSV(B) | 303.2º | 0.33% | 0.88% | - |
| XYZ | 54.41 | 42.51 | 73.05 | - |
| YUV | 179.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 220 | 0 | 0.33 | 0.02 | 0.12 | 303.2 | 0.55 | 0.73 |
| Hex | E0 | 95 | DC | 0 | 21 | 2 | C | 12F | 37 | 49 |
| Octal | 340 | 225 | 334 | 0 | 41 | 2 | 14 | 457 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11011100 | 0 | 100001 | 10 | 1100 | 100101111 | 110111 | 1001001 |
Color Harmonies of #E095DC
Complementary color
Monochromatic Colors of #E095DC
Black with #E095DC
Text Example
Text Example
White with #E095DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095DC; }
p { color: rgb(224,149,220); }
H1.HeaderClassName
{
color: #E095DC;
}
.AnyTagClassName
{
color: #E095DC;
}
</style>
background-color css
<style>
a { background-color: #E095DC; }
a { background-color: rgb(224,149,220); }
div.DivClassName
{
background-color: #E095DC;
}
.BgClassName
{
background-color: #E095DC;
}
</style>
border-color css
<style>
span { border-color: #E095DC; }
span { border-color: rgb(224,149,220); }
td.TdClassName
{
border-color: #E095DC;
}
.TagClassName
{
border-color: #E095DC;
}
</style>