Shades of Pale Magenta #EB85D1
Tints of Pale Magenta #EB85D1
RGB
CMYK
RGB Variations
Color information
#EB85D1 (or 0xEB85D1) is known color: Pale Magenta. HEX triplet: EB, 85 and D1. RGB value is (235,133,209). Sum of RGB (Red+Green+Blue) = 235+133+209=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85D1 is #147A2E. Grayscale: #ABABAB. Windows color (decimal): -1341999 or 13731307. OLE color: 13731307.
HSL color Cylindrical-coordinate representation of color #EB85D1: hue angle of 315.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85D1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 209 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.08 |
| HSL | 315.29º | 0.72% | 0.72% | - |
| HSV(B) | 315.29º | 0.43% | 0.92% | - |
| XYZ | 54.16 | 39.04 | 65 | - |
| YUV | 172.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 209 | 0 | 0.43 | 0.11 | 0.08 | 315.29 | 0.72 | 0.72 |
| Hex | EB | 85 | D1 | 0 | 2B | B | 8 | 13B | 48 | 48 |
| Octal | 353 | 205 | 321 | 0 | 53 | 13 | 10 | 473 | 110 | 110 |
| Binary | 11101011 | 10000101 | 11010001 | 0 | 101011 | 1011 | 1000 | 100111011 | 1001000 | 1001000 |
Color Harmonies of #EB85D1
Complementary color
Monochromatic Colors of #EB85D1
Black with #EB85D1
Text Example
Text Example
White with #EB85D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB85D1; }
p { color: rgb(235,133,209); }
H1.HeaderClassName
{
color: #EB85D1;
}
.AnyTagClassName
{
color: #EB85D1;
}
</style>
background-color css
<style>
a { background-color: #EB85D1; }
a { background-color: rgb(235,133,209); }
div.DivClassName
{
background-color: #EB85D1;
}
.BgClassName
{
background-color: #EB85D1;
}
</style>
border-color css
<style>
span { border-color: #EB85D1; }
span { border-color: rgb(235,133,209); }
td.TdClassName
{
border-color: #EB85D1;
}
.TagClassName
{
border-color: #EB85D1;
}
</style>