Shades of Pale Magenta #ED7AD5
Tints of Pale Magenta #ED7AD5
RGB
CMYK
RGB Variations
Color information
#ED7AD5 (or 0xED7AD5) is known color: Pale Magenta. HEX triplet: ED, 7A and D5. RGB value is (237,122,213). Sum of RGB (Red+Green+Blue) = 237+122+213=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AD5 is #12852A. Grayscale: #A6A6A6. Windows color (decimal): -1213739 or 13990637. OLE color: 13990637.
HSL color Cylindrical-coordinate representation of color #ED7AD5: hue angle of 312.52º 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 #ED7AD5 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 213 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.07 |
| HSL | 312.52º | 0.76% | 0.7% | - |
| HSV(B) | 312.52º | 0.49% | 0.93% | - |
| XYZ | 53.89 | 36.73 | 67.2 | - |
| YUV | 166.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 213 | 0 | 0.49 | 0.10 | 0.07 | 312.52 | 0.76 | 0.7 |
| Hex | ED | 7A | D5 | 0 | 31 | A | 7 | 139 | 4C | 46 |
| Octal | 355 | 172 | 325 | 0 | 61 | 12 | 7 | 471 | 114 | 106 |
| Binary | 11101101 | 1111010 | 11010101 | 0 | 110001 | 1010 | 111 | 100111001 | 1001100 | 1000110 |
Color Harmonies of #ED7AD5
Complementary color
Monochromatic Colors of #ED7AD5
Black with #ED7AD5
Text Example
Text Example
White with #ED7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AD5; }
p { color: rgb(237,122,213); }
H1.HeaderClassName
{
color: #ED7AD5;
}
.AnyTagClassName
{
color: #ED7AD5;
}
</style>
background-color css
<style>
a { background-color: #ED7AD5; }
a { background-color: rgb(237,122,213); }
div.DivClassName
{
background-color: #ED7AD5;
}
.BgClassName
{
background-color: #ED7AD5;
}
</style>
border-color css
<style>
span { border-color: #ED7AD5; }
span { border-color: rgb(237,122,213); }
td.TdClassName
{
border-color: #ED7AD5;
}
.TagClassName
{
border-color: #ED7AD5;
}
</style>