Shades of Plum #ED9BEB
Tints of Plum #ED9BEB
RGB
CMYK
RGB Variations
Color information
#ED9BEB (or 0xED9BEB) is known color: Plum. HEX triplet: ED, 9B and EB. RGB value is (237,155,235). Sum of RGB (Red+Green+Blue) = 237+155+235=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BEB is #126414. Grayscale: #BCBCBC. Windows color (decimal): -1205269 or 15440877. OLE color: 15440877.
HSL color Cylindrical-coordinate representation of color #ED9BEB: hue angle of 301.46º 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 #ED9BEB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 235 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.07 |
| HSL | 301.46º | 0.69% | 0.77% | - |
| HSV(B) | 301.46º | 0.35% | 0.93% | - |
| XYZ | 61.64 | 47.45 | 84.51 | - |
| YUV | 188.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 235 | 0 | 0.35 | 0.01 | 0.07 | 301.46 | 0.69 | 0.77 |
| Hex | ED | 9B | EB | 0 | 23 | 1 | 7 | 12D | 45 | 4D |
| Octal | 355 | 233 | 353 | 0 | 43 | 1 | 7 | 455 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11101011 | 0 | 100011 | 1 | 111 | 100101101 | 1000101 | 1001101 |
Color Harmonies of #ED9BEB
Complementary color
Monochromatic Colors of #ED9BEB
Black with #ED9BEB
Text Example
Text Example
White with #ED9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BEB; }
p { color: rgb(237,155,235); }
H1.HeaderClassName
{
color: #ED9BEB;
}
.AnyTagClassName
{
color: #ED9BEB;
}
</style>
background-color css
<style>
a { background-color: #ED9BEB; }
a { background-color: rgb(237,155,235); }
div.DivClassName
{
background-color: #ED9BEB;
}
.BgClassName
{
background-color: #ED9BEB;
}
</style>
border-color css
<style>
span { border-color: #ED9BEB; }
span { border-color: rgb(237,155,235); }
td.TdClassName
{
border-color: #ED9BEB;
}
.TagClassName
{
border-color: #ED9BEB;
}
</style>