Shades of Pale Magenta #ED8BD3
Tints of Pale Magenta #ED8BD3
RGB
CMYK
RGB Variations
Color information
#ED8BD3 (or 0xED8BD3) is known color: Pale Magenta. HEX triplet: ED, 8B and D3. RGB value is (237,139,211). Sum of RGB (Red+Green+Blue) = 237+139+211=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BD3 is #12742C. Grayscale: #B0B0B0. Windows color (decimal): -1209389 or 13863917. OLE color: 13863917.
HSL color Cylindrical-coordinate representation of color #ED8BD3: hue angle of 315.92º 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 #ED8BD3 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 211 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.07 |
| HSL | 315.92º | 0.73% | 0.74% | - |
| HSV(B) | 315.92º | 0.41% | 0.93% | - |
| XYZ | 55.92 | 41.17 | 66.63 | - |
| YUV | 176.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 211 | 0 | 0.41 | 0.11 | 0.07 | 315.92 | 0.73 | 0.74 |
| Hex | ED | 8B | D3 | 0 | 29 | B | 7 | 13C | 49 | 4A |
| Octal | 355 | 213 | 323 | 0 | 51 | 13 | 7 | 474 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11010011 | 0 | 101001 | 1011 | 111 | 100111100 | 1001001 | 1001010 |
Color Harmonies of #ED8BD3
Complementary color
Monochromatic Colors of #ED8BD3
Black with #ED8BD3
Text Example
Text Example
White with #ED8BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BD3; }
p { color: rgb(237,139,211); }
H1.HeaderClassName
{
color: #ED8BD3;
}
.AnyTagClassName
{
color: #ED8BD3;
}
</style>
background-color css
<style>
a { background-color: #ED8BD3; }
a { background-color: rgb(237,139,211); }
div.DivClassName
{
background-color: #ED8BD3;
}
.BgClassName
{
background-color: #ED8BD3;
}
</style>
border-color css
<style>
span { border-color: #ED8BD3; }
span { border-color: rgb(237,139,211); }
td.TdClassName
{
border-color: #ED8BD3;
}
.TagClassName
{
border-color: #ED8BD3;
}
</style>