Shades of Pale Magenta #ED88E1
Tints of Pale Magenta #ED88E1
RGB
CMYK
RGB Variations
Color information
#ED88E1 (or 0xED88E1) is known color: Pale Magenta. HEX triplet: ED, 88 and E1. RGB value is (237,136,225). Sum of RGB (Red+Green+Blue) = 237+136+225=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88E1 is #12771E. Grayscale: #B0B0B0. Windows color (decimal): -1210143 or 14780653. OLE color: 14780653.
HSL color Cylindrical-coordinate representation of color #ED88E1: hue angle of 307.13º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED88E1 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 225 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.07 |
| HSL | 307.13º | 0.74% | 0.73% | - |
| HSV(B) | 307.13º | 0.43% | 0.93% | - |
| XYZ | 57.32 | 41.05 | 76.14 | - |
| YUV | 176.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 225 | 0 | 0.43 | 0.05 | 0.07 | 307.13 | 0.74 | 0.73 |
| Hex | ED | 88 | E1 | 0 | 2B | 5 | 7 | 133 | 4A | 49 |
| Octal | 355 | 210 | 341 | 0 | 53 | 5 | 7 | 463 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11100001 | 0 | 101011 | 101 | 111 | 100110011 | 1001010 | 1001001 |
Color Harmonies of #ED88E1
Complementary color
Monochromatic Colors of #ED88E1
Black with #ED88E1
Text Example
Text Example
White with #ED88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88E1; }
p { color: rgb(237,136,225); }
H1.HeaderClassName
{
color: #ED88E1;
}
.AnyTagClassName
{
color: #ED88E1;
}
</style>
background-color css
<style>
a { background-color: #ED88E1; }
a { background-color: rgb(237,136,225); }
div.DivClassName
{
background-color: #ED88E1;
}
.BgClassName
{
background-color: #ED88E1;
}
</style>
border-color css
<style>
span { border-color: #ED88E1; }
span { border-color: rgb(237,136,225); }
td.TdClassName
{
border-color: #ED88E1;
}
.TagClassName
{
border-color: #ED88E1;
}
</style>