Shades of Pale Magenta #EB8EDB
Tints of Pale Magenta #EB8EDB
RGB
CMYK
RGB Variations
Color information
#EB8EDB (or 0xEB8EDB) is known color: Pale Magenta. HEX triplet: EB, 8E and DB. RGB value is (235,142,219). Sum of RGB (Red+Green+Blue) = 235+142+219=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EDB is #147124. Grayscale: #B2B2B2. Windows color (decimal): -1339685 or 14388971. OLE color: 14388971.
HSL color Cylindrical-coordinate representation of color #EB8EDB: hue angle of 310.32º 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 #EB8EDB is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 142 | 219 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.08 |
| HSL | 310.32º | 0.7% | 0.74% | - |
| HSV(B) | 310.32º | 0.4% | 0.92% | - |
| XYZ | 56.72 | 42.12 | 72.16 | - |
| YUV | 178.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 142 | 219 | 0 | 0.40 | 0.07 | 0.08 | 310.32 | 0.7 | 0.74 |
| Hex | EB | 8E | DB | 0 | 28 | 7 | 8 | 136 | 46 | 4A |
| Octal | 353 | 216 | 333 | 0 | 50 | 7 | 10 | 466 | 106 | 112 |
| Binary | 11101011 | 10001110 | 11011011 | 0 | 101000 | 111 | 1000 | 100110110 | 1000110 | 1001010 |
Color Harmonies of #EB8EDB
Complementary color
Monochromatic Colors of #EB8EDB
Black with #EB8EDB
Text Example
Text Example
White with #EB8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8EDB; }
p { color: rgb(235,142,219); }
H1.HeaderClassName
{
color: #EB8EDB;
}
.AnyTagClassName
{
color: #EB8EDB;
}
</style>
background-color css
<style>
a { background-color: #EB8EDB; }
a { background-color: rgb(235,142,219); }
div.DivClassName
{
background-color: #EB8EDB;
}
.BgClassName
{
background-color: #EB8EDB;
}
</style>
border-color css
<style>
span { border-color: #EB8EDB; }
span { border-color: rgb(235,142,219); }
td.TdClassName
{
border-color: #EB8EDB;
}
.TagClassName
{
border-color: #EB8EDB;
}
</style>