Shades of Pale Magenta #ED76DD
Tints of Pale Magenta #ED76DD
RGB
CMYK
RGB Variations
Color information
#ED76DD (or 0xED76DD) is known color: Pale Magenta. HEX triplet: ED, 76 and DD. RGB value is (237,118,221). Sum of RGB (Red+Green+Blue) = 237+118+221=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76DD is #128922. Grayscale: #A5A5A5. Windows color (decimal): -1214755 or 14513901. OLE color: 14513901.
HSL color Cylindrical-coordinate representation of color #ED76DD: hue angle of 308.07º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76DD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 221 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.07 |
| HSL | 308.07º | 0.77% | 0.7% | - |
| HSV(B) | 308.07º | 0.5% | 0.93% | - |
| XYZ | 54.45 | 36.18 | 72.52 | - |
| YUV | 165.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 221 | 0 | 0.50 | 0.07 | 0.07 | 308.07 | 0.77 | 0.7 |
| Hex | ED | 76 | DD | 0 | 32 | 7 | 7 | 134 | 4D | 46 |
| Octal | 355 | 166 | 335 | 0 | 62 | 7 | 7 | 464 | 115 | 106 |
| Binary | 11101101 | 1110110 | 11011101 | 0 | 110010 | 111 | 111 | 100110100 | 1001101 | 1000110 |
Color Harmonies of #ED76DD
Complementary color
Monochromatic Colors of #ED76DD
Black with #ED76DD
Text Example
Text Example
White with #ED76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76DD; }
p { color: rgb(237,118,221); }
H1.HeaderClassName
{
color: #ED76DD;
}
.AnyTagClassName
{
color: #ED76DD;
}
</style>
background-color css
<style>
a { background-color: #ED76DD; }
a { background-color: rgb(237,118,221); }
div.DivClassName
{
background-color: #ED76DD;
}
.BgClassName
{
background-color: #ED76DD;
}
</style>
border-color css
<style>
span { border-color: #ED76DD; }
span { border-color: rgb(237,118,221); }
td.TdClassName
{
border-color: #ED76DD;
}
.TagClassName
{
border-color: #ED76DD;
}
</style>