Shades of Plum #ED99EC
Tints of Plum #ED99EC
RGB
CMYK
RGB Variations
Color information
#ED99EC (or 0xED99EC) is known color: Plum. HEX triplet: ED, 99 and EC. RGB value is (237,153,236). Sum of RGB (Red+Green+Blue) = 237+153+236=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99EC is #126613. Grayscale: #BBBBBB. Windows color (decimal): -1205780 or 15505901. OLE color: 15505901.
HSL color Cylindrical-coordinate representation of color #ED99EC: hue angle of 300.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99EC is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 236 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.07 |
| HSL | 300.71º | 0.7% | 0.76% | - |
| HSV(B) | 300.71º | 0.35% | 0.93% | - |
| XYZ | 61.46 | 46.84 | 85.16 | - |
| YUV | 187.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 236 | 0 | 0.35 | 0.00 | 0.07 | 300.71 | 0.7 | 0.76 |
| Hex | ED | 99 | EC | 0 | 23 | 0 | 7 | 12D | 46 | 4C |
| Octal | 355 | 231 | 354 | 0 | 43 | 0 | 7 | 455 | 106 | 114 |
| Binary | 11101101 | 10011001 | 11101100 | 0 | 100011 | 0 | 111 | 100101101 | 1000110 | 1001100 |
Color Harmonies of #ED99EC
Complementary color
Monochromatic Colors of #ED99EC
Black with #ED99EC
Text Example
Text Example
White with #ED99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99EC; }
p { color: rgb(237,153,236); }
H1.HeaderClassName
{
color: #ED99EC;
}
.AnyTagClassName
{
color: #ED99EC;
}
</style>
background-color css
<style>
a { background-color: #ED99EC; }
a { background-color: rgb(237,153,236); }
div.DivClassName
{
background-color: #ED99EC;
}
.BgClassName
{
background-color: #ED99EC;
}
</style>
border-color css
<style>
span { border-color: #ED99EC; }
span { border-color: rgb(237,153,236); }
td.TdClassName
{
border-color: #ED99EC;
}
.TagClassName
{
border-color: #ED99EC;
}
</style>