Shades of Pale Magenta #ED88E2
Tints of Pale Magenta #ED88E2
RGB
CMYK
RGB Variations
Color information
#ED88E2 (or 0xED88E2) is known color: Pale Magenta. HEX triplet: ED, 88 and E2. RGB value is (237,136,226). Sum of RGB (Red+Green+Blue) = 237+136+226=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88E2 is #12771D. Grayscale: #B0B0B0. Windows color (decimal): -1210142 or 14846189. OLE color: 14846189.
HSL color Cylindrical-coordinate representation of color #ED88E2: hue angle of 306.53º 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 #ED88E2 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 226 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.07 |
| HSL | 306.53º | 0.74% | 0.73% | - |
| HSV(B) | 306.53º | 0.43% | 0.93% | - |
| XYZ | 57.46 | 41.1 | 76.86 | - |
| YUV | 176.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 226 | 0 | 0.43 | 0.05 | 0.07 | 306.53 | 0.74 | 0.73 |
| Hex | ED | 88 | E2 | 0 | 2B | 5 | 7 | 133 | 4A | 49 |
| Octal | 355 | 210 | 342 | 0 | 53 | 5 | 7 | 463 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11100010 | 0 | 101011 | 101 | 111 | 100110011 | 1001010 | 1001001 |
Color Harmonies of #ED88E2
Complementary color
Monochromatic Colors of #ED88E2
Black with #ED88E2
Text Example
Text Example
White with #ED88E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88E2; }
p { color: rgb(237,136,226); }
H1.HeaderClassName
{
color: #ED88E2;
}
.AnyTagClassName
{
color: #ED88E2;
}
</style>
background-color css
<style>
a { background-color: #ED88E2; }
a { background-color: rgb(237,136,226); }
div.DivClassName
{
background-color: #ED88E2;
}
.BgClassName
{
background-color: #ED88E2;
}
</style>
border-color css
<style>
span { border-color: #ED88E2; }
span { border-color: rgb(237,136,226); }
td.TdClassName
{
border-color: #ED88E2;
}
.TagClassName
{
border-color: #ED88E2;
}
</style>