Shades of Pale Magenta #E389D5
Tints of Pale Magenta #E389D5
RGB
CMYK
RGB Variations
Color information
#E389D5 (or 0xE389D5) is known color: Pale Magenta. HEX triplet: E3, 89 and D5. RGB value is (227,137,213). Sum of RGB (Red+Green+Blue) = 227+137+213=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E389D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E389D5 is #1C762A. Grayscale: #ACACAC. Windows color (decimal): -1865259 or 13994467. OLE color: 13994467.
HSL color Cylindrical-coordinate representation of color #E389D5: hue angle of 309.33º 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 #E389D5 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 213 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.11 |
| HSL | 309.33º | 0.62% | 0.71% | - |
| HSV(B) | 309.33º | 0.4% | 0.89% | - |
| XYZ | 52.63 | 39.03 | 67.71 | - |
| YUV | 172.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 213 | 0 | 0.40 | 0.06 | 0.11 | 309.33 | 0.62 | 0.71 |
| Hex | E3 | 89 | D5 | 0 | 28 | 6 | B | 135 | 3E | 47 |
| Octal | 343 | 211 | 325 | 0 | 50 | 6 | 13 | 465 | 76 | 107 |
| Binary | 11100011 | 10001001 | 11010101 | 0 | 101000 | 110 | 1011 | 100110101 | 111110 | 1000111 |
Color Harmonies of #E389D5
Complementary color
Monochromatic Colors of #E389D5
Black with #E389D5
Text Example
Text Example
White with #E389D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E389D5; }
p { color: rgb(227,137,213); }
H1.HeaderClassName
{
color: #E389D5;
}
.AnyTagClassName
{
color: #E389D5;
}
</style>
background-color css
<style>
a { background-color: #E389D5; }
a { background-color: rgb(227,137,213); }
div.DivClassName
{
background-color: #E389D5;
}
.BgClassName
{
background-color: #E389D5;
}
</style>
border-color css
<style>
span { border-color: #E389D5; }
span { border-color: rgb(227,137,213); }
td.TdClassName
{
border-color: #E389D5;
}
.TagClassName
{
border-color: #E389D5;
}
</style>