Shades of Pale Magenta #ED8FDB
Tints of Pale Magenta #ED8FDB
RGB
CMYK
RGB Variations
Color information
#ED8FDB (or 0xED8FDB) is known color: Pale Magenta. HEX triplet: ED, 8F and DB. RGB value is (237,143,219). Sum of RGB (Red+Green+Blue) = 237+143+219=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FDB is #127024. Grayscale: #B3B3B3. Windows color (decimal): -1208357 or 14389229. OLE color: 14389229.
HSL color Cylindrical-coordinate representation of color #ED8FDB: hue angle of 311.49º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FDB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 219 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.07 |
| HSL | 311.49º | 0.72% | 0.75% | - |
| HSV(B) | 311.49º | 0.4% | 0.93% | - |
| XYZ | 57.53 | 42.76 | 72.24 | - |
| YUV | 179.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 219 | 0 | 0.40 | 0.08 | 0.07 | 311.49 | 0.72 | 0.75 |
| Hex | ED | 8F | DB | 0 | 28 | 8 | 7 | 137 | 48 | 4B |
| Octal | 355 | 217 | 333 | 0 | 50 | 10 | 7 | 467 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11011011 | 0 | 101000 | 1000 | 111 | 100110111 | 1001000 | 1001011 |
Color Harmonies of #ED8FDB
Complementary color
Monochromatic Colors of #ED8FDB
Black with #ED8FDB
Text Example
Text Example
White with #ED8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FDB; }
p { color: rgb(237,143,219); }
H1.HeaderClassName
{
color: #ED8FDB;
}
.AnyTagClassName
{
color: #ED8FDB;
}
</style>
background-color css
<style>
a { background-color: #ED8FDB; }
a { background-color: rgb(237,143,219); }
div.DivClassName
{
background-color: #ED8FDB;
}
.BgClassName
{
background-color: #ED8FDB;
}
</style>
border-color css
<style>
span { border-color: #ED8FDB; }
span { border-color: rgb(237,143,219); }
td.TdClassName
{
border-color: #ED8FDB;
}
.TagClassName
{
border-color: #ED8FDB;
}
</style>