Shades of Pale Magenta #ED8BDC
Tints of Pale Magenta #ED8BDC
RGB
CMYK
RGB Variations
Color information
#ED8BDC (or 0xED8BDC) is known color: Pale Magenta. HEX triplet: ED, 8B and DC. RGB value is (237,139,220). Sum of RGB (Red+Green+Blue) = 237+139+220=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BDC is #127423. Grayscale: #B1B1B1. Windows color (decimal): -1209380 or 14453741. OLE color: 14453741.
HSL color Cylindrical-coordinate representation of color #ED8BDC: hue angle of 310.41º 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 #ED8BDC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 220 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.07 |
| HSL | 310.41º | 0.73% | 0.74% | - |
| HSV(B) | 310.41º | 0.41% | 0.93% | - |
| XYZ | 57.08 | 41.64 | 72.74 | - |
| YUV | 177.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 220 | 0 | 0.41 | 0.07 | 0.07 | 310.41 | 0.73 | 0.74 |
| Hex | ED | 8B | DC | 0 | 29 | 7 | 7 | 136 | 49 | 4A |
| Octal | 355 | 213 | 334 | 0 | 51 | 7 | 7 | 466 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11011100 | 0 | 101001 | 111 | 111 | 100110110 | 1001001 | 1001010 |
Color Harmonies of #ED8BDC
Complementary color
Monochromatic Colors of #ED8BDC
Black with #ED8BDC
Text Example
Text Example
White with #ED8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BDC; }
p { color: rgb(237,139,220); }
H1.HeaderClassName
{
color: #ED8BDC;
}
.AnyTagClassName
{
color: #ED8BDC;
}
</style>
background-color css
<style>
a { background-color: #ED8BDC; }
a { background-color: rgb(237,139,220); }
div.DivClassName
{
background-color: #ED8BDC;
}
.BgClassName
{
background-color: #ED8BDC;
}
</style>
border-color css
<style>
span { border-color: #ED8BDC; }
span { border-color: rgb(237,139,220); }
td.TdClassName
{
border-color: #ED8BDC;
}
.TagClassName
{
border-color: #ED8BDC;
}
</style>