Shades of Plum #ED9BEC
Tints of Plum #ED9BEC
RGB
CMYK
RGB Variations
Color information
#ED9BEC (or 0xED9BEC) is known color: Plum. HEX triplet: ED, 9B and EC. RGB value is (237,155,236). Sum of RGB (Red+Green+Blue) = 237+155+236=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BEC is #126413. Grayscale: #BCBCBC. Windows color (decimal): -1205268 or 15506413. OLE color: 15506413.
HSL color Cylindrical-coordinate representation of color #ED9BEC: hue angle of 300.73º 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 #ED9BEC is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 236 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.07 |
| HSL | 300.73º | 0.69% | 0.77% | - |
| HSV(B) | 300.73º | 0.35% | 0.93% | - |
| XYZ | 61.79 | 47.5 | 85.27 | - |
| YUV | 188.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 236 | 0 | 0.35 | 0.00 | 0.07 | 300.73 | 0.69 | 0.77 |
| Hex | ED | 9B | EC | 0 | 23 | 0 | 7 | 12D | 45 | 4D |
| Octal | 355 | 233 | 354 | 0 | 43 | 0 | 7 | 455 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11101100 | 0 | 100011 | 0 | 111 | 100101101 | 1000101 | 1001101 |
Color Harmonies of #ED9BEC
Complementary color
Monochromatic Colors of #ED9BEC
Black with #ED9BEC
Text Example
Text Example
White with #ED9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BEC; }
p { color: rgb(237,155,236); }
H1.HeaderClassName
{
color: #ED9BEC;
}
.AnyTagClassName
{
color: #ED9BEC;
}
</style>
background-color css
<style>
a { background-color: #ED9BEC; }
a { background-color: rgb(237,155,236); }
div.DivClassName
{
background-color: #ED9BEC;
}
.BgClassName
{
background-color: #ED9BEC;
}
</style>
border-color css
<style>
span { border-color: #ED9BEC; }
span { border-color: rgb(237,155,236); }
td.TdClassName
{
border-color: #ED9BEC;
}
.TagClassName
{
border-color: #ED9BEC;
}
</style>