Shades of Pale Magenta #ED73DF
Tints of Pale Magenta #ED73DF
RGB
CMYK
RGB Variations
Color information
#ED73DF (or 0xED73DF) is known color: Pale Magenta. HEX triplet: ED, 73 and DF. RGB value is (237,115,223). Sum of RGB (Red+Green+Blue) = 237+115+223=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73DF is #128C20. Grayscale: #A3A3A3. Windows color (decimal): -1215521 or 14644205. OLE color: 14644205.
HSL color Cylindrical-coordinate representation of color #ED73DF: hue angle of 306.89º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED73DF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 223 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.07 |
| HSL | 306.89º | 0.77% | 0.69% | - |
| HSV(B) | 306.89º | 0.51% | 0.93% | - |
| XYZ | 54.38 | 35.59 | 73.82 | - |
| YUV | 163.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 223 | 0 | 0.51 | 0.06 | 0.07 | 306.89 | 0.77 | 0.69 |
| Hex | ED | 73 | DF | 0 | 33 | 6 | 7 | 133 | 4D | 45 |
| Octal | 355 | 163 | 337 | 0 | 63 | 6 | 7 | 463 | 115 | 105 |
| Binary | 11101101 | 1110011 | 11011111 | 0 | 110011 | 110 | 111 | 100110011 | 1001101 | 1000101 |
Color Harmonies of #ED73DF
Complementary color
Monochromatic Colors of #ED73DF
Black with #ED73DF
Text Example
Text Example
White with #ED73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73DF; }
p { color: rgb(237,115,223); }
H1.HeaderClassName
{
color: #ED73DF;
}
.AnyTagClassName
{
color: #ED73DF;
}
</style>
background-color css
<style>
a { background-color: #ED73DF; }
a { background-color: rgb(237,115,223); }
div.DivClassName
{
background-color: #ED73DF;
}
.BgClassName
{
background-color: #ED73DF;
}
</style>
border-color css
<style>
span { border-color: #ED73DF; }
span { border-color: rgb(237,115,223); }
td.TdClassName
{
border-color: #ED73DF;
}
.TagClassName
{
border-color: #ED73DF;
}
</style>