Shades of Plum #E09BED
Tints of Plum #E09BED
RGB
CMYK
RGB Variations
Color information
#E09BED (or 0xE09BED) is known color: Plum. HEX triplet: E0, 9B and ED. RGB value is (224,155,237). Sum of RGB (Red+Green+Blue) = 224+155+237=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #E09BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BED is #1F6412. Grayscale: #B8B8B8. Windows color (decimal): -2057235 or 15571936. OLE color: 15571936.
HSL color Cylindrical-coordinate representation of color #E09BED: hue angle of 290.49º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09BED is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 155 | 237 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.07 |
| HSL | 290.49º | 0.69% | 0.77% | - |
| HSV(B) | 290.49º | 0.35% | 0.93% | - |
| XYZ | 57.75 | 45.4 | 85.84 | - |
| YUV | 184.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 237 | 0.05 | 0.35 | 0 | 0.07 | 290.49 | 0.69 | 0.77 |
| Hex | E0 | 9B | ED | 5 | 23 | 0 | 7 | 122 | 45 | 4D |
| Octal | 340 | 233 | 355 | 5 | 43 | 0 | 7 | 442 | 105 | 115 |
| Binary | 11100000 | 10011011 | 11101101 | 101 | 100011 | 0 | 111 | 100100010 | 1000101 | 1001101 |
Color Harmonies of #E09BED
Complementary color
Monochromatic Colors of #E09BED
Black with #E09BED
Text Example
Text Example
White with #E09BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BED; }
p { color: rgb(224,155,237); }
H1.HeaderClassName
{
color: #E09BED;
}
.AnyTagClassName
{
color: #E09BED;
}
</style>
background-color css
<style>
a { background-color: #E09BED; }
a { background-color: rgb(224,155,237); }
div.DivClassName
{
background-color: #E09BED;
}
.BgClassName
{
background-color: #E09BED;
}
</style>
border-color css
<style>
span { border-color: #E09BED; }
span { border-color: rgb(224,155,237); }
td.TdClassName
{
border-color: #E09BED;
}
.TagClassName
{
border-color: #E09BED;
}
</style>