Shades of Pale Magenta #EB89D1
Tints of Pale Magenta #EB89D1
RGB
CMYK
RGB Variations
Color information
#EB89D1 (or 0xEB89D1) is known color: Pale Magenta. HEX triplet: EB, 89 and D1. RGB value is (235,137,209). Sum of RGB (Red+Green+Blue) = 235+137+209=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89D1 is #14762E. Grayscale: #AEAEAE. Windows color (decimal): -1340975 or 13732331. OLE color: 13732331.
HSL color Cylindrical-coordinate representation of color #EB89D1: hue angle of 315.92º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB89D1 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 137 | 209 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.08 |
| HSL | 315.92º | 0.71% | 0.73% | - |
| HSV(B) | 315.92º | 0.42% | 0.92% | - |
| XYZ | 54.72 | 40.16 | 65.19 | - |
| YUV | 174.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 137 | 209 | 0 | 0.42 | 0.11 | 0.08 | 315.92 | 0.71 | 0.73 |
| Hex | EB | 89 | D1 | 0 | 2A | B | 8 | 13C | 47 | 49 |
| Octal | 353 | 211 | 321 | 0 | 52 | 13 | 10 | 474 | 107 | 111 |
| Binary | 11101011 | 10001001 | 11010001 | 0 | 101010 | 1011 | 1000 | 100111100 | 1000111 | 1001001 |
Color Harmonies of #EB89D1
Complementary color
Monochromatic Colors of #EB89D1
Black with #EB89D1
Text Example
Text Example
White with #EB89D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB89D1; }
p { color: rgb(235,137,209); }
H1.HeaderClassName
{
color: #EB89D1;
}
.AnyTagClassName
{
color: #EB89D1;
}
</style>
background-color css
<style>
a { background-color: #EB89D1; }
a { background-color: rgb(235,137,209); }
div.DivClassName
{
background-color: #EB89D1;
}
.BgClassName
{
background-color: #EB89D1;
}
</style>
border-color css
<style>
span { border-color: #EB89D1; }
span { border-color: rgb(235,137,209); }
td.TdClassName
{
border-color: #EB89D1;
}
.TagClassName
{
border-color: #EB89D1;
}
</style>