Shades of Pale Magenta #ED8DDF
Tints of Pale Magenta #ED8DDF
RGB
CMYK
RGB Variations
Color information
#ED8DDF (or 0xED8DDF) is known color: Pale Magenta. HEX triplet: ED, 8D and DF. RGB value is (237,141,223). Sum of RGB (Red+Green+Blue) = 237+141+223=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DDF is #127220. Grayscale: #B2B2B2. Windows color (decimal): -1208865 or 14650861. OLE color: 14650861.
HSL color Cylindrical-coordinate representation of color #ED8DDF: hue angle of 308.75º 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 #ED8DDF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 223 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.07 |
| HSL | 308.75º | 0.73% | 0.74% | - |
| HSV(B) | 308.75º | 0.41% | 0.93% | - |
| XYZ | 57.77 | 42.38 | 74.95 | - |
| YUV | 179.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 223 | 0 | 0.41 | 0.06 | 0.07 | 308.75 | 0.73 | 0.74 |
| Hex | ED | 8D | DF | 0 | 29 | 6 | 7 | 135 | 49 | 4A |
| Octal | 355 | 215 | 337 | 0 | 51 | 6 | 7 | 465 | 111 | 112 |
| Binary | 11101101 | 10001101 | 11011111 | 0 | 101001 | 110 | 111 | 100110101 | 1001001 | 1001010 |
Color Harmonies of #ED8DDF
Complementary color
Monochromatic Colors of #ED8DDF
Black with #ED8DDF
Text Example
Text Example
White with #ED8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DDF; }
p { color: rgb(237,141,223); }
H1.HeaderClassName
{
color: #ED8DDF;
}
.AnyTagClassName
{
color: #ED8DDF;
}
</style>
background-color css
<style>
a { background-color: #ED8DDF; }
a { background-color: rgb(237,141,223); }
div.DivClassName
{
background-color: #ED8DDF;
}
.BgClassName
{
background-color: #ED8DDF;
}
</style>
border-color css
<style>
span { border-color: #ED8DDF; }
span { border-color: rgb(237,141,223); }
td.TdClassName
{
border-color: #ED8DDF;
}
.TagClassName
{
border-color: #ED8DDF;
}
</style>