Shades of Pale Magenta #E78FD3
Tints of Pale Magenta #E78FD3
RGB
CMYK
RGB Variations
Color information
#E78FD3 (or 0xE78FD3) is known color: Pale Magenta. HEX triplet: E7, 8F and D3. RGB value is (231,143,211). Sum of RGB (Red+Green+Blue) = 231+143+211=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FD3 is #18702C. Grayscale: #B0B0B0. Windows color (decimal): -1601581 or 13864935. OLE color: 13864935.
HSL color Cylindrical-coordinate representation of color #E78FD3: hue angle of 313.64º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FD3 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 211 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.09 |
| HSL | 313.64º | 0.65% | 0.73% | - |
| HSV(B) | 313.64º | 0.38% | 0.91% | - |
| XYZ | 54.54 | 41.34 | 66.73 | - |
| YUV | 177.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 211 | 0 | 0.38 | 0.09 | 0.09 | 313.64 | 0.65 | 0.73 |
| Hex | E7 | 8F | D3 | 0 | 26 | 9 | 9 | 13A | 41 | 49 |
| Octal | 347 | 217 | 323 | 0 | 46 | 11 | 11 | 472 | 101 | 111 |
| Binary | 11100111 | 10001111 | 11010011 | 0 | 100110 | 1001 | 1001 | 100111010 | 1000001 | 1001001 |
Color Harmonies of #E78FD3
Complementary color
Monochromatic Colors of #E78FD3
Black with #E78FD3
Text Example
Text Example
White with #E78FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FD3; }
p { color: rgb(231,143,211); }
H1.HeaderClassName
{
color: #E78FD3;
}
.AnyTagClassName
{
color: #E78FD3;
}
</style>
background-color css
<style>
a { background-color: #E78FD3; }
a { background-color: rgb(231,143,211); }
div.DivClassName
{
background-color: #E78FD3;
}
.BgClassName
{
background-color: #E78FD3;
}
</style>
border-color css
<style>
span { border-color: #E78FD3; }
span { border-color: rgb(231,143,211); }
td.TdClassName
{
border-color: #E78FD3;
}
.TagClassName
{
border-color: #E78FD3;
}
</style>