Shades of Pale Magenta #E885DB
Tints of Pale Magenta #E885DB
RGB
CMYK
RGB Variations
Color information
#E885DB (or 0xE885DB) is known color: Pale Magenta. HEX triplet: E8, 85 and DB. RGB value is (232,133,219). Sum of RGB (Red+Green+Blue) = 232+133+219=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 232 - color contains mainly: red. Hex color #E885DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885DB is #177A24. Grayscale: #ACACAC. Windows color (decimal): -1538597 or 14386664. OLE color: 14386664.
HSL color Cylindrical-coordinate representation of color #E885DB: hue angle of 307.88º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885DB is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 219 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.09 |
| HSL | 307.88º | 0.68% | 0.72% | - |
| HSV(B) | 307.88º | 0.43% | 0.91% | - |
| XYZ | 54.45 | 39.05 | 71.68 | - |
| YUV | 172.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 219 | 0 | 0.43 | 0.06 | 0.09 | 307.88 | 0.68 | 0.72 |
| Hex | E8 | 85 | DB | 0 | 2B | 6 | 9 | 134 | 44 | 48 |
| Octal | 350 | 205 | 333 | 0 | 53 | 6 | 11 | 464 | 104 | 110 |
| Binary | 11101000 | 10000101 | 11011011 | 0 | 101011 | 110 | 1001 | 100110100 | 1000100 | 1001000 |
Color Harmonies of #E885DB
Complementary color
Monochromatic Colors of #E885DB
Black with #E885DB
Text Example
Text Example
White with #E885DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885DB; }
p { color: rgb(232,133,219); }
H1.HeaderClassName
{
color: #E885DB;
}
.AnyTagClassName
{
color: #E885DB;
}
</style>
background-color css
<style>
a { background-color: #E885DB; }
a { background-color: rgb(232,133,219); }
div.DivClassName
{
background-color: #E885DB;
}
.BgClassName
{
background-color: #E885DB;
}
</style>
border-color css
<style>
span { border-color: #E885DB; }
span { border-color: rgb(232,133,219); }
td.TdClassName
{
border-color: #E885DB;
}
.TagClassName
{
border-color: #E885DB;
}
</style>