Shades of Pale Magenta #EB8DDC
Tints of Pale Magenta #EB8DDC
RGB
CMYK
RGB Variations
Color information
#EB8DDC (or 0xEB8DDC) is known color: Pale Magenta. HEX triplet: EB, 8D and DC. RGB value is (235,141,220). Sum of RGB (Red+Green+Blue) = 235+141+220=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DDC is #147223. Grayscale: #B1B1B1. Windows color (decimal): -1339940 or 14454251. OLE color: 14454251.
HSL color Cylindrical-coordinate representation of color #EB8DDC: hue angle of 309.57º 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 #EB8DDC is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 220 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.08 |
| HSL | 309.57º | 0.7% | 0.74% | - |
| HSV(B) | 309.57º | 0.4% | 0.92% | - |
| XYZ | 56.7 | 41.88 | 72.81 | - |
| YUV | 178.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 220 | 0 | 0.4 | 0.06 | 0.08 | 309.57 | 0.7 | 0.74 |
| Hex | EB | 8D | DC | 0 | 28 | 6 | 8 | 136 | 46 | 4A |
| Octal | 353 | 215 | 334 | 0 | 50 | 6 | 10 | 466 | 106 | 112 |
| Binary | 11101011 | 10001101 | 11011100 | 0 | 101000 | 110 | 1000 | 100110110 | 1000110 | 1001010 |
Color Harmonies of #EB8DDC
Complementary color
Monochromatic Colors of #EB8DDC
Black with #EB8DDC
Text Example
Text Example
White with #EB8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DDC; }
p { color: rgb(235,141,220); }
H1.HeaderClassName
{
color: #EB8DDC;
}
.AnyTagClassName
{
color: #EB8DDC;
}
</style>
background-color css
<style>
a { background-color: #EB8DDC; }
a { background-color: rgb(235,141,220); }
div.DivClassName
{
background-color: #EB8DDC;
}
.BgClassName
{
background-color: #EB8DDC;
}
</style>
border-color css
<style>
span { border-color: #EB8DDC; }
span { border-color: rgb(235,141,220); }
td.TdClassName
{
border-color: #EB8DDC;
}
.TagClassName
{
border-color: #EB8DDC;
}
</style>