Shades of Plum #E09ED6
Tints of Plum #E09ED6
RGB
CMYK
RGB Variations
Color information
#E09ED6 (or 0xE09ED6) is known color: Plum. HEX triplet: E0, 9E and D6. RGB value is (224,158,214). Sum of RGB (Red+Green+Blue) = 224+158+214=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ED6 is #1F6129. Grayscale: #B7B7B7. Windows color (decimal): -2056490 or 14065376. OLE color: 14065376.
HSL color Cylindrical-coordinate representation of color #E09ED6: hue angle of 309.09º 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 #E09ED6 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 214 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.12 |
| HSL | 309.09º | 0.52% | 0.75% | - |
| HSV(B) | 309.09º | 0.29% | 0.88% | - |
| XYZ | 55.1 | 45.16 | 69.43 | - |
| YUV | 184.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 214 | 0 | 0.29 | 0.04 | 0.12 | 309.09 | 0.52 | 0.75 |
| Hex | E0 | 9E | D6 | 0 | 1D | 4 | C | 135 | 34 | 4B |
| Octal | 340 | 236 | 326 | 0 | 35 | 4 | 14 | 465 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11010110 | 0 | 11101 | 100 | 1100 | 100110101 | 110100 | 1001011 |
Color Harmonies of #E09ED6
Complementary color
Monochromatic Colors of #E09ED6
Black with #E09ED6
Text Example
Text Example
White with #E09ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ED6; }
p { color: rgb(224,158,214); }
H1.HeaderClassName
{
color: #E09ED6;
}
.AnyTagClassName
{
color: #E09ED6;
}
</style>
background-color css
<style>
a { background-color: #E09ED6; }
a { background-color: rgb(224,158,214); }
div.DivClassName
{
background-color: #E09ED6;
}
.BgClassName
{
background-color: #E09ED6;
}
</style>
border-color css
<style>
span { border-color: #E09ED6; }
span { border-color: rgb(224,158,214); }
td.TdClassName
{
border-color: #E09ED6;
}
.TagClassName
{
border-color: #E09ED6;
}
</style>