Shades of Pale Magenta #ED8EDC
Tints of Pale Magenta #ED8EDC
RGB
CMYK
RGB Variations
Color information
#ED8EDC (or 0xED8EDC) is known color: Pale Magenta. HEX triplet: ED, 8E and DC. RGB value is (237,142,220). Sum of RGB (Red+Green+Blue) = 237+142+220=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EDC is #127123. Grayscale: #B3B3B3. Windows color (decimal): -1208612 or 14454509. OLE color: 14454509.
HSL color Cylindrical-coordinate representation of color #ED8EDC: hue angle of 310.74º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EDC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 220 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.07 |
| HSL | 310.74º | 0.73% | 0.74% | - |
| HSV(B) | 310.74º | 0.4% | 0.93% | - |
| XYZ | 57.52 | 42.52 | 72.89 | - |
| YUV | 179.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 220 | 0 | 0.40 | 0.07 | 0.07 | 310.74 | 0.73 | 0.74 |
| Hex | ED | 8E | DC | 0 | 28 | 7 | 7 | 137 | 49 | 4A |
| Octal | 355 | 216 | 334 | 0 | 50 | 7 | 7 | 467 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11011100 | 0 | 101000 | 111 | 111 | 100110111 | 1001001 | 1001010 |
Color Harmonies of #ED8EDC
Complementary color
Monochromatic Colors of #ED8EDC
Black with #ED8EDC
Text Example
Text Example
White with #ED8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EDC; }
p { color: rgb(237,142,220); }
H1.HeaderClassName
{
color: #ED8EDC;
}
.AnyTagClassName
{
color: #ED8EDC;
}
</style>
background-color css
<style>
a { background-color: #ED8EDC; }
a { background-color: rgb(237,142,220); }
div.DivClassName
{
background-color: #ED8EDC;
}
.BgClassName
{
background-color: #ED8EDC;
}
</style>
border-color css
<style>
span { border-color: #ED8EDC; }
span { border-color: rgb(237,142,220); }
td.TdClassName
{
border-color: #ED8EDC;
}
.TagClassName
{
border-color: #ED8EDC;
}
</style>