Shades of Pale Magenta #ED90D9
Tints of Pale Magenta #ED90D9
RGB
CMYK
RGB Variations
Color information
#ED90D9 (or 0xED90D9) is known color: Pale Magenta. HEX triplet: ED, 90 and D9. RGB value is (237,144,217). Sum of RGB (Red+Green+Blue) = 237+144+217=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90D9 is #126F26. Grayscale: #B3B3B3. Windows color (decimal): -1208103 or 14258413. OLE color: 14258413.
HSL color Cylindrical-coordinate representation of color #ED90D9: hue angle of 312.9º 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 #ED90D9 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 217 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.07 |
| HSL | 312.9º | 0.72% | 0.75% | - |
| HSV(B) | 312.9º | 0.39% | 0.93% | - |
| XYZ | 57.42 | 42.96 | 70.91 | - |
| YUV | 180.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 217 | 0 | 0.39 | 0.08 | 0.07 | 312.9 | 0.72 | 0.75 |
| Hex | ED | 90 | D9 | 0 | 27 | 8 | 7 | 139 | 48 | 4B |
| Octal | 355 | 220 | 331 | 0 | 47 | 10 | 7 | 471 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11011001 | 0 | 100111 | 1000 | 111 | 100111001 | 1001000 | 1001011 |
Color Harmonies of #ED90D9
Complementary color
Monochromatic Colors of #ED90D9
Black with #ED90D9
Text Example
Text Example
White with #ED90D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90D9; }
p { color: rgb(237,144,217); }
H1.HeaderClassName
{
color: #ED90D9;
}
.AnyTagClassName
{
color: #ED90D9;
}
</style>
background-color css
<style>
a { background-color: #ED90D9; }
a { background-color: rgb(237,144,217); }
div.DivClassName
{
background-color: #ED90D9;
}
.BgClassName
{
background-color: #ED90D9;
}
</style>
border-color css
<style>
span { border-color: #ED90D9; }
span { border-color: rgb(237,144,217); }
td.TdClassName
{
border-color: #ED90D9;
}
.TagClassName
{
border-color: #ED90D9;
}
</style>