Shades of Pale Magenta #ED90DB
Tints of Pale Magenta #ED90DB
RGB
CMYK
RGB Variations
Color information
#ED90DB (or 0xED90DB) is known color: Pale Magenta. HEX triplet: ED, 90 and DB. RGB value is (237,144,219). Sum of RGB (Red+Green+Blue) = 237+144+219=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90DB is #126F24. Grayscale: #B4B4B4. Windows color (decimal): -1208101 or 14389485. OLE color: 14389485.
HSL color Cylindrical-coordinate representation of color #ED90DB: hue angle of 311.61º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90DB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 219 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.07 |
| HSL | 311.61º | 0.72% | 0.75% | - |
| HSV(B) | 311.61º | 0.39% | 0.93% | - |
| XYZ | 57.68 | 43.07 | 72.29 | - |
| YUV | 180.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 219 | 0 | 0.39 | 0.08 | 0.07 | 311.61 | 0.72 | 0.75 |
| Hex | ED | 90 | DB | 0 | 27 | 8 | 7 | 138 | 48 | 4B |
| Octal | 355 | 220 | 333 | 0 | 47 | 10 | 7 | 470 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11011011 | 0 | 100111 | 1000 | 111 | 100111000 | 1001000 | 1001011 |
Color Harmonies of #ED90DB
Complementary color
Monochromatic Colors of #ED90DB
Black with #ED90DB
Text Example
Text Example
White with #ED90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90DB; }
p { color: rgb(237,144,219); }
H1.HeaderClassName
{
color: #ED90DB;
}
.AnyTagClassName
{
color: #ED90DB;
}
</style>
background-color css
<style>
a { background-color: #ED90DB; }
a { background-color: rgb(237,144,219); }
div.DivClassName
{
background-color: #ED90DB;
}
.BgClassName
{
background-color: #ED90DB;
}
</style>
border-color css
<style>
span { border-color: #ED90DB; }
span { border-color: rgb(237,144,219); }
td.TdClassName
{
border-color: #ED90DB;
}
.TagClassName
{
border-color: #ED90DB;
}
</style>