Shades of Pale Magenta #E389D6
Tints of Pale Magenta #E389D6
RGB
CMYK
RGB Variations
Color information
#E389D6 (or 0xE389D6) is known color: Pale Magenta. HEX triplet: E3, 89 and D6. RGB value is (227,137,214). Sum of RGB (Red+Green+Blue) = 227+137+214=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E389D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E389D6 is #1C7629. Grayscale: #ACACAC. Windows color (decimal): -1865258 or 14060003. OLE color: 14060003.
HSL color Cylindrical-coordinate representation of color #E389D6: hue angle of 308.67º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E389D6 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 214 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.11 |
| HSL | 308.67º | 0.62% | 0.71% | - |
| HSV(B) | 308.67º | 0.4% | 0.89% | - |
| XYZ | 52.76 | 39.08 | 68.38 | - |
| YUV | 172.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 214 | 0 | 0.40 | 0.06 | 0.11 | 308.67 | 0.62 | 0.71 |
| Hex | E3 | 89 | D6 | 0 | 28 | 6 | B | 135 | 3E | 47 |
| Octal | 343 | 211 | 326 | 0 | 50 | 6 | 13 | 465 | 76 | 107 |
| Binary | 11100011 | 10001001 | 11010110 | 0 | 101000 | 110 | 1011 | 100110101 | 111110 | 1000111 |
Color Harmonies of #E389D6
Complementary color
Monochromatic Colors of #E389D6
Black with #E389D6
Text Example
Text Example
White with #E389D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E389D6; }
p { color: rgb(227,137,214); }
H1.HeaderClassName
{
color: #E389D6;
}
.AnyTagClassName
{
color: #E389D6;
}
</style>
background-color css
<style>
a { background-color: #E389D6; }
a { background-color: rgb(227,137,214); }
div.DivClassName
{
background-color: #E389D6;
}
.BgClassName
{
background-color: #E389D6;
}
</style>
border-color css
<style>
span { border-color: #E389D6; }
span { border-color: rgb(227,137,214); }
td.TdClassName
{
border-color: #E389D6;
}
.TagClassName
{
border-color: #E389D6;
}
</style>