Shades of Pale Magenta #E589D7
Tints of Pale Magenta #E589D7
RGB
CMYK
RGB Variations
Color information
#E589D7 (or 0xE589D7) is known color: Pale Magenta. HEX triplet: E5, 89 and D7. RGB value is (229,137,215). Sum of RGB (Red+Green+Blue) = 229+137+215=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E589D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E589D7 is #1A7628. Grayscale: #ADADAD. Windows color (decimal): -1734185 or 14125541. OLE color: 14125541.
HSL color Cylindrical-coordinate representation of color #E589D7: hue angle of 309.13º 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 #E589D7 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 215 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.10 |
| HSL | 309.13º | 0.64% | 0.72% | - |
| HSV(B) | 309.13º | 0.4% | 0.9% | - |
| XYZ | 53.52 | 39.46 | 69.08 | - |
| YUV | 173.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 215 | 0 | 0.40 | 0.06 | 0.10 | 309.13 | 0.64 | 0.72 |
| Hex | E5 | 89 | D7 | 0 | 28 | 6 | A | 135 | 40 | 48 |
| Octal | 345 | 211 | 327 | 0 | 50 | 6 | 12 | 465 | 100 | 110 |
| Binary | 11100101 | 10001001 | 11010111 | 0 | 101000 | 110 | 1010 | 100110101 | 1000000 | 1001000 |
Color Harmonies of #E589D7
Complementary color
Monochromatic Colors of #E589D7
Black with #E589D7
Text Example
Text Example
White with #E589D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589D7; }
p { color: rgb(229,137,215); }
H1.HeaderClassName
{
color: #E589D7;
}
.AnyTagClassName
{
color: #E589D7;
}
</style>
background-color css
<style>
a { background-color: #E589D7; }
a { background-color: rgb(229,137,215); }
div.DivClassName
{
background-color: #E589D7;
}
.BgClassName
{
background-color: #E589D7;
}
</style>
border-color css
<style>
span { border-color: #E589D7; }
span { border-color: rgb(229,137,215); }
td.TdClassName
{
border-color: #E589D7;
}
.TagClassName
{
border-color: #E589D7;
}
</style>