Shades of Pale Magenta #ED91DF
Tints of Pale Magenta #ED91DF
RGB
CMYK
RGB Variations
Color information
#ED91DF (or 0xED91DF) is known color: Pale Magenta. HEX triplet: ED, 91 and DF. RGB value is (237,145,223). Sum of RGB (Red+Green+Blue) = 237+145+223=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91DF is #126E20. Grayscale: #B5B5B5. Windows color (decimal): -1207841 or 14651885. OLE color: 14651885.
HSL color Cylindrical-coordinate representation of color #ED91DF: hue angle of 309.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91DF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 223 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.07 |
| HSL | 309.13º | 0.72% | 0.75% | - |
| HSV(B) | 309.13º | 0.39% | 0.93% | - |
| XYZ | 58.37 | 43.58 | 75.15 | - |
| YUV | 181.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 223 | 0 | 0.39 | 0.06 | 0.07 | 309.13 | 0.72 | 0.75 |
| Hex | ED | 91 | DF | 0 | 27 | 6 | 7 | 135 | 48 | 4B |
| Octal | 355 | 221 | 337 | 0 | 47 | 6 | 7 | 465 | 110 | 113 |
| Binary | 11101101 | 10010001 | 11011111 | 0 | 100111 | 110 | 111 | 100110101 | 1001000 | 1001011 |
Color Harmonies of #ED91DF
Complementary color
Monochromatic Colors of #ED91DF
Black with #ED91DF
Text Example
Text Example
White with #ED91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91DF; }
p { color: rgb(237,145,223); }
H1.HeaderClassName
{
color: #ED91DF;
}
.AnyTagClassName
{
color: #ED91DF;
}
</style>
background-color css
<style>
a { background-color: #ED91DF; }
a { background-color: rgb(237,145,223); }
div.DivClassName
{
background-color: #ED91DF;
}
.BgClassName
{
background-color: #ED91DF;
}
</style>
border-color css
<style>
span { border-color: #ED91DF; }
span { border-color: rgb(237,145,223); }
td.TdClassName
{
border-color: #ED91DF;
}
.TagClassName
{
border-color: #ED91DF;
}
</style>