Shades of Plum #ED9FE9
Tints of Plum #ED9FE9
RGB
CMYK
RGB Variations
Color information
#ED9FE9 (or 0xED9FE9) is known color: Plum. HEX triplet: ED, 9F and E9. RGB value is (237,159,233). Sum of RGB (Red+Green+Blue) = 237+159+233=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FE9 is #126016. Grayscale: #BEBEBE. Windows color (decimal): -1204247 or 15310829. OLE color: 15310829.
HSL color Cylindrical-coordinate representation of color #ED9FE9: hue angle of 303.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FE9 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 233 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.07 |
| HSL | 303.08º | 0.68% | 0.78% | - |
| HSV(B) | 303.08º | 0.33% | 0.93% | - |
| XYZ | 62.03 | 48.68 | 83.22 | - |
| YUV | 190.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 233 | 0 | 0.33 | 0.02 | 0.07 | 303.08 | 0.68 | 0.78 |
| Hex | ED | 9F | E9 | 0 | 21 | 2 | 7 | 12F | 44 | 4E |
| Octal | 355 | 237 | 351 | 0 | 41 | 2 | 7 | 457 | 104 | 116 |
| Binary | 11101101 | 10011111 | 11101001 | 0 | 100001 | 10 | 111 | 100101111 | 1000100 | 1001110 |
Color Harmonies of #ED9FE9
Complementary color
Monochromatic Colors of #ED9FE9
Black with #ED9FE9
Text Example
Text Example
White with #ED9FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FE9; }
p { color: rgb(237,159,233); }
H1.HeaderClassName
{
color: #ED9FE9;
}
.AnyTagClassName
{
color: #ED9FE9;
}
</style>
background-color css
<style>
a { background-color: #ED9FE9; }
a { background-color: rgb(237,159,233); }
div.DivClassName
{
background-color: #ED9FE9;
}
.BgClassName
{
background-color: #ED9FE9;
}
</style>
border-color css
<style>
span { border-color: #ED9FE9; }
span { border-color: rgb(237,159,233); }
td.TdClassName
{
border-color: #ED9FE9;
}
.TagClassName
{
border-color: #ED9FE9;
}
</style>