Shades of Pale Magenta #ED7ADB
Tints of Pale Magenta #ED7ADB
RGB
CMYK
RGB Variations
Color information
#ED7ADB (or 0xED7ADB) is known color: Pale Magenta. HEX triplet: ED, 7A and DB. RGB value is (237,122,219). Sum of RGB (Red+Green+Blue) = 237+122+219=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ADB is #128524. Grayscale: #A7A7A7. Windows color (decimal): -1213733 or 14383853. OLE color: 14383853.
HSL color Cylindrical-coordinate representation of color #ED7ADB: hue angle of 309.39º 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 #ED7ADB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 219 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.07 |
| HSL | 309.39º | 0.76% | 0.7% | - |
| HSV(B) | 309.39º | 0.49% | 0.93% | - |
| XYZ | 54.67 | 37.04 | 71.29 | - |
| YUV | 167.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 219 | 0 | 0.49 | 0.08 | 0.07 | 309.39 | 0.76 | 0.7 |
| Hex | ED | 7A | DB | 0 | 31 | 8 | 7 | 135 | 4C | 46 |
| Octal | 355 | 172 | 333 | 0 | 61 | 10 | 7 | 465 | 114 | 106 |
| Binary | 11101101 | 1111010 | 11011011 | 0 | 110001 | 1000 | 111 | 100110101 | 1001100 | 1000110 |
Color Harmonies of #ED7ADB
Complementary color
Monochromatic Colors of #ED7ADB
Black with #ED7ADB
Text Example
Text Example
White with #ED7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ADB; }
p { color: rgb(237,122,219); }
H1.HeaderClassName
{
color: #ED7ADB;
}
.AnyTagClassName
{
color: #ED7ADB;
}
</style>
background-color css
<style>
a { background-color: #ED7ADB; }
a { background-color: rgb(237,122,219); }
div.DivClassName
{
background-color: #ED7ADB;
}
.BgClassName
{
background-color: #ED7ADB;
}
</style>
border-color css
<style>
span { border-color: #ED7ADB; }
span { border-color: rgb(237,122,219); }
td.TdClassName
{
border-color: #ED7ADB;
}
.TagClassName
{
border-color: #ED7ADB;
}
</style>