Shades of Pale Magenta #EB85D3
Tints of Pale Magenta #EB85D3
RGB
CMYK
RGB Variations
Color information
#EB85D3 (or 0xEB85D3) is known color: Pale Magenta. HEX triplet: EB, 85 and D3. RGB value is (235,133,211). Sum of RGB (Red+Green+Blue) = 235+133+211=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85D3 is #147A2C. Grayscale: #ACACAC. Windows color (decimal): -1341997 or 13862379. OLE color: 13862379.
HSL color Cylindrical-coordinate representation of color #EB85D3: hue angle of 314.12º 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 #EB85D3 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 211 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.08 |
| HSL | 314.12º | 0.72% | 0.72% | - |
| HSV(B) | 314.12º | 0.43% | 0.92% | - |
| XYZ | 54.41 | 39.14 | 66.32 | - |
| YUV | 172.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 211 | 0 | 0.43 | 0.10 | 0.08 | 314.12 | 0.72 | 0.72 |
| Hex | EB | 85 | D3 | 0 | 2B | A | 8 | 13A | 48 | 48 |
| Octal | 353 | 205 | 323 | 0 | 53 | 12 | 10 | 472 | 110 | 110 |
| Binary | 11101011 | 10000101 | 11010011 | 0 | 101011 | 1010 | 1000 | 100111010 | 1001000 | 1001000 |
Color Harmonies of #EB85D3
Complementary color
Monochromatic Colors of #EB85D3
Black with #EB85D3
Text Example
Text Example
White with #EB85D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB85D3; }
p { color: rgb(235,133,211); }
H1.HeaderClassName
{
color: #EB85D3;
}
.AnyTagClassName
{
color: #EB85D3;
}
</style>
background-color css
<style>
a { background-color: #EB85D3; }
a { background-color: rgb(235,133,211); }
div.DivClassName
{
background-color: #EB85D3;
}
.BgClassName
{
background-color: #EB85D3;
}
</style>
border-color css
<style>
span { border-color: #EB85D3; }
span { border-color: rgb(235,133,211); }
td.TdClassName
{
border-color: #EB85D3;
}
.TagClassName
{
border-color: #EB85D3;
}
</style>