Shades of Pale Magenta #EB83D1
Tints of Pale Magenta #EB83D1
RGB
CMYK
RGB Variations
Color information
#EB83D1 (or 0xEB83D1) is known color: Pale Magenta. HEX triplet: EB, 83 and D1. RGB value is (235,131,209). Sum of RGB (Red+Green+Blue) = 235+131+209=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83D1 is #147C2E. Grayscale: #AAAAAA. Windows color (decimal): -1342511 or 13730795. OLE color: 13730795.
HSL color Cylindrical-coordinate representation of color #EB83D1: hue angle of 315º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB83D1 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 131 | 209 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.08 |
| HSL | 315º | 0.72% | 0.72% | - |
| HSV(B) | 315º | 0.44% | 0.92% | - |
| XYZ | 53.89 | 38.5 | 64.91 | - |
| YUV | 170.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 131 | 209 | 0 | 0.44 | 0.11 | 0.08 | 315 | 0.72 | 0.72 |
| Hex | EB | 83 | D1 | 0 | 2C | B | 8 | 13B | 48 | 48 |
| Octal | 353 | 203 | 321 | 0 | 54 | 13 | 10 | 473 | 110 | 110 |
| Binary | 11101011 | 10000011 | 11010001 | 0 | 101100 | 1011 | 1000 | 100111011 | 1001000 | 1001000 |
Color Harmonies of #EB83D1
Complementary color
Monochromatic Colors of #EB83D1
Black with #EB83D1
Text Example
Text Example
White with #EB83D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB83D1; }
p { color: rgb(235,131,209); }
H1.HeaderClassName
{
color: #EB83D1;
}
.AnyTagClassName
{
color: #EB83D1;
}
</style>
background-color css
<style>
a { background-color: #EB83D1; }
a { background-color: rgb(235,131,209); }
div.DivClassName
{
background-color: #EB83D1;
}
.BgClassName
{
background-color: #EB83D1;
}
</style>
border-color css
<style>
span { border-color: #EB83D1; }
span { border-color: rgb(235,131,209); }
td.TdClassName
{
border-color: #EB83D1;
}
.TagClassName
{
border-color: #EB83D1;
}
</style>