Shades of Pale Magenta #EB82D3
Tints of Pale Magenta #EB82D3
RGB
CMYK
RGB Variations
Color information
#EB82D3 (or 0xEB82D3) is known color: Pale Magenta. HEX triplet: EB, 82 and D3. RGB value is (235,130,211). Sum of RGB (Red+Green+Blue) = 235+130+211=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82D3 is #147D2C. Grayscale: #AAAAAA. Windows color (decimal): -1342765 or 13861611. OLE color: 13861611.
HSL color Cylindrical-coordinate representation of color #EB82D3: hue angle of 313.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB82D3 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 211 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.08 |
| HSL | 313.71º | 0.72% | 0.72% | - |
| HSV(B) | 313.71º | 0.45% | 0.92% | - |
| XYZ | 54 | 38.33 | 66.18 | - |
| YUV | 170.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 211 | 0 | 0.45 | 0.10 | 0.08 | 313.71 | 0.72 | 0.72 |
| Hex | EB | 82 | D3 | 0 | 2D | A | 8 | 13A | 48 | 48 |
| Octal | 353 | 202 | 323 | 0 | 55 | 12 | 10 | 472 | 110 | 110 |
| Binary | 11101011 | 10000010 | 11010011 | 0 | 101101 | 1010 | 1000 | 100111010 | 1001000 | 1001000 |
Color Harmonies of #EB82D3
Complementary color
Monochromatic Colors of #EB82D3
Black with #EB82D3
Text Example
Text Example
White with #EB82D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB82D3; }
p { color: rgb(235,130,211); }
H1.HeaderClassName
{
color: #EB82D3;
}
.AnyTagClassName
{
color: #EB82D3;
}
</style>
background-color css
<style>
a { background-color: #EB82D3; }
a { background-color: rgb(235,130,211); }
div.DivClassName
{
background-color: #EB82D3;
}
.BgClassName
{
background-color: #EB82D3;
}
</style>
border-color css
<style>
span { border-color: #EB82D3; }
span { border-color: rgb(235,130,211); }
td.TdClassName
{
border-color: #EB82D3;
}
.TagClassName
{
border-color: #EB82D3;
}
</style>