Shades of Plum #E09DCE
Tints of Plum #E09DCE
RGB
CMYK
RGB Variations
Color information
#E09DCE (or 0xE09DCE) is known color: Plum. HEX triplet: E0, 9D and CE. RGB value is (224,157,206). Sum of RGB (Red+Green+Blue) = 224+157+206=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DCE is #1F6231. Grayscale: #B6B6B6. Windows color (decimal): -2056754 or 13540832. OLE color: 13540832.
HSL color Cylindrical-coordinate representation of color #E09DCE: hue angle of 316.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DCE is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 206 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.12 |
| HSL | 316.12º | 0.52% | 0.75% | - |
| HSV(B) | 316.12º | 0.3% | 0.88% | - |
| XYZ | 53.94 | 44.42 | 64.12 | - |
| YUV | 182.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 206 | 0 | 0.30 | 0.08 | 0.12 | 316.12 | 0.52 | 0.75 |
| Hex | E0 | 9D | CE | 0 | 1E | 8 | C | 13C | 34 | 4B |
| Octal | 340 | 235 | 316 | 0 | 36 | 10 | 14 | 474 | 64 | 113 |
| Binary | 11100000 | 10011101 | 11001110 | 0 | 11110 | 1000 | 1100 | 100111100 | 110100 | 1001011 |
Color Harmonies of #E09DCE
Complementary color
Monochromatic Colors of #E09DCE
Black with #E09DCE
Text Example
Text Example
White with #E09DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DCE; }
p { color: rgb(224,157,206); }
H1.HeaderClassName
{
color: #E09DCE;
}
.AnyTagClassName
{
color: #E09DCE;
}
</style>
background-color css
<style>
a { background-color: #E09DCE; }
a { background-color: rgb(224,157,206); }
div.DivClassName
{
background-color: #E09DCE;
}
.BgClassName
{
background-color: #E09DCE;
}
</style>
border-color css
<style>
span { border-color: #E09DCE; }
span { border-color: rgb(224,157,206); }
td.TdClassName
{
border-color: #E09DCE;
}
.TagClassName
{
border-color: #E09DCE;
}
</style>