Shades of Plum #E09ECE
Tints of Plum #E09ECE
RGB
CMYK
RGB Variations
Color information
#E09ECE (or 0xE09ECE) is known color: Plum. HEX triplet: E0, 9E and CE. RGB value is (224,158,206). Sum of RGB (Red+Green+Blue) = 224+158+206=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ECE is #1F6131. Grayscale: #B7B7B7. Windows color (decimal): -2056498 or 13541088. OLE color: 13541088.
HSL color Cylindrical-coordinate representation of color #E09ECE: hue angle of 316.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09ECE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 206 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.12 |
| HSL | 316.36º | 0.52% | 0.75% | - |
| HSV(B) | 316.36º | 0.29% | 0.88% | - |
| XYZ | 54.11 | 44.76 | 64.18 | - |
| YUV | 183.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 206 | 0 | 0.29 | 0.08 | 0.12 | 316.36 | 0.52 | 0.75 |
| Hex | E0 | 9E | CE | 0 | 1D | 8 | C | 13C | 34 | 4B |
| Octal | 340 | 236 | 316 | 0 | 35 | 10 | 14 | 474 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11001110 | 0 | 11101 | 1000 | 1100 | 100111100 | 110100 | 1001011 |
Color Harmonies of #E09ECE
Complementary color
Monochromatic Colors of #E09ECE
Black with #E09ECE
Text Example
Text Example
White with #E09ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ECE; }
p { color: rgb(224,158,206); }
H1.HeaderClassName
{
color: #E09ECE;
}
.AnyTagClassName
{
color: #E09ECE;
}
</style>
background-color css
<style>
a { background-color: #E09ECE; }
a { background-color: rgb(224,158,206); }
div.DivClassName
{
background-color: #E09ECE;
}
.BgClassName
{
background-color: #E09ECE;
}
</style>
border-color css
<style>
span { border-color: #E09ECE; }
span { border-color: rgb(224,158,206); }
td.TdClassName
{
border-color: #E09ECE;
}
.TagClassName
{
border-color: #E09ECE;
}
</style>