Shades of Pale Magenta #ED7ADC
Tints of Pale Magenta #ED7ADC
RGB
CMYK
RGB Variations
Color information
#ED7ADC (or 0xED7ADC) is known color: Pale Magenta. HEX triplet: ED, 7A and DC. RGB value is (237,122,220). Sum of RGB (Red+Green+Blue) = 237+122+220=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ADC is #128523. Grayscale: #A7A7A7. Windows color (decimal): -1213732 or 14449389. OLE color: 14449389.
HSL color Cylindrical-coordinate representation of color #ED7ADC: hue angle of 308.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7ADC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 220 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.07 |
| HSL | 308.87º | 0.76% | 0.7% | - |
| HSV(B) | 308.87º | 0.49% | 0.93% | - |
| XYZ | 54.8 | 37.09 | 71.98 | - |
| YUV | 167.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 220 | 0 | 0.49 | 0.07 | 0.07 | 308.87 | 0.76 | 0.7 |
| Hex | ED | 7A | DC | 0 | 31 | 7 | 7 | 135 | 4C | 46 |
| Octal | 355 | 172 | 334 | 0 | 61 | 7 | 7 | 465 | 114 | 106 |
| Binary | 11101101 | 1111010 | 11011100 | 0 | 110001 | 111 | 111 | 100110101 | 1001100 | 1000110 |
Color Harmonies of #ED7ADC
Complementary color
Monochromatic Colors of #ED7ADC
Black with #ED7ADC
Text Example
Text Example
White with #ED7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ADC; }
p { color: rgb(237,122,220); }
H1.HeaderClassName
{
color: #ED7ADC;
}
.AnyTagClassName
{
color: #ED7ADC;
}
</style>
background-color css
<style>
a { background-color: #ED7ADC; }
a { background-color: rgb(237,122,220); }
div.DivClassName
{
background-color: #ED7ADC;
}
.BgClassName
{
background-color: #ED7ADC;
}
</style>
border-color css
<style>
span { border-color: #ED7ADC; }
span { border-color: rgb(237,122,220); }
td.TdClassName
{
border-color: #ED7ADC;
}
.TagClassName
{
border-color: #ED7ADC;
}
</style>