Shades of Pale Magenta #E58BD7
Tints of Pale Magenta #E58BD7
RGB
CMYK
RGB Variations
Color information
#E58BD7 (or 0xE58BD7) is known color: Pale Magenta. HEX triplet: E5, 8B and D7. RGB value is (229,139,215). Sum of RGB (Red+Green+Blue) = 229+139+215=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BD7 is #1A7428. Grayscale: #AEAEAE. Windows color (decimal): -1733673 or 14126053. OLE color: 14126053.
HSL color Cylindrical-coordinate representation of color #E58BD7: hue angle of 309.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58BD7 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 215 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.10 |
| HSL | 309.33º | 0.63% | 0.72% | - |
| HSV(B) | 309.33º | 0.39% | 0.9% | - |
| XYZ | 53.81 | 40.03 | 69.18 | - |
| YUV | 174.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 215 | 0 | 0.39 | 0.06 | 0.10 | 309.33 | 0.63 | 0.72 |
| Hex | E5 | 8B | D7 | 0 | 27 | 6 | A | 135 | 3F | 48 |
| Octal | 345 | 213 | 327 | 0 | 47 | 6 | 12 | 465 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11010111 | 0 | 100111 | 110 | 1010 | 100110101 | 111111 | 1001000 |
Color Harmonies of #E58BD7
Complementary color
Monochromatic Colors of #E58BD7
Black with #E58BD7
Text Example
Text Example
White with #E58BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BD7; }
p { color: rgb(229,139,215); }
H1.HeaderClassName
{
color: #E58BD7;
}
.AnyTagClassName
{
color: #E58BD7;
}
</style>
background-color css
<style>
a { background-color: #E58BD7; }
a { background-color: rgb(229,139,215); }
div.DivClassName
{
background-color: #E58BD7;
}
.BgClassName
{
background-color: #E58BD7;
}
</style>
border-color css
<style>
span { border-color: #E58BD7; }
span { border-color: rgb(229,139,215); }
td.TdClassName
{
border-color: #E58BD7;
}
.TagClassName
{
border-color: #E58BD7;
}
</style>