Shades of Pale Magenta #E785D0
Tints of Pale Magenta #E785D0
RGB
CMYK
RGB Variations
Color information
#E785D0 (or 0xE785D0) is known color: Pale Magenta. HEX triplet: E7, 85 and D0. RGB value is (231,133,208). Sum of RGB (Red+Green+Blue) = 231+133+208=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E785D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785D0 is #187A2F. Grayscale: #AAAAAA. Windows color (decimal): -1604144 or 13665767. OLE color: 13665767.
HSL color Cylindrical-coordinate representation of color #E785D0: hue angle of 314.08º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785D0 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 208 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.09 |
| HSL | 314.08º | 0.67% | 0.71% | - |
| HSV(B) | 314.08º | 0.42% | 0.91% | - |
| XYZ | 52.73 | 38.32 | 64.29 | - |
| YUV | 170.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 208 | 0 | 0.42 | 0.10 | 0.09 | 314.08 | 0.67 | 0.71 |
| Hex | E7 | 85 | D0 | 0 | 2A | A | 9 | 13A | 43 | 47 |
| Octal | 347 | 205 | 320 | 0 | 52 | 12 | 11 | 472 | 103 | 107 |
| Binary | 11100111 | 10000101 | 11010000 | 0 | 101010 | 1010 | 1001 | 100111010 | 1000011 | 1000111 |
Color Harmonies of #E785D0
Complementary color
Monochromatic Colors of #E785D0
Black with #E785D0
Text Example
Text Example
White with #E785D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785D0; }
p { color: rgb(231,133,208); }
H1.HeaderClassName
{
color: #E785D0;
}
.AnyTagClassName
{
color: #E785D0;
}
</style>
background-color css
<style>
a { background-color: #E785D0; }
a { background-color: rgb(231,133,208); }
div.DivClassName
{
background-color: #E785D0;
}
.BgClassName
{
background-color: #E785D0;
}
</style>
border-color css
<style>
span { border-color: #E785D0; }
span { border-color: rgb(231,133,208); }
td.TdClassName
{
border-color: #E785D0;
}
.TagClassName
{
border-color: #E785D0;
}
</style>