Shades of Pale Magenta #E88BDA
Tints of Pale Magenta #E88BDA
RGB
CMYK
RGB Variations
Color information
#E88BDA (or 0xE88BDA) is known color: Pale Magenta. HEX triplet: E8, 8B and DA. RGB value is (232,139,218). Sum of RGB (Red+Green+Blue) = 232+139+218=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88BDA is #177425. Grayscale: #AFAFAF. Windows color (decimal): -1537062 or 14322664. OLE color: 14322664.
HSL color Cylindrical-coordinate representation of color #E88BDA: hue angle of 309.03º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BDA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 218 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.09 |
| HSL | 309.03º | 0.67% | 0.73% | - |
| HSV(B) | 309.03º | 0.4% | 0.91% | - |
| XYZ | 55.17 | 40.68 | 71.27 | - |
| YUV | 175.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 218 | 0 | 0.40 | 0.06 | 0.09 | 309.03 | 0.67 | 0.73 |
| Hex | E8 | 8B | DA | 0 | 28 | 6 | 9 | 135 | 43 | 49 |
| Octal | 350 | 213 | 332 | 0 | 50 | 6 | 11 | 465 | 103 | 111 |
| Binary | 11101000 | 10001011 | 11011010 | 0 | 101000 | 110 | 1001 | 100110101 | 1000011 | 1001001 |
Color Harmonies of #E88BDA
Complementary color
Monochromatic Colors of #E88BDA
Black with #E88BDA
Text Example
Text Example
White with #E88BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BDA; }
p { color: rgb(232,139,218); }
H1.HeaderClassName
{
color: #E88BDA;
}
.AnyTagClassName
{
color: #E88BDA;
}
</style>
background-color css
<style>
a { background-color: #E88BDA; }
a { background-color: rgb(232,139,218); }
div.DivClassName
{
background-color: #E88BDA;
}
.BgClassName
{
background-color: #E88BDA;
}
</style>
border-color css
<style>
span { border-color: #E88BDA; }
span { border-color: rgb(232,139,218); }
td.TdClassName
{
border-color: #E88BDA;
}
.TagClassName
{
border-color: #E88BDA;
}
</style>