Shades of Pale Magenta #E486DA
Tints of Pale Magenta #E486DA
RGB
CMYK
RGB Variations
Color information
#E486DA (or 0xE486DA) is known color: Pale Magenta. HEX triplet: E4, 86 and DA. RGB value is (228,134,218). Sum of RGB (Red+Green+Blue) = 228+134+218=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 228 - color contains mainly: red. Hex color #E486DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486DA is #1B7925. Grayscale: #ABABAB. Windows color (decimal): -1800486 or 14321380. OLE color: 14321380.
HSL color Cylindrical-coordinate representation of color #E486DA: hue angle of 306.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E486DA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 218 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.11 |
| HSL | 306.38º | 0.64% | 0.71% | - |
| HSV(B) | 306.38º | 0.41% | 0.89% | - |
| XYZ | 53.17 | 38.61 | 70.98 | - |
| YUV | 171.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 218 | 0 | 0.41 | 0.04 | 0.11 | 306.38 | 0.64 | 0.71 |
| Hex | E4 | 86 | DA | 0 | 29 | 4 | B | 132 | 40 | 47 |
| Octal | 344 | 206 | 332 | 0 | 51 | 4 | 13 | 462 | 100 | 107 |
| Binary | 11100100 | 10000110 | 11011010 | 0 | 101001 | 100 | 1011 | 100110010 | 1000000 | 1000111 |
Color Harmonies of #E486DA
Complementary color
Monochromatic Colors of #E486DA
Black with #E486DA
Text Example
Text Example
White with #E486DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E486DA; }
p { color: rgb(228,134,218); }
H1.HeaderClassName
{
color: #E486DA;
}
.AnyTagClassName
{
color: #E486DA;
}
</style>
background-color css
<style>
a { background-color: #E486DA; }
a { background-color: rgb(228,134,218); }
div.DivClassName
{
background-color: #E486DA;
}
.BgClassName
{
background-color: #E486DA;
}
</style>
border-color css
<style>
span { border-color: #E486DA; }
span { border-color: rgb(228,134,218); }
td.TdClassName
{
border-color: #E486DA;
}
.TagClassName
{
border-color: #E486DA;
}
</style>