Shades of Pale Magenta #EB8DDB
Tints of Pale Magenta #EB8DDB
RGB
CMYK
RGB Variations
Color information
#EB8DDB (or 0xEB8DDB) is known color: Pale Magenta. HEX triplet: EB, 8D and DB. RGB value is (235,141,219). Sum of RGB (Red+Green+Blue) = 235+141+219=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DDB is #147224. Grayscale: #B1B1B1. Windows color (decimal): -1339941 or 14388715. OLE color: 14388715.
HSL color Cylindrical-coordinate representation of color #EB8DDB: hue angle of 310.21º 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 #EB8DDB is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 219 | - |
| CMYK | 0 | 0.4 | 0.07 | 0.08 |
| HSL | 310.21º | 0.7% | 0.74% | - |
| HSV(B) | 310.21º | 0.4% | 0.92% | - |
| XYZ | 56.57 | 41.83 | 72.11 | - |
| YUV | 178 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 219 | 0 | 0.4 | 0.07 | 0.08 | 310.21 | 0.7 | 0.74 |
| Hex | EB | 8D | DB | 0 | 28 | 7 | 8 | 136 | 46 | 4A |
| Octal | 353 | 215 | 333 | 0 | 50 | 7 | 10 | 466 | 106 | 112 |
| Binary | 11101011 | 10001101 | 11011011 | 0 | 101000 | 111 | 1000 | 100110110 | 1000110 | 1001010 |
Color Harmonies of #EB8DDB
Complementary color
Monochromatic Colors of #EB8DDB
Black with #EB8DDB
Text Example
Text Example
White with #EB8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DDB; }
p { color: rgb(235,141,219); }
H1.HeaderClassName
{
color: #EB8DDB;
}
.AnyTagClassName
{
color: #EB8DDB;
}
</style>
background-color css
<style>
a { background-color: #EB8DDB; }
a { background-color: rgb(235,141,219); }
div.DivClassName
{
background-color: #EB8DDB;
}
.BgClassName
{
background-color: #EB8DDB;
}
</style>
border-color css
<style>
span { border-color: #EB8DDB; }
span { border-color: rgb(235,141,219); }
td.TdClassName
{
border-color: #EB8DDB;
}
.TagClassName
{
border-color: #EB8DDB;
}
</style>