Shades of Pale Magenta #ED8BD9
Tints of Pale Magenta #ED8BD9
RGB
CMYK
RGB Variations
Color information
#ED8BD9 (or 0xED8BD9) is known color: Pale Magenta. HEX triplet: ED, 8B and D9. RGB value is (237,139,217). Sum of RGB (Red+Green+Blue) = 237+139+217=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BD9 is #127426. Grayscale: #B0B0B0. Windows color (decimal): -1209383 or 14257133. OLE color: 14257133.
HSL color Cylindrical-coordinate representation of color #ED8BD9: hue angle of 312.24º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BD9 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 217 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.07 |
| HSL | 312.24º | 0.73% | 0.74% | - |
| HSV(B) | 312.24º | 0.41% | 0.93% | - |
| XYZ | 56.68 | 41.48 | 70.66 | - |
| YUV | 177.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 217 | 0 | 0.41 | 0.08 | 0.07 | 312.24 | 0.73 | 0.74 |
| Hex | ED | 8B | D9 | 0 | 29 | 8 | 7 | 138 | 49 | 4A |
| Octal | 355 | 213 | 331 | 0 | 51 | 10 | 7 | 470 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11011001 | 0 | 101001 | 1000 | 111 | 100111000 | 1001001 | 1001010 |
Color Harmonies of #ED8BD9
Complementary color
Monochromatic Colors of #ED8BD9
Black with #ED8BD9
Text Example
Text Example
White with #ED8BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BD9; }
p { color: rgb(237,139,217); }
H1.HeaderClassName
{
color: #ED8BD9;
}
.AnyTagClassName
{
color: #ED8BD9;
}
</style>
background-color css
<style>
a { background-color: #ED8BD9; }
a { background-color: rgb(237,139,217); }
div.DivClassName
{
background-color: #ED8BD9;
}
.BgClassName
{
background-color: #ED8BD9;
}
</style>
border-color css
<style>
span { border-color: #ED8BD9; }
span { border-color: rgb(237,139,217); }
td.TdClassName
{
border-color: #ED8BD9;
}
.TagClassName
{
border-color: #ED8BD9;
}
</style>