Shades of Plum #E09CED
Tints of Plum #E09CED
RGB
CMYK
RGB Variations
Color information
#E09CED (or 0xE09CED) is known color: Plum. HEX triplet: E0, 9C and ED. RGB value is (224,156,237). Sum of RGB (Red+Green+Blue) = 224+156+237=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #E09CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CED is #1F6312. Grayscale: #B9B9B9. Windows color (decimal): -2056979 or 15572192. OLE color: 15572192.
HSL color Cylindrical-coordinate representation of color #E09CED: hue angle of 290.37º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09CED is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 156 | 237 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.07 |
| HSL | 290.37º | 0.69% | 0.77% | - |
| HSV(B) | 290.37º | 0.34% | 0.93% | - |
| XYZ | 57.92 | 45.74 | 85.9 | - |
| YUV | 185.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 237 | 0.05 | 0.34 | 0 | 0.07 | 290.37 | 0.69 | 0.77 |
| Hex | E0 | 9C | ED | 5 | 22 | 0 | 7 | 122 | 45 | 4D |
| Octal | 340 | 234 | 355 | 5 | 42 | 0 | 7 | 442 | 105 | 115 |
| Binary | 11100000 | 10011100 | 11101101 | 101 | 100010 | 0 | 111 | 100100010 | 1000101 | 1001101 |
Color Harmonies of #E09CED
Complementary color
Monochromatic Colors of #E09CED
Black with #E09CED
Text Example
Text Example
White with #E09CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CED; }
p { color: rgb(224,156,237); }
H1.HeaderClassName
{
color: #E09CED;
}
.AnyTagClassName
{
color: #E09CED;
}
</style>
background-color css
<style>
a { background-color: #E09CED; }
a { background-color: rgb(224,156,237); }
div.DivClassName
{
background-color: #E09CED;
}
.BgClassName
{
background-color: #E09CED;
}
</style>
border-color css
<style>
span { border-color: #E09CED; }
span { border-color: rgb(224,156,237); }
td.TdClassName
{
border-color: #E09CED;
}
.TagClassName
{
border-color: #E09CED;
}
</style>