Shades of Pale Magenta #E489D6
Tints of Pale Magenta #E489D6
RGB
CMYK
RGB Variations
Color information
#E489D6 (or 0xE489D6) is known color: Pale Magenta. HEX triplet: E4, 89 and D6. RGB value is (228,137,214). Sum of RGB (Red+Green+Blue) = 228+137+214=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E489D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E489D6 is #1B7629. Grayscale: #ACACAC. Windows color (decimal): -1799722 or 14060004. OLE color: 14060004.
HSL color Cylindrical-coordinate representation of color #E489D6: hue angle of 309.23º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E489D6 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 137 | 214 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.11 |
| HSL | 309.23º | 0.63% | 0.72% | - |
| HSV(B) | 309.23º | 0.4% | 0.89% | - |
| XYZ | 53.08 | 39.24 | 68.39 | - |
| YUV | 172.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 137 | 214 | 0 | 0.40 | 0.06 | 0.11 | 309.23 | 0.63 | 0.72 |
| Hex | E4 | 89 | D6 | 0 | 28 | 6 | B | 135 | 3F | 48 |
| Octal | 344 | 211 | 326 | 0 | 50 | 6 | 13 | 465 | 77 | 110 |
| Binary | 11100100 | 10001001 | 11010110 | 0 | 101000 | 110 | 1011 | 100110101 | 111111 | 1001000 |
Color Harmonies of #E489D6
Complementary color
Monochromatic Colors of #E489D6
Black with #E489D6
Text Example
Text Example
White with #E489D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E489D6; }
p { color: rgb(228,137,214); }
H1.HeaderClassName
{
color: #E489D6;
}
.AnyTagClassName
{
color: #E489D6;
}
</style>
background-color css
<style>
a { background-color: #E489D6; }
a { background-color: rgb(228,137,214); }
div.DivClassName
{
background-color: #E489D6;
}
.BgClassName
{
background-color: #E489D6;
}
</style>
border-color css
<style>
span { border-color: #E489D6; }
span { border-color: rgb(228,137,214); }
td.TdClassName
{
border-color: #E489D6;
}
.TagClassName
{
border-color: #E489D6;
}
</style>