Shades of Pale Magenta #ED94DF
Tints of Pale Magenta #ED94DF
RGB
CMYK
RGB Variations
Color information
#ED94DF (or 0xED94DF) is known color: Pale Magenta. HEX triplet: ED, 94 and DF. RGB value is (237,148,223). Sum of RGB (Red+Green+Blue) = 237+148+223=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94DF is #126B20. Grayscale: #B6B6B6. Windows color (decimal): -1207073 or 14652653. OLE color: 14652653.
HSL color Cylindrical-coordinate representation of color #ED94DF: hue angle of 309.44º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED94DF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 223 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.07 |
| HSL | 309.44º | 0.71% | 0.75% | - |
| HSV(B) | 309.44º | 0.38% | 0.93% | - |
| XYZ | 58.83 | 44.51 | 75.3 | - |
| YUV | 183.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 223 | 0 | 0.38 | 0.06 | 0.07 | 309.44 | 0.71 | 0.75 |
| Hex | ED | 94 | DF | 0 | 26 | 6 | 7 | 135 | 47 | 4B |
| Octal | 355 | 224 | 337 | 0 | 46 | 6 | 7 | 465 | 107 | 113 |
| Binary | 11101101 | 10010100 | 11011111 | 0 | 100110 | 110 | 111 | 100110101 | 1000111 | 1001011 |
Color Harmonies of #ED94DF
Complementary color
Monochromatic Colors of #ED94DF
Black with #ED94DF
Text Example
Text Example
White with #ED94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94DF; }
p { color: rgb(237,148,223); }
H1.HeaderClassName
{
color: #ED94DF;
}
.AnyTagClassName
{
color: #ED94DF;
}
</style>
background-color css
<style>
a { background-color: #ED94DF; }
a { background-color: rgb(237,148,223); }
div.DivClassName
{
background-color: #ED94DF;
}
.BgClassName
{
background-color: #ED94DF;
}
</style>
border-color css
<style>
span { border-color: #ED94DF; }
span { border-color: rgb(237,148,223); }
td.TdClassName
{
border-color: #ED94DF;
}
.TagClassName
{
border-color: #ED94DF;
}
</style>