Shades of Pale Magenta #E781DB
Tints of Pale Magenta #E781DB
RGB
CMYK
RGB Variations
Color information
#E781DB (or 0xE781DB) is known color: Pale Magenta. HEX triplet: E7, 81 and DB. RGB value is (231,129,219). Sum of RGB (Red+Green+Blue) = 231+129+219=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E781DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781DB is #187E24. Grayscale: #A9A9A9. Windows color (decimal): -1605157 or 14385639. OLE color: 14385639.
HSL color Cylindrical-coordinate representation of color #E781DB: hue angle of 307.06º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E781DB is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 219 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.09 |
| HSL | 307.06º | 0.68% | 0.71% | - |
| HSV(B) | 307.06º | 0.44% | 0.91% | - |
| XYZ | 53.59 | 37.8 | 71.49 | - |
| YUV | 169.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 219 | 0 | 0.44 | 0.05 | 0.09 | 307.06 | 0.68 | 0.71 |
| Hex | E7 | 81 | DB | 0 | 2C | 5 | 9 | 133 | 44 | 47 |
| Octal | 347 | 201 | 333 | 0 | 54 | 5 | 11 | 463 | 104 | 107 |
| Binary | 11100111 | 10000001 | 11011011 | 0 | 101100 | 101 | 1001 | 100110011 | 1000100 | 1000111 |
Color Harmonies of #E781DB
Complementary color
Monochromatic Colors of #E781DB
Black with #E781DB
Text Example
Text Example
White with #E781DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E781DB; }
p { color: rgb(231,129,219); }
H1.HeaderClassName
{
color: #E781DB;
}
.AnyTagClassName
{
color: #E781DB;
}
</style>
background-color css
<style>
a { background-color: #E781DB; }
a { background-color: rgb(231,129,219); }
div.DivClassName
{
background-color: #E781DB;
}
.BgClassName
{
background-color: #E781DB;
}
</style>
border-color css
<style>
span { border-color: #E781DB; }
span { border-color: rgb(231,129,219); }
td.TdClassName
{
border-color: #E781DB;
}
.TagClassName
{
border-color: #E781DB;
}
</style>