Shades of Plum #ED9FED
Tints of Plum #ED9FED
RGB
CMYK
RGB Variations
Color information
#ED9FED (or 0xED9FED) is known color: Plum. HEX triplet: ED, 9F and ED. RGB value is (237,159,237). Sum of RGB (Red+Green+Blue) = 237+159+237=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FED is #126012. Grayscale: #BEBEBE. Windows color (decimal): -1204243 or 15572973. OLE color: 15572973.
HSL color Cylindrical-coordinate representation of color #ED9FED: hue angle of 300º 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 #ED9FED is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 159 | 237 | - |
CMYK | 0 | 0.33 | 0 | 0.07 |
HSL | 300º | 0.68% | 0.78% | - |
HSV(B) | 300º | 0.33% | 0.93% | - |
XYZ | 62.61 | 48.92 | 86.26 | - |
YUV | 191.21 | 153.84 | 160.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 159 | 237 | 0 | 0.33 | 0 | 0.07 | 300 | 0.68 | 0.78 |
Hex | ED | 9F | ED | 0 | 21 | 0 | 7 | 12C | 44 | 4E |
Octal | 355 | 237 | 355 | 0 | 41 | 0 | 7 | 454 | 104 | 116 |
Binary | 11101101 | 10011111 | 11101101 | 0 | 100001 | 0 | 111 | 100101100 | 1000100 | 1001110 |
Color Harmonies of #ED9FED
Complementary color
Monochromatic Colors of #ED9FED
Black with #ED9FED
Text Example
Text Example
White with #ED9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FED; }
p { color: rgb(237,159,237); }
H1.HeaderClassName
{
color: #ED9FED;
}
.AnyTagClassName
{
color: #ED9FED;
}
</style>
background-color css
<style>
a { background-color: #ED9FED; }
a { background-color: rgb(237,159,237); }
div.DivClassName
{
background-color: #ED9FED;
}
.BgClassName
{
background-color: #ED9FED;
}
</style>
border-color css
<style>
span { border-color: #ED9FED; }
span { border-color: rgb(237,159,237); }
td.TdClassName
{
border-color: #ED9FED;
}
.TagClassName
{
border-color: #ED9FED;
}
</style>