Shades of Pale Magenta #E78AD0
Tints of Pale Magenta #E78AD0
RGB
CMYK
RGB Variations
Color information
#E78AD0 (or 0xE78AD0) is known color: Pale Magenta. HEX triplet: E7, 8A and D0. RGB value is (231,138,208). Sum of RGB (Red+Green+Blue) = 231+138+208=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78AD0 is #18752F. Grayscale: #ADADAD. Windows color (decimal): -1602864 or 13667047. OLE color: 13667047.
HSL color Cylindrical-coordinate representation of color #E78AD0: hue angle of 314.84º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AD0 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 208 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.09 |
| HSL | 314.84º | 0.66% | 0.72% | - |
| HSV(B) | 314.84º | 0.4% | 0.91% | - |
| XYZ | 53.43 | 39.72 | 64.53 | - |
| YUV | 173.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 208 | 0 | 0.40 | 0.10 | 0.09 | 314.84 | 0.66 | 0.72 |
| Hex | E7 | 8A | D0 | 0 | 28 | A | 9 | 13B | 42 | 48 |
| Octal | 347 | 212 | 320 | 0 | 50 | 12 | 11 | 473 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11010000 | 0 | 101000 | 1010 | 1001 | 100111011 | 1000010 | 1001000 |
Color Harmonies of #E78AD0
Complementary color
Monochromatic Colors of #E78AD0
Black with #E78AD0
Text Example
Text Example
White with #E78AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AD0; }
p { color: rgb(231,138,208); }
H1.HeaderClassName
{
color: #E78AD0;
}
.AnyTagClassName
{
color: #E78AD0;
}
</style>
background-color css
<style>
a { background-color: #E78AD0; }
a { background-color: rgb(231,138,208); }
div.DivClassName
{
background-color: #E78AD0;
}
.BgClassName
{
background-color: #E78AD0;
}
</style>
border-color css
<style>
span { border-color: #E78AD0; }
span { border-color: rgb(231,138,208); }
td.TdClassName
{
border-color: #E78AD0;
}
.TagClassName
{
border-color: #E78AD0;
}
</style>