Shades of Pale Magenta #E88ADB
Tints of Pale Magenta #E88ADB
RGB
CMYK
RGB Variations
Color information
#E88ADB (or 0xE88ADB) is known color: Pale Magenta. HEX triplet: E8, 8A and DB. RGB value is (232,138,219). Sum of RGB (Red+Green+Blue) = 232+138+219=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ADB is #177524. Grayscale: #AFAFAF. Windows color (decimal): -1537317 or 14387944. OLE color: 14387944.
HSL color Cylindrical-coordinate representation of color #E88ADB: hue angle of 308.3º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88ADB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 219 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.09 |
| HSL | 308.3º | 0.67% | 0.73% | - |
| HSV(B) | 308.3º | 0.41% | 0.91% | - |
| XYZ | 55.15 | 40.45 | 71.92 | - |
| YUV | 175.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 219 | 0 | 0.41 | 0.06 | 0.09 | 308.3 | 0.67 | 0.73 |
| Hex | E8 | 8A | DB | 0 | 29 | 6 | 9 | 134 | 43 | 49 |
| Octal | 350 | 212 | 333 | 0 | 51 | 6 | 11 | 464 | 103 | 111 |
| Binary | 11101000 | 10001010 | 11011011 | 0 | 101001 | 110 | 1001 | 100110100 | 1000011 | 1001001 |
Color Harmonies of #E88ADB
Complementary color
Monochromatic Colors of #E88ADB
Black with #E88ADB
Text Example
Text Example
White with #E88ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88ADB; }
p { color: rgb(232,138,219); }
H1.HeaderClassName
{
color: #E88ADB;
}
.AnyTagClassName
{
color: #E88ADB;
}
</style>
background-color css
<style>
a { background-color: #E88ADB; }
a { background-color: rgb(232,138,219); }
div.DivClassName
{
background-color: #E88ADB;
}
.BgClassName
{
background-color: #E88ADB;
}
</style>
border-color css
<style>
span { border-color: #E88ADB; }
span { border-color: rgb(232,138,219); }
td.TdClassName
{
border-color: #E88ADB;
}
.TagClassName
{
border-color: #E88ADB;
}
</style>