Shades of Pale Magenta #E58BD4
Tints of Pale Magenta #E58BD4
RGB
CMYK
RGB Variations
Color information
#E58BD4 (or 0xE58BD4) is known color: Pale Magenta. HEX triplet: E5, 8B and D4. RGB value is (229,139,212). Sum of RGB (Red+Green+Blue) = 229+139+212=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BD4 is #1A742B. Grayscale: #AEAEAE. Windows color (decimal): -1733676 or 13929445. OLE color: 13929445.
HSL color Cylindrical-coordinate representation of color #E58BD4: hue angle of 311.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 #E58BD4 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 212 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.10 |
| HSL | 311.33º | 0.63% | 0.72% | - |
| HSV(B) | 311.33º | 0.39% | 0.9% | - |
| XYZ | 53.43 | 39.88 | 67.17 | - |
| YUV | 174.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 212 | 0 | 0.39 | 0.07 | 0.10 | 311.33 | 0.63 | 0.72 |
| Hex | E5 | 8B | D4 | 0 | 27 | 7 | A | 137 | 3F | 48 |
| Octal | 345 | 213 | 324 | 0 | 47 | 7 | 12 | 467 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11010100 | 0 | 100111 | 111 | 1010 | 100110111 | 111111 | 1001000 |
Color Harmonies of #E58BD4
Complementary color
Monochromatic Colors of #E58BD4
Black with #E58BD4
Text Example
Text Example
White with #E58BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BD4; }
p { color: rgb(229,139,212); }
H1.HeaderClassName
{
color: #E58BD4;
}
.AnyTagClassName
{
color: #E58BD4;
}
</style>
background-color css
<style>
a { background-color: #E58BD4; }
a { background-color: rgb(229,139,212); }
div.DivClassName
{
background-color: #E58BD4;
}
.BgClassName
{
background-color: #E58BD4;
}
</style>
border-color css
<style>
span { border-color: #E58BD4; }
span { border-color: rgb(229,139,212); }
td.TdClassName
{
border-color: #E58BD4;
}
.TagClassName
{
border-color: #E58BD4;
}
</style>