Shades of Pale Magenta #E58ADA
Tints of Pale Magenta #E58ADA
RGB
CMYK
RGB Variations
Color information
#E58ADA (or 0xE58ADA) is known color: Pale Magenta. HEX triplet: E5, 8A and DA. RGB value is (229,138,218). Sum of RGB (Red+Green+Blue) = 229+138+218=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ADA is #1A7525. Grayscale: #AEAEAE. Windows color (decimal): -1733926 or 14322405. OLE color: 14322405.
HSL color Cylindrical-coordinate representation of color #E58ADA: hue angle of 307.25º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58ADA is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 218 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.10 |
| HSL | 307.25º | 0.64% | 0.72% | - |
| HSV(B) | 307.25º | 0.4% | 0.9% | - |
| XYZ | 54.06 | 39.9 | 71.18 | - |
| YUV | 174.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 218 | 0 | 0.40 | 0.05 | 0.10 | 307.25 | 0.64 | 0.72 |
| Hex | E5 | 8A | DA | 0 | 28 | 5 | A | 133 | 40 | 48 |
| Octal | 345 | 212 | 332 | 0 | 50 | 5 | 12 | 463 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11011010 | 0 | 101000 | 101 | 1010 | 100110011 | 1000000 | 1001000 |
Color Harmonies of #E58ADA
Complementary color
Monochromatic Colors of #E58ADA
Black with #E58ADA
Text Example
Text Example
White with #E58ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ADA; }
p { color: rgb(229,138,218); }
H1.HeaderClassName
{
color: #E58ADA;
}
.AnyTagClassName
{
color: #E58ADA;
}
</style>
background-color css
<style>
a { background-color: #E58ADA; }
a { background-color: rgb(229,138,218); }
div.DivClassName
{
background-color: #E58ADA;
}
.BgClassName
{
background-color: #E58ADA;
}
</style>
border-color css
<style>
span { border-color: #E58ADA; }
span { border-color: rgb(229,138,218); }
td.TdClassName
{
border-color: #E58ADA;
}
.TagClassName
{
border-color: #E58ADA;
}
</style>