Shades of Pale Magenta #EB81E0
Tints of Pale Magenta #EB81E0
RGB
CMYK
RGB Variations
Color information
#EB81E0 (or 0xEB81E0) is known color: Pale Magenta. HEX triplet: EB, 81 and E0. RGB value is (235,129,224). Sum of RGB (Red+Green+Blue) = 235+129+224=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81E0 is #147E1F. Grayscale: #ABABAB. Windows color (decimal): -1343008 or 14713323. OLE color: 14713323.
HSL color Cylindrical-coordinate representation of color #EB81E0: hue angle of 306.23º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB81E0 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 129 | 224 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.08 |
| HSL | 306.23º | 0.73% | 0.71% | - |
| HSV(B) | 306.23º | 0.45% | 0.92% | - |
| XYZ | 55.57 | 38.74 | 75.07 | - |
| YUV | 171.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 129 | 224 | 0 | 0.45 | 0.05 | 0.08 | 306.23 | 0.73 | 0.71 |
| Hex | EB | 81 | E0 | 0 | 2D | 5 | 8 | 132 | 49 | 47 |
| Octal | 353 | 201 | 340 | 0 | 55 | 5 | 10 | 462 | 111 | 107 |
| Binary | 11101011 | 10000001 | 11100000 | 0 | 101101 | 101 | 1000 | 100110010 | 1001001 | 1000111 |
Color Harmonies of #EB81E0
Complementary color
Monochromatic Colors of #EB81E0
Black with #EB81E0
Text Example
Text Example
White with #EB81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB81E0; }
p { color: rgb(235,129,224); }
H1.HeaderClassName
{
color: #EB81E0;
}
.AnyTagClassName
{
color: #EB81E0;
}
</style>
background-color css
<style>
a { background-color: #EB81E0; }
a { background-color: rgb(235,129,224); }
div.DivClassName
{
background-color: #EB81E0;
}
.BgClassName
{
background-color: #EB81E0;
}
</style>
border-color css
<style>
span { border-color: #EB81E0; }
span { border-color: rgb(235,129,224); }
td.TdClassName
{
border-color: #EB81E0;
}
.TagClassName
{
border-color: #EB81E0;
}
</style>