Shades of Pale Magenta #E787DB
Tints of Pale Magenta #E787DB
RGB
CMYK
RGB Variations
Color information
#E787DB (or 0xE787DB) is known color: Pale Magenta. HEX triplet: E7, 87 and DB. RGB value is (231,135,219). Sum of RGB (Red+Green+Blue) = 231+135+219=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E787DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E787DB is #187824. Grayscale: #ADADAD. Windows color (decimal): -1603621 or 14387175. OLE color: 14387175.
HSL color Cylindrical-coordinate representation of color #E787DB: hue angle of 307.5º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E787DB is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 219 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.09 |
| HSL | 307.5º | 0.67% | 0.72% | - |
| HSV(B) | 307.5º | 0.42% | 0.91% | - |
| XYZ | 54.41 | 39.43 | 71.76 | - |
| YUV | 173.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 219 | 0 | 0.42 | 0.05 | 0.09 | 307.5 | 0.67 | 0.72 |
| Hex | E7 | 87 | DB | 0 | 2A | 5 | 9 | 134 | 43 | 48 |
| Octal | 347 | 207 | 333 | 0 | 52 | 5 | 11 | 464 | 103 | 110 |
| Binary | 11100111 | 10000111 | 11011011 | 0 | 101010 | 101 | 1001 | 100110100 | 1000011 | 1001000 |
Color Harmonies of #E787DB
Complementary color
Monochromatic Colors of #E787DB
Black with #E787DB
Text Example
Text Example
White with #E787DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E787DB; }
p { color: rgb(231,135,219); }
H1.HeaderClassName
{
color: #E787DB;
}
.AnyTagClassName
{
color: #E787DB;
}
</style>
background-color css
<style>
a { background-color: #E787DB; }
a { background-color: rgb(231,135,219); }
div.DivClassName
{
background-color: #E787DB;
}
.BgClassName
{
background-color: #E787DB;
}
</style>
border-color css
<style>
span { border-color: #E787DB; }
span { border-color: rgb(231,135,219); }
td.TdClassName
{
border-color: #E787DB;
}
.TagClassName
{
border-color: #E787DB;
}
</style>