Shades of Pale Magenta #EB8ED2
Tints of Pale Magenta #EB8ED2
RGB
CMYK
RGB Variations
Color information
#EB8ED2 (or 0xEB8ED2) is known color: Pale Magenta. HEX triplet: EB, 8E and D2. RGB value is (235,142,210). Sum of RGB (Red+Green+Blue) = 235+142+210=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ED2 is #14712D. Grayscale: #B1B1B1. Windows color (decimal): -1339694 or 13799147. OLE color: 13799147.
HSL color Cylindrical-coordinate representation of color #EB8ED2: hue angle of 316.13º 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 #EB8ED2 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 142 | 210 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.08 |
| HSL | 316.13º | 0.7% | 0.74% | - |
| HSV(B) | 316.13º | 0.4% | 0.92% | - |
| XYZ | 55.57 | 41.66 | 66.09 | - |
| YUV | 177.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 142 | 210 | 0 | 0.40 | 0.11 | 0.08 | 316.13 | 0.7 | 0.74 |
| Hex | EB | 8E | D2 | 0 | 28 | B | 8 | 13C | 46 | 4A |
| Octal | 353 | 216 | 322 | 0 | 50 | 13 | 10 | 474 | 106 | 112 |
| Binary | 11101011 | 10001110 | 11010010 | 0 | 101000 | 1011 | 1000 | 100111100 | 1000110 | 1001010 |
Color Harmonies of #EB8ED2
Complementary color
Monochromatic Colors of #EB8ED2
Black with #EB8ED2
Text Example
Text Example
White with #EB8ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8ED2; }
p { color: rgb(235,142,210); }
H1.HeaderClassName
{
color: #EB8ED2;
}
.AnyTagClassName
{
color: #EB8ED2;
}
</style>
background-color css
<style>
a { background-color: #EB8ED2; }
a { background-color: rgb(235,142,210); }
div.DivClassName
{
background-color: #EB8ED2;
}
.BgClassName
{
background-color: #EB8ED2;
}
</style>
border-color css
<style>
span { border-color: #EB8ED2; }
span { border-color: rgb(235,142,210); }
td.TdClassName
{
border-color: #EB8ED2;
}
.TagClassName
{
border-color: #EB8ED2;
}
</style>