Shades of Pale Magenta #ED8FDC
Tints of Pale Magenta #ED8FDC
RGB
CMYK
RGB Variations
Color information
#ED8FDC (or 0xED8FDC) is known color: Pale Magenta. HEX triplet: ED, 8F and DC. RGB value is (237,143,220). Sum of RGB (Red+Green+Blue) = 237+143+220=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FDC is #127023. Grayscale: #B3B3B3. Windows color (decimal): -1208356 or 14454765. OLE color: 14454765.
HSL color Cylindrical-coordinate representation of color #ED8FDC: hue angle of 310.85º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FDC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 220 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.07 |
| HSL | 310.85º | 0.72% | 0.75% | - |
| HSV(B) | 310.85º | 0.4% | 0.93% | - |
| XYZ | 57.67 | 42.82 | 72.94 | - |
| YUV | 179.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 220 | 0 | 0.40 | 0.07 | 0.07 | 310.85 | 0.72 | 0.75 |
| Hex | ED | 8F | DC | 0 | 28 | 7 | 7 | 137 | 48 | 4B |
| Octal | 355 | 217 | 334 | 0 | 50 | 7 | 7 | 467 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11011100 | 0 | 101000 | 111 | 111 | 100110111 | 1001000 | 1001011 |
Color Harmonies of #ED8FDC
Complementary color
Monochromatic Colors of #ED8FDC
Black with #ED8FDC
Text Example
Text Example
White with #ED8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FDC; }
p { color: rgb(237,143,220); }
H1.HeaderClassName
{
color: #ED8FDC;
}
.AnyTagClassName
{
color: #ED8FDC;
}
</style>
background-color css
<style>
a { background-color: #ED8FDC; }
a { background-color: rgb(237,143,220); }
div.DivClassName
{
background-color: #ED8FDC;
}
.BgClassName
{
background-color: #ED8FDC;
}
</style>
border-color css
<style>
span { border-color: #ED8FDC; }
span { border-color: rgb(237,143,220); }
td.TdClassName
{
border-color: #ED8FDC;
}
.TagClassName
{
border-color: #ED8FDC;
}
</style>