Shades of Plum #ED9BE8
Tints of Plum #ED9BE8
RGB
CMYK
RGB Variations
Color information
#ED9BE8 (or 0xED9BE8) is known color: Plum. HEX triplet: ED, 9B and E8. RGB value is (237,155,232). Sum of RGB (Red+Green+Blue) = 237+155+232=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BE8 is #126417. Grayscale: #BCBCBC. Windows color (decimal): -1205272 or 15244269. OLE color: 15244269.
HSL color Cylindrical-coordinate representation of color #ED9BE8: hue angle of 303.66º 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 #ED9BE8 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 232 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.07 |
| HSL | 303.66º | 0.69% | 0.77% | - |
| HSV(B) | 303.66º | 0.35% | 0.93% | - |
| XYZ | 61.21 | 47.27 | 82.24 | - |
| YUV | 188.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 232 | 0 | 0.35 | 0.02 | 0.07 | 303.66 | 0.69 | 0.77 |
| Hex | ED | 9B | E8 | 0 | 23 | 2 | 7 | 130 | 45 | 4D |
| Octal | 355 | 233 | 350 | 0 | 43 | 2 | 7 | 460 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11101000 | 0 | 100011 | 10 | 111 | 100110000 | 1000101 | 1001101 |
Color Harmonies of #ED9BE8
Complementary color
Monochromatic Colors of #ED9BE8
Black with #ED9BE8
Text Example
Text Example
White with #ED9BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BE8; }
p { color: rgb(237,155,232); }
H1.HeaderClassName
{
color: #ED9BE8;
}
.AnyTagClassName
{
color: #ED9BE8;
}
</style>
background-color css
<style>
a { background-color: #ED9BE8; }
a { background-color: rgb(237,155,232); }
div.DivClassName
{
background-color: #ED9BE8;
}
.BgClassName
{
background-color: #ED9BE8;
}
</style>
border-color css
<style>
span { border-color: #ED9BE8; }
span { border-color: rgb(237,155,232); }
td.TdClassName
{
border-color: #ED9BE8;
}
.TagClassName
{
border-color: #ED9BE8;
}
</style>