Shades of Pale Magenta #ED8ADB
Tints of Pale Magenta #ED8ADB
RGB
CMYK
RGB Variations
Color information
#ED8ADB (or 0xED8ADB) is known color: Pale Magenta. HEX triplet: ED, 8A and DB. RGB value is (237,138,219). Sum of RGB (Red+Green+Blue) = 237+138+219=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ADB is #127524. Grayscale: #B0B0B0. Windows color (decimal): -1209637 or 14387949. OLE color: 14387949.
HSL color Cylindrical-coordinate representation of color #ED8ADB: hue angle of 310.91º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8ADB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 219 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.07 |
| HSL | 310.91º | 0.73% | 0.74% | - |
| HSV(B) | 310.91º | 0.42% | 0.93% | - |
| XYZ | 56.8 | 41.3 | 72 | - |
| YUV | 176.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 219 | 0 | 0.42 | 0.08 | 0.07 | 310.91 | 0.73 | 0.74 |
| Hex | ED | 8A | DB | 0 | 2A | 8 | 7 | 137 | 49 | 4A |
| Octal | 355 | 212 | 333 | 0 | 52 | 10 | 7 | 467 | 111 | 112 |
| Binary | 11101101 | 10001010 | 11011011 | 0 | 101010 | 1000 | 111 | 100110111 | 1001001 | 1001010 |
Color Harmonies of #ED8ADB
Complementary color
Monochromatic Colors of #ED8ADB
Black with #ED8ADB
Text Example
Text Example
White with #ED8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ADB; }
p { color: rgb(237,138,219); }
H1.HeaderClassName
{
color: #ED8ADB;
}
.AnyTagClassName
{
color: #ED8ADB;
}
</style>
background-color css
<style>
a { background-color: #ED8ADB; }
a { background-color: rgb(237,138,219); }
div.DivClassName
{
background-color: #ED8ADB;
}
.BgClassName
{
background-color: #ED8ADB;
}
</style>
border-color css
<style>
span { border-color: #ED8ADB; }
span { border-color: rgb(237,138,219); }
td.TdClassName
{
border-color: #ED8ADB;
}
.TagClassName
{
border-color: #ED8ADB;
}
</style>