Shades of Pale Magenta #E789D5
Tints of Pale Magenta #E789D5
RGB
CMYK
RGB Variations
Color information
#E789D5 (or 0xE789D5) is known color: Pale Magenta. HEX triplet: E7, 89 and D5. RGB value is (231,137,213). Sum of RGB (Red+Green+Blue) = 231+137+213=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E789D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E789D5 is #18762A. Grayscale: #ADADAD. Windows color (decimal): -1603115 or 13994471. OLE color: 13994471.
HSL color Cylindrical-coordinate representation of color #E789D5: hue angle of 311.49º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E789D5 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 137 | 213 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.09 |
| HSL | 311.49º | 0.66% | 0.72% | - |
| HSV(B) | 311.49º | 0.41% | 0.91% | - |
| XYZ | 53.91 | 39.68 | 67.77 | - |
| YUV | 173.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 137 | 213 | 0 | 0.41 | 0.08 | 0.09 | 311.49 | 0.66 | 0.72 |
| Hex | E7 | 89 | D5 | 0 | 29 | 8 | 9 | 137 | 42 | 48 |
| Octal | 347 | 211 | 325 | 0 | 51 | 10 | 11 | 467 | 102 | 110 |
| Binary | 11100111 | 10001001 | 11010101 | 0 | 101001 | 1000 | 1001 | 100110111 | 1000010 | 1001000 |
Color Harmonies of #E789D5
Complementary color
Monochromatic Colors of #E789D5
Black with #E789D5
Text Example
Text Example
White with #E789D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E789D5; }
p { color: rgb(231,137,213); }
H1.HeaderClassName
{
color: #E789D5;
}
.AnyTagClassName
{
color: #E789D5;
}
</style>
background-color css
<style>
a { background-color: #E789D5; }
a { background-color: rgb(231,137,213); }
div.DivClassName
{
background-color: #E789D5;
}
.BgClassName
{
background-color: #E789D5;
}
</style>
border-color css
<style>
span { border-color: #E789D5; }
span { border-color: rgb(231,137,213); }
td.TdClassName
{
border-color: #E789D5;
}
.TagClassName
{
border-color: #E789D5;
}
</style>