Shades of Pale Magenta #ED85DB
Tints of Pale Magenta #ED85DB
RGB
CMYK
RGB Variations
Color information
#ED85DB (or 0xED85DB) is known color: Pale Magenta. HEX triplet: ED, 85 and DB. RGB value is (237,133,219). Sum of RGB (Red+Green+Blue) = 237+133+219=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85DB is #127A24. Grayscale: #ADADAD. Windows color (decimal): -1210917 or 14386669. OLE color: 14386669.
HSL color Cylindrical-coordinate representation of color #ED85DB: hue angle of 310.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED85DB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 219 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.07 |
| HSL | 310.38º | 0.74% | 0.73% | - |
| HSV(B) | 310.38º | 0.44% | 0.93% | - |
| XYZ | 56.1 | 39.89 | 71.76 | - |
| YUV | 173.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 219 | 0 | 0.44 | 0.08 | 0.07 | 310.38 | 0.74 | 0.73 |
| Hex | ED | 85 | DB | 0 | 2C | 8 | 7 | 136 | 4A | 49 |
| Octal | 355 | 205 | 333 | 0 | 54 | 10 | 7 | 466 | 112 | 111 |
| Binary | 11101101 | 10000101 | 11011011 | 0 | 101100 | 1000 | 111 | 100110110 | 1001010 | 1001001 |
Color Harmonies of #ED85DB
Complementary color
Monochromatic Colors of #ED85DB
Black with #ED85DB
Text Example
Text Example
White with #ED85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85DB; }
p { color: rgb(237,133,219); }
H1.HeaderClassName
{
color: #ED85DB;
}
.AnyTagClassName
{
color: #ED85DB;
}
</style>
background-color css
<style>
a { background-color: #ED85DB; }
a { background-color: rgb(237,133,219); }
div.DivClassName
{
background-color: #ED85DB;
}
.BgClassName
{
background-color: #ED85DB;
}
</style>
border-color css
<style>
span { border-color: #ED85DB; }
span { border-color: rgb(237,133,219); }
td.TdClassName
{
border-color: #ED85DB;
}
.TagClassName
{
border-color: #ED85DB;
}
</style>