Shades of Pale Magenta #ED83D6
Tints of Pale Magenta #ED83D6
RGB
CMYK
RGB Variations
Color information
#ED83D6 (or 0xED83D6) is known color: Pale Magenta. HEX triplet: ED, 83 and D6. RGB value is (237,131,214). Sum of RGB (Red+Green+Blue) = 237+131+214=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83D6 is #127C29. Grayscale: #ABABAB. Windows color (decimal): -1211434 or 14058477. OLE color: 14058477.
HSL color Cylindrical-coordinate representation of color #ED83D6: hue angle of 313.02º 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 #ED83D6 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 214 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.07 |
| HSL | 313.02º | 0.75% | 0.72% | - |
| HSV(B) | 313.02º | 0.45% | 0.93% | - |
| XYZ | 55.18 | 39.09 | 68.26 | - |
| YUV | 172.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 214 | 0 | 0.45 | 0.10 | 0.07 | 313.02 | 0.75 | 0.72 |
| Hex | ED | 83 | D6 | 0 | 2D | A | 7 | 139 | 4B | 48 |
| Octal | 355 | 203 | 326 | 0 | 55 | 12 | 7 | 471 | 113 | 110 |
| Binary | 11101101 | 10000011 | 11010110 | 0 | 101101 | 1010 | 111 | 100111001 | 1001011 | 1001000 |
Color Harmonies of #ED83D6
Complementary color
Monochromatic Colors of #ED83D6
Black with #ED83D6
Text Example
Text Example
White with #ED83D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED83D6; }
p { color: rgb(237,131,214); }
H1.HeaderClassName
{
color: #ED83D6;
}
.AnyTagClassName
{
color: #ED83D6;
}
</style>
background-color css
<style>
a { background-color: #ED83D6; }
a { background-color: rgb(237,131,214); }
div.DivClassName
{
background-color: #ED83D6;
}
.BgClassName
{
background-color: #ED83D6;
}
</style>
border-color css
<style>
span { border-color: #ED83D6; }
span { border-color: rgb(237,131,214); }
td.TdClassName
{
border-color: #ED83D6;
}
.TagClassName
{
border-color: #ED83D6;
}
</style>