Shades of Pale Magenta #EB8DDD
Tints of Pale Magenta #EB8DDD
RGB
CMYK
RGB Variations
Color information
#EB8DDD (or 0xEB8DDD) is known color: Pale Magenta. HEX triplet: EB, 8D and DD. RGB value is (235,141,221). Sum of RGB (Red+Green+Blue) = 235+141+221=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DDD is #147222. Grayscale: #B2B2B2. Windows color (decimal): -1339939 or 14519787. OLE color: 14519787.
HSL color Cylindrical-coordinate representation of color #EB8DDD: hue angle of 308.94º 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 #EB8DDD is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 221 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.08 |
| HSL | 308.94º | 0.7% | 0.74% | - |
| HSV(B) | 308.94º | 0.4% | 0.92% | - |
| XYZ | 56.84 | 41.93 | 73.5 | - |
| YUV | 178.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 221 | 0 | 0.4 | 0.06 | 0.08 | 308.94 | 0.7 | 0.74 |
| Hex | EB | 8D | DD | 0 | 28 | 6 | 8 | 135 | 46 | 4A |
| Octal | 353 | 215 | 335 | 0 | 50 | 6 | 10 | 465 | 106 | 112 |
| Binary | 11101011 | 10001101 | 11011101 | 0 | 101000 | 110 | 1000 | 100110101 | 1000110 | 1001010 |
Color Harmonies of #EB8DDD
Complementary color
Monochromatic Colors of #EB8DDD
Black with #EB8DDD
Text Example
Text Example
White with #EB8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DDD; }
p { color: rgb(235,141,221); }
H1.HeaderClassName
{
color: #EB8DDD;
}
.AnyTagClassName
{
color: #EB8DDD;
}
</style>
background-color css
<style>
a { background-color: #EB8DDD; }
a { background-color: rgb(235,141,221); }
div.DivClassName
{
background-color: #EB8DDD;
}
.BgClassName
{
background-color: #EB8DDD;
}
</style>
border-color css
<style>
span { border-color: #EB8DDD; }
span { border-color: rgb(235,141,221); }
td.TdClassName
{
border-color: #EB8DDD;
}
.TagClassName
{
border-color: #EB8DDD;
}
</style>