Shades of Pale Magenta #ED83DB
Tints of Pale Magenta #ED83DB
RGB
CMYK
RGB Variations
Color information
#ED83DB (or 0xED83DB) is known color: Pale Magenta. HEX triplet: ED, 83 and DB. RGB value is (237,131,219). Sum of RGB (Red+Green+Blue) = 237+131+219=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83DB is #127C24. Grayscale: #ACACAC. Windows color (decimal): -1211429 or 14386157. OLE color: 14386157.
HSL color Cylindrical-coordinate representation of color #ED83DB: hue angle of 310.19º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED83DB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 219 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.07 |
| HSL | 310.19º | 0.75% | 0.72% | - |
| HSV(B) | 310.19º | 0.45% | 0.93% | - |
| XYZ | 55.83 | 39.35 | 71.67 | - |
| YUV | 172.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 219 | 0 | 0.45 | 0.08 | 0.07 | 310.19 | 0.75 | 0.72 |
| Hex | ED | 83 | DB | 0 | 2D | 8 | 7 | 136 | 4B | 48 |
| Octal | 355 | 203 | 333 | 0 | 55 | 10 | 7 | 466 | 113 | 110 |
| Binary | 11101101 | 10000011 | 11011011 | 0 | 101101 | 1000 | 111 | 100110110 | 1001011 | 1001000 |
Color Harmonies of #ED83DB
Complementary color
Monochromatic Colors of #ED83DB
Black with #ED83DB
Text Example
Text Example
White with #ED83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED83DB; }
p { color: rgb(237,131,219); }
H1.HeaderClassName
{
color: #ED83DB;
}
.AnyTagClassName
{
color: #ED83DB;
}
</style>
background-color css
<style>
a { background-color: #ED83DB; }
a { background-color: rgb(237,131,219); }
div.DivClassName
{
background-color: #ED83DB;
}
.BgClassName
{
background-color: #ED83DB;
}
</style>
border-color css
<style>
span { border-color: #ED83DB; }
span { border-color: rgb(237,131,219); }
td.TdClassName
{
border-color: #ED83DB;
}
.TagClassName
{
border-color: #ED83DB;
}
</style>