Shades of Pale Magenta #E785D4
Tints of Pale Magenta #E785D4
RGB
CMYK
RGB Variations
Color information
#E785D4 (or 0xE785D4) is known color: Pale Magenta. HEX triplet: E7, 85 and D4. RGB value is (231,133,212). Sum of RGB (Red+Green+Blue) = 231+133+212=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E785D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785D4 is #187A2B. Grayscale: #ABABAB. Windows color (decimal): -1604140 or 13927911. OLE color: 13927911.
HSL color Cylindrical-coordinate representation of color #E785D4: hue angle of 311.63º 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 #E785D4 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 212 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.09 |
| HSL | 311.63º | 0.67% | 0.71% | - |
| HSV(B) | 311.63º | 0.42% | 0.91% | - |
| XYZ | 53.23 | 38.52 | 66.92 | - |
| YUV | 171.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 212 | 0 | 0.42 | 0.08 | 0.09 | 311.63 | 0.67 | 0.71 |
| Hex | E7 | 85 | D4 | 0 | 2A | 8 | 9 | 138 | 43 | 47 |
| Octal | 347 | 205 | 324 | 0 | 52 | 10 | 11 | 470 | 103 | 107 |
| Binary | 11100111 | 10000101 | 11010100 | 0 | 101010 | 1000 | 1001 | 100111000 | 1000011 | 1000111 |
Color Harmonies of #E785D4
Complementary color
Monochromatic Colors of #E785D4
Black with #E785D4
Text Example
Text Example
White with #E785D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785D4; }
p { color: rgb(231,133,212); }
H1.HeaderClassName
{
color: #E785D4;
}
.AnyTagClassName
{
color: #E785D4;
}
</style>
background-color css
<style>
a { background-color: #E785D4; }
a { background-color: rgb(231,133,212); }
div.DivClassName
{
background-color: #E785D4;
}
.BgClassName
{
background-color: #E785D4;
}
</style>
border-color css
<style>
span { border-color: #E785D4; }
span { border-color: rgb(231,133,212); }
td.TdClassName
{
border-color: #E785D4;
}
.TagClassName
{
border-color: #E785D4;
}
</style>