Shades of Plum #E095CD
Tints of Plum #E095CD
RGB
CMYK
RGB Variations
Color information
#E095CD (or 0xE095CD) is known color: Plum. HEX triplet: E0, 95 and CD. RGB value is (224,149,205). Sum of RGB (Red+Green+Blue) = 224+149+205=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E095CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095CD is #1F6A32. Grayscale: #B1B1B1. Windows color (decimal): -2058803 or 13473248. OLE color: 13473248.
HSL color Cylindrical-coordinate representation of color #E095CD: hue angle of 315.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 #E095CD is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 205 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.12 |
| HSL | 315.2º | 0.55% | 0.73% | - |
| HSV(B) | 315.2º | 0.33% | 0.88% | - |
| XYZ | 52.51 | 41.75 | 63.05 | - |
| YUV | 177.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 205 | 0 | 0.33 | 0.08 | 0.12 | 315.2 | 0.55 | 0.73 |
| Hex | E0 | 95 | CD | 0 | 21 | 8 | C | 13B | 37 | 49 |
| Octal | 340 | 225 | 315 | 0 | 41 | 10 | 14 | 473 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11001101 | 0 | 100001 | 1000 | 1100 | 100111011 | 110111 | 1001001 |
Color Harmonies of #E095CD
Complementary color
Monochromatic Colors of #E095CD
Black with #E095CD
Text Example
Text Example
White with #E095CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095CD; }
p { color: rgb(224,149,205); }
H1.HeaderClassName
{
color: #E095CD;
}
.AnyTagClassName
{
color: #E095CD;
}
</style>
background-color css
<style>
a { background-color: #E095CD; }
a { background-color: rgb(224,149,205); }
div.DivClassName
{
background-color: #E095CD;
}
.BgClassName
{
background-color: #E095CD;
}
</style>
border-color css
<style>
span { border-color: #E095CD; }
span { border-color: rgb(224,149,205); }
td.TdClassName
{
border-color: #E095CD;
}
.TagClassName
{
border-color: #E095CD;
}
</style>