Shades of Pale Magenta #EB83D4
Tints of Pale Magenta #EB83D4
RGB
CMYK
RGB Variations
Color information
#EB83D4 (or 0xEB83D4) is known color: Pale Magenta. HEX triplet: EB, 83 and D4. RGB value is (235,131,212). Sum of RGB (Red+Green+Blue) = 235+131+212=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83D4 is #147C2B. Grayscale: #ABABAB. Windows color (decimal): -1342508 or 13927403. OLE color: 13927403.
HSL color Cylindrical-coordinate representation of color #EB83D4: hue angle of 313.27º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB83D4 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 131 | 212 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.08 |
| HSL | 313.27º | 0.72% | 0.72% | - |
| HSV(B) | 313.27º | 0.44% | 0.92% | - |
| XYZ | 54.26 | 38.65 | 66.89 | - |
| YUV | 171.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 131 | 212 | 0 | 0.44 | 0.10 | 0.08 | 313.27 | 0.72 | 0.72 |
| Hex | EB | 83 | D4 | 0 | 2C | A | 8 | 139 | 48 | 48 |
| Octal | 353 | 203 | 324 | 0 | 54 | 12 | 10 | 471 | 110 | 110 |
| Binary | 11101011 | 10000011 | 11010100 | 0 | 101100 | 1010 | 1000 | 100111001 | 1001000 | 1001000 |
Color Harmonies of #EB83D4
Complementary color
Monochromatic Colors of #EB83D4
Black with #EB83D4
Text Example
Text Example
White with #EB83D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB83D4; }
p { color: rgb(235,131,212); }
H1.HeaderClassName
{
color: #EB83D4;
}
.AnyTagClassName
{
color: #EB83D4;
}
</style>
background-color css
<style>
a { background-color: #EB83D4; }
a { background-color: rgb(235,131,212); }
div.DivClassName
{
background-color: #EB83D4;
}
.BgClassName
{
background-color: #EB83D4;
}
</style>
border-color css
<style>
span { border-color: #EB83D4; }
span { border-color: rgb(235,131,212); }
td.TdClassName
{
border-color: #EB83D4;
}
.TagClassName
{
border-color: #EB83D4;
}
</style>