Shades of Pale Magenta #E584D9
Tints of Pale Magenta #E584D9
RGB
CMYK
RGB Variations
Color information
#E584D9 (or 0xE584D9) is known color: Pale Magenta. HEX triplet: E5, 84 and D9. RGB value is (229,132,217). Sum of RGB (Red+Green+Blue) = 229+132+217=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E584D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584D9 is #1A7B26. Grayscale: #AAAAAA. Windows color (decimal): -1735463 or 14255333. OLE color: 14255333.
HSL color Cylindrical-coordinate representation of color #E584D9: hue angle of 307.42º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E584D9 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 217 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.10 |
| HSL | 307.42º | 0.65% | 0.71% | - |
| HSV(B) | 307.42º | 0.42% | 0.9% | - |
| XYZ | 53.09 | 38.17 | 70.22 | - |
| YUV | 170.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 217 | 0 | 0.42 | 0.05 | 0.10 | 307.42 | 0.65 | 0.71 |
| Hex | E5 | 84 | D9 | 0 | 2A | 5 | A | 133 | 41 | 47 |
| Octal | 345 | 204 | 331 | 0 | 52 | 5 | 12 | 463 | 101 | 107 |
| Binary | 11100101 | 10000100 | 11011001 | 0 | 101010 | 101 | 1010 | 100110011 | 1000001 | 1000111 |
Color Harmonies of #E584D9
Complementary color
Monochromatic Colors of #E584D9
Black with #E584D9
Text Example
Text Example
White with #E584D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584D9; }
p { color: rgb(229,132,217); }
H1.HeaderClassName
{
color: #E584D9;
}
.AnyTagClassName
{
color: #E584D9;
}
</style>
background-color css
<style>
a { background-color: #E584D9; }
a { background-color: rgb(229,132,217); }
div.DivClassName
{
background-color: #E584D9;
}
.BgClassName
{
background-color: #E584D9;
}
</style>
border-color css
<style>
span { border-color: #E584D9; }
span { border-color: rgb(229,132,217); }
td.TdClassName
{
border-color: #E584D9;
}
.TagClassName
{
border-color: #E584D9;
}
</style>