Shades of Pale Magenta #E488D6
Tints of Pale Magenta #E488D6
RGB
CMYK
RGB Variations
Color information
#E488D6 (or 0xE488D6) is known color: Pale Magenta. HEX triplet: E4, 88 and D6. RGB value is (228,136,214). Sum of RGB (Red+Green+Blue) = 228+136+214=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E488D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488D6 is #1B7729. Grayscale: #ACACAC. Windows color (decimal): -1799978 or 14059748. OLE color: 14059748.
HSL color Cylindrical-coordinate representation of color #E488D6: hue angle of 309.13º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E488D6 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 214 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.11 |
| HSL | 309.13º | 0.63% | 0.71% | - |
| HSV(B) | 309.13º | 0.4% | 0.89% | - |
| XYZ | 52.94 | 38.96 | 68.35 | - |
| YUV | 172.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 214 | 0 | 0.40 | 0.06 | 0.11 | 309.13 | 0.63 | 0.71 |
| Hex | E4 | 88 | D6 | 0 | 28 | 6 | B | 135 | 3F | 47 |
| Octal | 344 | 210 | 326 | 0 | 50 | 6 | 13 | 465 | 77 | 107 |
| Binary | 11100100 | 10001000 | 11010110 | 0 | 101000 | 110 | 1011 | 100110101 | 111111 | 1000111 |
Color Harmonies of #E488D6
Complementary color
Monochromatic Colors of #E488D6
Black with #E488D6
Text Example
Text Example
White with #E488D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488D6; }
p { color: rgb(228,136,214); }
H1.HeaderClassName
{
color: #E488D6;
}
.AnyTagClassName
{
color: #E488D6;
}
</style>
background-color css
<style>
a { background-color: #E488D6; }
a { background-color: rgb(228,136,214); }
div.DivClassName
{
background-color: #E488D6;
}
.BgClassName
{
background-color: #E488D6;
}
</style>
border-color css
<style>
span { border-color: #E488D6; }
span { border-color: rgb(228,136,214); }
td.TdClassName
{
border-color: #E488D6;
}
.TagClassName
{
border-color: #E488D6;
}
</style>