Shades of Pale Magenta #E589D0
Tints of Pale Magenta #E589D0
RGB
CMYK
RGB Variations
Color information
#E589D0 (or 0xE589D0) is known color: Pale Magenta. HEX triplet: E5, 89 and D0. RGB value is (229,137,208). Sum of RGB (Red+Green+Blue) = 229+137+208=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E589D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E589D0 is #1A762F. Grayscale: #ACACAC. Windows color (decimal): -1734192 or 13666789. OLE color: 13666789.
HSL color Cylindrical-coordinate representation of color #E589D0: hue angle of 313.7º 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 #E589D0 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 208 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.10 |
| HSL | 313.7º | 0.64% | 0.72% | - |
| HSV(B) | 313.7º | 0.4% | 0.9% | - |
| XYZ | 52.64 | 39.1 | 64.45 | - |
| YUV | 172.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 208 | 0 | 0.40 | 0.09 | 0.10 | 313.7 | 0.64 | 0.72 |
| Hex | E5 | 89 | D0 | 0 | 28 | 9 | A | 13A | 40 | 48 |
| Octal | 345 | 211 | 320 | 0 | 50 | 11 | 12 | 472 | 100 | 110 |
| Binary | 11100101 | 10001001 | 11010000 | 0 | 101000 | 1001 | 1010 | 100111010 | 1000000 | 1001000 |
Color Harmonies of #E589D0
Complementary color
Monochromatic Colors of #E589D0
Black with #E589D0
Text Example
Text Example
White with #E589D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589D0; }
p { color: rgb(229,137,208); }
H1.HeaderClassName
{
color: #E589D0;
}
.AnyTagClassName
{
color: #E589D0;
}
</style>
background-color css
<style>
a { background-color: #E589D0; }
a { background-color: rgb(229,137,208); }
div.DivClassName
{
background-color: #E589D0;
}
.BgClassName
{
background-color: #E589D0;
}
</style>
border-color css
<style>
span { border-color: #E589D0; }
span { border-color: rgb(229,137,208); }
td.TdClassName
{
border-color: #E589D0;
}
.TagClassName
{
border-color: #E589D0;
}
</style>