Shades of Pale Magenta #EB80D1
Tints of Pale Magenta #EB80D1
RGB
CMYK
RGB Variations
Color information
#EB80D1 (or 0xEB80D1) is known color: Pale Magenta. HEX triplet: EB, 80 and D1. RGB value is (235,128,209). Sum of RGB (Red+Green+Blue) = 235+128+209=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80D1 is #147F2E. Grayscale: #A9A9A9. Windows color (decimal): -1343279 or 13730027. OLE color: 13730027.
HSL color Cylindrical-coordinate representation of color #EB80D1: hue angle of 314.58º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80D1 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 128 | 209 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.08 |
| HSL | 314.58º | 0.73% | 0.71% | - |
| HSV(B) | 314.58º | 0.46% | 0.92% | - |
| XYZ | 53.49 | 37.7 | 64.78 | - |
| YUV | 169.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 209 | 0 | 0.46 | 0.11 | 0.08 | 314.58 | 0.73 | 0.71 |
| Hex | EB | 80 | D1 | 0 | 2E | B | 8 | 13B | 49 | 47 |
| Octal | 353 | 200 | 321 | 0 | 56 | 13 | 10 | 473 | 111 | 107 |
| Binary | 11101011 | 10000000 | 11010001 | 0 | 101110 | 1011 | 1000 | 100111011 | 1001001 | 1000111 |
Color Harmonies of #EB80D1
Complementary color
Monochromatic Colors of #EB80D1
Black with #EB80D1
Text Example
Text Example
White with #EB80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB80D1; }
p { color: rgb(235,128,209); }
H1.HeaderClassName
{
color: #EB80D1;
}
.AnyTagClassName
{
color: #EB80D1;
}
</style>
background-color css
<style>
a { background-color: #EB80D1; }
a { background-color: rgb(235,128,209); }
div.DivClassName
{
background-color: #EB80D1;
}
.BgClassName
{
background-color: #EB80D1;
}
</style>
border-color css
<style>
span { border-color: #EB80D1; }
span { border-color: rgb(235,128,209); }
td.TdClassName
{
border-color: #EB80D1;
}
.TagClassName
{
border-color: #EB80D1;
}
</style>