Shades of Plum #ED9CE6
Tints of Plum #ED9CE6
RGB
CMYK
RGB Variations
Color information
#ED9CE6 (or 0xED9CE6) is known color: Plum. HEX triplet: ED, 9C and E6. RGB value is (237,156,230). Sum of RGB (Red+Green+Blue) = 237+156+230=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CE6 is #126319. Grayscale: #BCBCBC. Windows color (decimal): -1205018 or 15113453. OLE color: 15113453.
HSL color Cylindrical-coordinate representation of color #ED9CE6: hue angle of 305.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CE6 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 230 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.07 |
| HSL | 305.19º | 0.69% | 0.77% | - |
| HSV(B) | 305.19º | 0.34% | 0.93% | - |
| XYZ | 61.1 | 47.49 | 80.81 | - |
| YUV | 188.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 230 | 0 | 0.34 | 0.03 | 0.07 | 305.19 | 0.69 | 0.77 |
| Hex | ED | 9C | E6 | 0 | 22 | 3 | 7 | 131 | 45 | 4D |
| Octal | 355 | 234 | 346 | 0 | 42 | 3 | 7 | 461 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11100110 | 0 | 100010 | 11 | 111 | 100110001 | 1000101 | 1001101 |
Color Harmonies of #ED9CE6
Complementary color
Monochromatic Colors of #ED9CE6
Black with #ED9CE6
Text Example
Text Example
White with #ED9CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CE6; }
p { color: rgb(237,156,230); }
H1.HeaderClassName
{
color: #ED9CE6;
}
.AnyTagClassName
{
color: #ED9CE6;
}
</style>
background-color css
<style>
a { background-color: #ED9CE6; }
a { background-color: rgb(237,156,230); }
div.DivClassName
{
background-color: #ED9CE6;
}
.BgClassName
{
background-color: #ED9CE6;
}
</style>
border-color css
<style>
span { border-color: #ED9CE6; }
span { border-color: rgb(237,156,230); }
td.TdClassName
{
border-color: #ED9CE6;
}
.TagClassName
{
border-color: #ED9CE6;
}
</style>