Shades of Pale Magenta #ED90E2
Tints of Pale Magenta #ED90E2
RGB
CMYK
RGB Variations
Color information
#ED90E2 (or 0xED90E2) is known color: Pale Magenta. HEX triplet: ED, 90 and E2. RGB value is (237,144,226). Sum of RGB (Red+Green+Blue) = 237+144+226=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90E2 is #126F1D. Grayscale: #B4B4B4. Windows color (decimal): -1208094 or 14848237. OLE color: 14848237.
HSL color Cylindrical-coordinate representation of color #ED90E2: hue angle of 307.1º 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 #ED90E2 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 226 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.07 |
| HSL | 307.1º | 0.72% | 0.75% | - |
| HSV(B) | 307.1º | 0.39% | 0.93% | - |
| XYZ | 58.63 | 43.44 | 77.25 | - |
| YUV | 181.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 226 | 0 | 0.39 | 0.05 | 0.07 | 307.1 | 0.72 | 0.75 |
| Hex | ED | 90 | E2 | 0 | 27 | 5 | 7 | 133 | 48 | 4B |
| Octal | 355 | 220 | 342 | 0 | 47 | 5 | 7 | 463 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11100010 | 0 | 100111 | 101 | 111 | 100110011 | 1001000 | 1001011 |
Color Harmonies of #ED90E2
Complementary color
Monochromatic Colors of #ED90E2
Black with #ED90E2
Text Example
Text Example
White with #ED90E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90E2; }
p { color: rgb(237,144,226); }
H1.HeaderClassName
{
color: #ED90E2;
}
.AnyTagClassName
{
color: #ED90E2;
}
</style>
background-color css
<style>
a { background-color: #ED90E2; }
a { background-color: rgb(237,144,226); }
div.DivClassName
{
background-color: #ED90E2;
}
.BgClassName
{
background-color: #ED90E2;
}
</style>
border-color css
<style>
span { border-color: #ED90E2; }
span { border-color: rgb(237,144,226); }
td.TdClassName
{
border-color: #ED90E2;
}
.TagClassName
{
border-color: #ED90E2;
}
</style>