Shades of Pale Magenta #E88FDA
Tints of Pale Magenta #E88FDA
RGB
CMYK
RGB Variations
Color information
#E88FDA (or 0xE88FDA) is known color: Pale Magenta. HEX triplet: E8, 8F and DA. RGB value is (232,143,218). Sum of RGB (Red+Green+Blue) = 232+143+218=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88FDA is #177025. Grayscale: #B1B1B1. Windows color (decimal): -1536038 or 14323688. OLE color: 14323688.
HSL color Cylindrical-coordinate representation of color #E88FDA: hue angle of 309.44º 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 #E88FDA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 218 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 309.44º | 0.66% | 0.74% | - |
| HSV(B) | 309.44º | 0.38% | 0.91% | - |
| XYZ | 55.76 | 41.86 | 71.47 | - |
| YUV | 178.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 218 | 0 | 0.38 | 0.06 | 0.09 | 309.44 | 0.66 | 0.74 |
| Hex | E8 | 8F | DA | 0 | 26 | 6 | 9 | 135 | 42 | 4A |
| Octal | 350 | 217 | 332 | 0 | 46 | 6 | 11 | 465 | 102 | 112 |
| Binary | 11101000 | 10001111 | 11011010 | 0 | 100110 | 110 | 1001 | 100110101 | 1000010 | 1001010 |
Color Harmonies of #E88FDA
Complementary color
Monochromatic Colors of #E88FDA
Black with #E88FDA
Text Example
Text Example
White with #E88FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88FDA; }
p { color: rgb(232,143,218); }
H1.HeaderClassName
{
color: #E88FDA;
}
.AnyTagClassName
{
color: #E88FDA;
}
</style>
background-color css
<style>
a { background-color: #E88FDA; }
a { background-color: rgb(232,143,218); }
div.DivClassName
{
background-color: #E88FDA;
}
.BgClassName
{
background-color: #E88FDA;
}
</style>
border-color css
<style>
span { border-color: #E88FDA; }
span { border-color: rgb(232,143,218); }
td.TdClassName
{
border-color: #E88FDA;
}
.TagClassName
{
border-color: #E88FDA;
}
</style>