Shades of Pale Magenta #ED8EDF
Tints of Pale Magenta #ED8EDF
RGB
CMYK
RGB Variations
Color information
#ED8EDF (or 0xED8EDF) is known color: Pale Magenta. HEX triplet: ED, 8E and DF. RGB value is (237,142,223). Sum of RGB (Red+Green+Blue) = 237+142+223=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EDF is #127120. Grayscale: #B3B3B3. Windows color (decimal): -1208609 or 14651117. OLE color: 14651117.
HSL color Cylindrical-coordinate representation of color #ED8EDF: hue angle of 308.84º 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 #ED8EDF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 223 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.07 |
| HSL | 308.84º | 0.73% | 0.74% | - |
| HSV(B) | 308.84º | 0.4% | 0.93% | - |
| XYZ | 57.92 | 42.68 | 75 | - |
| YUV | 179.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 223 | 0 | 0.40 | 0.06 | 0.07 | 308.84 | 0.73 | 0.74 |
| Hex | ED | 8E | DF | 0 | 28 | 6 | 7 | 135 | 49 | 4A |
| Octal | 355 | 216 | 337 | 0 | 50 | 6 | 7 | 465 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11011111 | 0 | 101000 | 110 | 111 | 100110101 | 1001001 | 1001010 |
Color Harmonies of #ED8EDF
Complementary color
Monochromatic Colors of #ED8EDF
Black with #ED8EDF
Text Example
Text Example
White with #ED8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EDF; }
p { color: rgb(237,142,223); }
H1.HeaderClassName
{
color: #ED8EDF;
}
.AnyTagClassName
{
color: #ED8EDF;
}
</style>
background-color css
<style>
a { background-color: #ED8EDF; }
a { background-color: rgb(237,142,223); }
div.DivClassName
{
background-color: #ED8EDF;
}
.BgClassName
{
background-color: #ED8EDF;
}
</style>
border-color css
<style>
span { border-color: #ED8EDF; }
span { border-color: rgb(237,142,223); }
td.TdClassName
{
border-color: #ED8EDF;
}
.TagClassName
{
border-color: #ED8EDF;
}
</style>