Shades of Plum #ED9EE8
Tints of Plum #ED9EE8
RGB
CMYK
RGB Variations
Color information
#ED9EE8 (or 0xED9EE8) is known color: Plum. HEX triplet: ED, 9E and E8. RGB value is (237,158,232). Sum of RGB (Red+Green+Blue) = 237+158+232=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EE8 is #126117. Grayscale: #BDBDBD. Windows color (decimal): -1204504 or 15245037. OLE color: 15245037.
HSL color Cylindrical-coordinate representation of color #ED9EE8: hue angle of 303.8º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EE8 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 232 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.07 |
| HSL | 303.8º | 0.69% | 0.77% | - |
| HSV(B) | 303.8º | 0.33% | 0.93% | - |
| XYZ | 61.72 | 48.28 | 82.41 | - |
| YUV | 190.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 232 | 0 | 0.33 | 0.02 | 0.07 | 303.8 | 0.69 | 0.77 |
| Hex | ED | 9E | E8 | 0 | 21 | 2 | 7 | 130 | 45 | 4D |
| Octal | 355 | 236 | 350 | 0 | 41 | 2 | 7 | 460 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11101000 | 0 | 100001 | 10 | 111 | 100110000 | 1000101 | 1001101 |
Color Harmonies of #ED9EE8
Complementary color
Monochromatic Colors of #ED9EE8
Black with #ED9EE8
Text Example
Text Example
White with #ED9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EE8; }
p { color: rgb(237,158,232); }
H1.HeaderClassName
{
color: #ED9EE8;
}
.AnyTagClassName
{
color: #ED9EE8;
}
</style>
background-color css
<style>
a { background-color: #ED9EE8; }
a { background-color: rgb(237,158,232); }
div.DivClassName
{
background-color: #ED9EE8;
}
.BgClassName
{
background-color: #ED9EE8;
}
</style>
border-color css
<style>
span { border-color: #ED9EE8; }
span { border-color: rgb(237,158,232); }
td.TdClassName
{
border-color: #ED9EE8;
}
.TagClassName
{
border-color: #ED9EE8;
}
</style>