Shades of Pale Magenta #E58BD8
Tints of Pale Magenta #E58BD8
RGB
CMYK
RGB Variations
Color information
#E58BD8 (or 0xE58BD8) is known color: Pale Magenta. HEX triplet: E5, 8B and D8. RGB value is (229,139,216). Sum of RGB (Red+Green+Blue) = 229+139+216=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BD8 is #1A7427. Grayscale: #AEAEAE. Windows color (decimal): -1733672 or 14191589. OLE color: 14191589.
HSL color Cylindrical-coordinate representation of color #E58BD8: hue angle of 308.67º 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 #E58BD8 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 216 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.10 |
| HSL | 308.67º | 0.63% | 0.72% | - |
| HSV(B) | 308.67º | 0.39% | 0.9% | - |
| XYZ | 53.94 | 40.08 | 69.86 | - |
| YUV | 174.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 216 | 0 | 0.39 | 0.06 | 0.10 | 308.67 | 0.63 | 0.72 |
| Hex | E5 | 8B | D8 | 0 | 27 | 6 | A | 135 | 3F | 48 |
| Octal | 345 | 213 | 330 | 0 | 47 | 6 | 12 | 465 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11011000 | 0 | 100111 | 110 | 1010 | 100110101 | 111111 | 1001000 |
Color Harmonies of #E58BD8
Complementary color
Monochromatic Colors of #E58BD8
Black with #E58BD8
Text Example
Text Example
White with #E58BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BD8; }
p { color: rgb(229,139,216); }
H1.HeaderClassName
{
color: #E58BD8;
}
.AnyTagClassName
{
color: #E58BD8;
}
</style>
background-color css
<style>
a { background-color: #E58BD8; }
a { background-color: rgb(229,139,216); }
div.DivClassName
{
background-color: #E58BD8;
}
.BgClassName
{
background-color: #E58BD8;
}
</style>
border-color css
<style>
span { border-color: #E58BD8; }
span { border-color: rgb(229,139,216); }
td.TdClassName
{
border-color: #E58BD8;
}
.TagClassName
{
border-color: #E58BD8;
}
</style>