Shades of Pale Magenta #E58BDA
Tints of Pale Magenta #E58BDA
RGB
CMYK
RGB Variations
Color information
#E58BDA (or 0xE58BDA) is known color: Pale Magenta. HEX triplet: E5, 8B and DA. RGB value is (229,139,218). Sum of RGB (Red+Green+Blue) = 229+139+218=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BDA is #1A7425. Grayscale: #AEAEAE. Windows color (decimal): -1733670 or 14322661. OLE color: 14322661.
HSL color Cylindrical-coordinate representation of color #E58BDA: hue angle of 307.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 #E58BDA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 218 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.10 |
| HSL | 307.33º | 0.63% | 0.72% | - |
| HSV(B) | 307.33º | 0.39% | 0.9% | - |
| XYZ | 54.2 | 40.19 | 71.23 | - |
| YUV | 174.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 218 | 0 | 0.39 | 0.05 | 0.10 | 307.33 | 0.63 | 0.72 |
| Hex | E5 | 8B | DA | 0 | 27 | 5 | A | 133 | 3F | 48 |
| Octal | 345 | 213 | 332 | 0 | 47 | 5 | 12 | 463 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11011010 | 0 | 100111 | 101 | 1010 | 100110011 | 111111 | 1001000 |
Color Harmonies of #E58BDA
Complementary color
Monochromatic Colors of #E58BDA
Black with #E58BDA
Text Example
Text Example
White with #E58BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BDA; }
p { color: rgb(229,139,218); }
H1.HeaderClassName
{
color: #E58BDA;
}
.AnyTagClassName
{
color: #E58BDA;
}
</style>
background-color css
<style>
a { background-color: #E58BDA; }
a { background-color: rgb(229,139,218); }
div.DivClassName
{
background-color: #E58BDA;
}
.BgClassName
{
background-color: #E58BDA;
}
</style>
border-color css
<style>
span { border-color: #E58BDA; }
span { border-color: rgb(229,139,218); }
td.TdClassName
{
border-color: #E58BDA;
}
.TagClassName
{
border-color: #E58BDA;
}
</style>