Shades of Pale Magenta #EB8BDA
Tints of Pale Magenta #EB8BDA
RGB
CMYK
RGB Variations
Color information
#EB8BDA (or 0xEB8BDA) is known color: Pale Magenta. HEX triplet: EB, 8B and DA. RGB value is (235,139,218). Sum of RGB (Red+Green+Blue) = 235+139+218=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BDA is #147425. Grayscale: #B0B0B0. Windows color (decimal): -1340454 or 14322667. OLE color: 14322667.
HSL color Cylindrical-coordinate representation of color #EB8BDA: hue angle of 310.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BDA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 218 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.08 |
| HSL | 310.63º | 0.71% | 0.73% | - |
| HSV(B) | 310.63º | 0.41% | 0.92% | - |
| XYZ | 56.15 | 41.19 | 71.32 | - |
| YUV | 176.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 218 | 0 | 0.41 | 0.07 | 0.08 | 310.63 | 0.71 | 0.73 |
| Hex | EB | 8B | DA | 0 | 29 | 7 | 8 | 137 | 47 | 49 |
| Octal | 353 | 213 | 332 | 0 | 51 | 7 | 10 | 467 | 107 | 111 |
| Binary | 11101011 | 10001011 | 11011010 | 0 | 101001 | 111 | 1000 | 100110111 | 1000111 | 1001001 |
Color Harmonies of #EB8BDA
Complementary color
Monochromatic Colors of #EB8BDA
Black with #EB8BDA
Text Example
Text Example
White with #EB8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8BDA; }
p { color: rgb(235,139,218); }
H1.HeaderClassName
{
color: #EB8BDA;
}
.AnyTagClassName
{
color: #EB8BDA;
}
</style>
background-color css
<style>
a { background-color: #EB8BDA; }
a { background-color: rgb(235,139,218); }
div.DivClassName
{
background-color: #EB8BDA;
}
.BgClassName
{
background-color: #EB8BDA;
}
</style>
border-color css
<style>
span { border-color: #EB8BDA; }
span { border-color: rgb(235,139,218); }
td.TdClassName
{
border-color: #EB8BDA;
}
.TagClassName
{
border-color: #EB8BDA;
}
</style>