Shades of Pale Magenta #ED90DE
Tints of Pale Magenta #ED90DE
RGB
CMYK
RGB Variations
Color information
#ED90DE (or 0xED90DE) is known color: Pale Magenta. HEX triplet: ED, 90 and DE. RGB value is (237,144,222). Sum of RGB (Red+Green+Blue) = 237+144+222=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90DE is #126F21. Grayscale: #B4B4B4. Windows color (decimal): -1208098 or 14586093. OLE color: 14586093.
HSL color Cylindrical-coordinate representation of color #ED90DE: hue angle of 309.68º 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 #ED90DE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 222 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.07 |
| HSL | 309.68º | 0.72% | 0.75% | - |
| HSV(B) | 309.68º | 0.39% | 0.93% | - |
| XYZ | 58.08 | 43.22 | 74.39 | - |
| YUV | 180.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 222 | 0 | 0.39 | 0.06 | 0.07 | 309.68 | 0.72 | 0.75 |
| Hex | ED | 90 | DE | 0 | 27 | 6 | 7 | 136 | 48 | 4B |
| Octal | 355 | 220 | 336 | 0 | 47 | 6 | 7 | 466 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11011110 | 0 | 100111 | 110 | 111 | 100110110 | 1001000 | 1001011 |
Color Harmonies of #ED90DE
Complementary color
Monochromatic Colors of #ED90DE
Black with #ED90DE
Text Example
Text Example
White with #ED90DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90DE; }
p { color: rgb(237,144,222); }
H1.HeaderClassName
{
color: #ED90DE;
}
.AnyTagClassName
{
color: #ED90DE;
}
</style>
background-color css
<style>
a { background-color: #ED90DE; }
a { background-color: rgb(237,144,222); }
div.DivClassName
{
background-color: #ED90DE;
}
.BgClassName
{
background-color: #ED90DE;
}
</style>
border-color css
<style>
span { border-color: #ED90DE; }
span { border-color: rgb(237,144,222); }
td.TdClassName
{
border-color: #ED90DE;
}
.TagClassName
{
border-color: #ED90DE;
}
</style>