Shades of Pale Magenta #ED8DE1
Tints of Pale Magenta #ED8DE1
RGB
CMYK
RGB Variations
Color information
#ED8DE1 (or 0xED8DE1) is known color: Pale Magenta. HEX triplet: ED, 8D and E1. RGB value is (237,141,225). Sum of RGB (Red+Green+Blue) = 237+141+225=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DE1 is #12721E. Grayscale: #B3B3B3. Windows color (decimal): -1208863 or 14781933. OLE color: 14781933.
HSL color Cylindrical-coordinate representation of color #ED8DE1: hue angle of 307.5º 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 #ED8DE1 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 225 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.07 |
| HSL | 307.5º | 0.73% | 0.74% | - |
| HSV(B) | 307.5º | 0.41% | 0.93% | - |
| XYZ | 58.04 | 42.49 | 76.38 | - |
| YUV | 179.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 225 | 0 | 0.41 | 0.05 | 0.07 | 307.5 | 0.73 | 0.74 |
| Hex | ED | 8D | E1 | 0 | 29 | 5 | 7 | 134 | 49 | 4A |
| Octal | 355 | 215 | 341 | 0 | 51 | 5 | 7 | 464 | 111 | 112 |
| Binary | 11101101 | 10001101 | 11100001 | 0 | 101001 | 101 | 111 | 100110100 | 1001001 | 1001010 |
Color Harmonies of #ED8DE1
Complementary color
Monochromatic Colors of #ED8DE1
Black with #ED8DE1
Text Example
Text Example
White with #ED8DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DE1; }
p { color: rgb(237,141,225); }
H1.HeaderClassName
{
color: #ED8DE1;
}
.AnyTagClassName
{
color: #ED8DE1;
}
</style>
background-color css
<style>
a { background-color: #ED8DE1; }
a { background-color: rgb(237,141,225); }
div.DivClassName
{
background-color: #ED8DE1;
}
.BgClassName
{
background-color: #ED8DE1;
}
</style>
border-color css
<style>
span { border-color: #ED8DE1; }
span { border-color: rgb(237,141,225); }
td.TdClassName
{
border-color: #ED8DE1;
}
.TagClassName
{
border-color: #ED8DE1;
}
</style>