Shades of Pale Magenta #EB8DD2
Tints of Pale Magenta #EB8DD2
RGB
CMYK
RGB Variations
Color information
#EB8DD2 (or 0xEB8DD2) is known color: Pale Magenta. HEX triplet: EB, 8D and D2. RGB value is (235,141,210). Sum of RGB (Red+Green+Blue) = 235+141+210=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DD2 is #14722D. Grayscale: #B0B0B0. Windows color (decimal): -1339950 or 13798891. OLE color: 13798891.
HSL color Cylindrical-coordinate representation of color #EB8DD2: hue angle of 315.96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DD2 is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 210 | - |
| CMYK | 0 | 0.4 | 0.11 | 0.08 |
| HSL | 315.96º | 0.7% | 0.74% | - |
| HSV(B) | 315.96º | 0.4% | 0.92% | - |
| XYZ | 55.42 | 41.37 | 66.04 | - |
| YUV | 176.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 210 | 0 | 0.4 | 0.11 | 0.08 | 315.96 | 0.7 | 0.74 |
| Hex | EB | 8D | D2 | 0 | 28 | B | 8 | 13C | 46 | 4A |
| Octal | 353 | 215 | 322 | 0 | 50 | 13 | 10 | 474 | 106 | 112 |
| Binary | 11101011 | 10001101 | 11010010 | 0 | 101000 | 1011 | 1000 | 100111100 | 1000110 | 1001010 |
Color Harmonies of #EB8DD2
Complementary color
Monochromatic Colors of #EB8DD2
Black with #EB8DD2
Text Example
Text Example
White with #EB8DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DD2; }
p { color: rgb(235,141,210); }
H1.HeaderClassName
{
color: #EB8DD2;
}
.AnyTagClassName
{
color: #EB8DD2;
}
</style>
background-color css
<style>
a { background-color: #EB8DD2; }
a { background-color: rgb(235,141,210); }
div.DivClassName
{
background-color: #EB8DD2;
}
.BgClassName
{
background-color: #EB8DD2;
}
</style>
border-color css
<style>
span { border-color: #EB8DD2; }
span { border-color: rgb(235,141,210); }
td.TdClassName
{
border-color: #EB8DD2;
}
.TagClassName
{
border-color: #EB8DD2;
}
</style>