Shades of Pale Magenta #ED90D7
Tints of Pale Magenta #ED90D7
RGB
CMYK
RGB Variations
Color information
#ED90D7 (or 0xED90D7) is known color: Pale Magenta. HEX triplet: ED, 90 and D7. RGB value is (237,144,215). Sum of RGB (Red+Green+Blue) = 237+144+215=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90D7 is #126F28. Grayscale: #B3B3B3. Windows color (decimal): -1208105 or 14127341. OLE color: 14127341.
HSL color Cylindrical-coordinate representation of color #ED90D7: hue angle of 314.19º 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 #ED90D7 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 215 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.07 |
| HSL | 314.19º | 0.72% | 0.75% | - |
| HSV(B) | 314.19º | 0.39% | 0.93% | - |
| XYZ | 57.16 | 42.86 | 69.55 | - |
| YUV | 179.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 215 | 0 | 0.39 | 0.09 | 0.07 | 314.19 | 0.72 | 0.75 |
| Hex | ED | 90 | D7 | 0 | 27 | 9 | 7 | 13A | 48 | 4B |
| Octal | 355 | 220 | 327 | 0 | 47 | 11 | 7 | 472 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11010111 | 0 | 100111 | 1001 | 111 | 100111010 | 1001000 | 1001011 |
Color Harmonies of #ED90D7
Complementary color
Monochromatic Colors of #ED90D7
Black with #ED90D7
Text Example
Text Example
White with #ED90D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90D7; }
p { color: rgb(237,144,215); }
H1.HeaderClassName
{
color: #ED90D7;
}
.AnyTagClassName
{
color: #ED90D7;
}
</style>
background-color css
<style>
a { background-color: #ED90D7; }
a { background-color: rgb(237,144,215); }
div.DivClassName
{
background-color: #ED90D7;
}
.BgClassName
{
background-color: #ED90D7;
}
</style>
border-color css
<style>
span { border-color: #ED90D7; }
span { border-color: rgb(237,144,215); }
td.TdClassName
{
border-color: #ED90D7;
}
.TagClassName
{
border-color: #ED90D7;
}
</style>