Shades of Pale Magenta #ED8FD6
Tints of Pale Magenta #ED8FD6
RGB
CMYK
RGB Variations
Color information
#ED8FD6 (or 0xED8FD6) is known color: Pale Magenta. HEX triplet: ED, 8F and D6. RGB value is (237,143,214). Sum of RGB (Red+Green+Blue) = 237+143+214=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD6 is #127029. Grayscale: #B3B3B3. Windows color (decimal): -1208362 or 14061549. OLE color: 14061549.
HSL color Cylindrical-coordinate representation of color #ED8FD6: hue angle of 314.68º 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 #ED8FD6 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 214 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.07 |
| HSL | 314.68º | 0.72% | 0.75% | - |
| HSV(B) | 314.68º | 0.4% | 0.93% | - |
| XYZ | 56.89 | 42.5 | 68.82 | - |
| YUV | 179.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 214 | 0 | 0.40 | 0.10 | 0.07 | 314.68 | 0.72 | 0.75 |
| Hex | ED | 8F | D6 | 0 | 28 | A | 7 | 13B | 48 | 4B |
| Octal | 355 | 217 | 326 | 0 | 50 | 12 | 7 | 473 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11010110 | 0 | 101000 | 1010 | 111 | 100111011 | 1001000 | 1001011 |
Color Harmonies of #ED8FD6
Complementary color
Monochromatic Colors of #ED8FD6
Black with #ED8FD6
Text Example
Text Example
White with #ED8FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FD6; }
p { color: rgb(237,143,214); }
H1.HeaderClassName
{
color: #ED8FD6;
}
.AnyTagClassName
{
color: #ED8FD6;
}
</style>
background-color css
<style>
a { background-color: #ED8FD6; }
a { background-color: rgb(237,143,214); }
div.DivClassName
{
background-color: #ED8FD6;
}
.BgClassName
{
background-color: #ED8FD6;
}
</style>
border-color css
<style>
span { border-color: #ED8FD6; }
span { border-color: rgb(237,143,214); }
td.TdClassName
{
border-color: #ED8FD6;
}
.TagClassName
{
border-color: #ED8FD6;
}
</style>