Shades of Pale Magenta #E88FDC
Tints of Pale Magenta #E88FDC
RGB
CMYK
RGB Variations
Color information
#E88FDC (or 0xE88FDC) is known color: Pale Magenta. HEX triplet: E8, 8F and DC. RGB value is (232,143,220). Sum of RGB (Red+Green+Blue) = 232+143+220=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88FDC is #177023. Grayscale: #B2B2B2. Windows color (decimal): -1536036 or 14454760. OLE color: 14454760.
HSL color Cylindrical-coordinate representation of color #E88FDC: hue angle of 308.09º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E88FDC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 220 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.09 |
| HSL | 308.09º | 0.66% | 0.74% | - |
| HSV(B) | 308.09º | 0.38% | 0.91% | - |
| XYZ | 56.02 | 41.97 | 72.86 | - |
| YUV | 178.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 220 | 0 | 0.38 | 0.05 | 0.09 | 308.09 | 0.66 | 0.74 |
| Hex | E8 | 8F | DC | 0 | 26 | 5 | 9 | 134 | 42 | 4A |
| Octal | 350 | 217 | 334 | 0 | 46 | 5 | 11 | 464 | 102 | 112 |
| Binary | 11101000 | 10001111 | 11011100 | 0 | 100110 | 101 | 1001 | 100110100 | 1000010 | 1001010 |
Color Harmonies of #E88FDC
Complementary color
Monochromatic Colors of #E88FDC
Black with #E88FDC
Text Example
Text Example
White with #E88FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88FDC; }
p { color: rgb(232,143,220); }
H1.HeaderClassName
{
color: #E88FDC;
}
.AnyTagClassName
{
color: #E88FDC;
}
</style>
background-color css
<style>
a { background-color: #E88FDC; }
a { background-color: rgb(232,143,220); }
div.DivClassName
{
background-color: #E88FDC;
}
.BgClassName
{
background-color: #E88FDC;
}
</style>
border-color css
<style>
span { border-color: #E88FDC; }
span { border-color: rgb(232,143,220); }
td.TdClassName
{
border-color: #E88FDC;
}
.TagClassName
{
border-color: #E88FDC;
}
</style>