Shades of Pale Magenta #ED91E2
Tints of Pale Magenta #ED91E2
RGB
CMYK
RGB Variations
Color information
#ED91E2 (or 0xED91E2) is known color: Pale Magenta. HEX triplet: ED, 91 and E2. RGB value is (237,145,226). Sum of RGB (Red+Green+Blue) = 237+145+226=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91E2 is #126E1D. Grayscale: #B5B5B5. Windows color (decimal): -1207838 or 14848493. OLE color: 14848493.
HSL color Cylindrical-coordinate representation of color #ED91E2: hue angle of 307.17º 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 #ED91E2 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 226 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.07 |
| HSL | 307.17º | 0.72% | 0.75% | - |
| HSV(B) | 307.17º | 0.39% | 0.93% | - |
| XYZ | 58.78 | 43.75 | 77.3 | - |
| YUV | 181.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 226 | 0 | 0.39 | 0.05 | 0.07 | 307.17 | 0.72 | 0.75 |
| Hex | ED | 91 | E2 | 0 | 27 | 5 | 7 | 133 | 48 | 4B |
| Octal | 355 | 221 | 342 | 0 | 47 | 5 | 7 | 463 | 110 | 113 |
| Binary | 11101101 | 10010001 | 11100010 | 0 | 100111 | 101 | 111 | 100110011 | 1001000 | 1001011 |
Color Harmonies of #ED91E2
Complementary color
Monochromatic Colors of #ED91E2
Black with #ED91E2
Text Example
Text Example
White with #ED91E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91E2; }
p { color: rgb(237,145,226); }
H1.HeaderClassName
{
color: #ED91E2;
}
.AnyTagClassName
{
color: #ED91E2;
}
</style>
background-color css
<style>
a { background-color: #ED91E2; }
a { background-color: rgb(237,145,226); }
div.DivClassName
{
background-color: #ED91E2;
}
.BgClassName
{
background-color: #ED91E2;
}
</style>
border-color css
<style>
span { border-color: #ED91E2; }
span { border-color: rgb(237,145,226); }
td.TdClassName
{
border-color: #ED91E2;
}
.TagClassName
{
border-color: #ED91E2;
}
</style>