Shades of Pale Magenta #E784DB
Tints of Pale Magenta #E784DB
RGB
CMYK
RGB Variations
Color information
#E784DB (or 0xE784DB) is known color: Pale Magenta. HEX triplet: E7, 84 and DB. RGB value is (231,132,219). Sum of RGB (Red+Green+Blue) = 231+132+219=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E784DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784DB is #187B24. Grayscale: #ABABAB. Windows color (decimal): -1604389 or 14386407. OLE color: 14386407.
HSL color Cylindrical-coordinate representation of color #E784DB: hue angle of 307.27º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E784DB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 219 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.09 |
| HSL | 307.27º | 0.67% | 0.71% | - |
| HSV(B) | 307.27º | 0.43% | 0.91% | - |
| XYZ | 53.99 | 38.61 | 71.62 | - |
| YUV | 171.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 219 | 0 | 0.43 | 0.05 | 0.09 | 307.27 | 0.67 | 0.71 |
| Hex | E7 | 84 | DB | 0 | 2B | 5 | 9 | 133 | 43 | 47 |
| Octal | 347 | 204 | 333 | 0 | 53 | 5 | 11 | 463 | 103 | 107 |
| Binary | 11100111 | 10000100 | 11011011 | 0 | 101011 | 101 | 1001 | 100110011 | 1000011 | 1000111 |
Color Harmonies of #E784DB
Complementary color
Monochromatic Colors of #E784DB
Black with #E784DB
Text Example
Text Example
White with #E784DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784DB; }
p { color: rgb(231,132,219); }
H1.HeaderClassName
{
color: #E784DB;
}
.AnyTagClassName
{
color: #E784DB;
}
</style>
background-color css
<style>
a { background-color: #E784DB; }
a { background-color: rgb(231,132,219); }
div.DivClassName
{
background-color: #E784DB;
}
.BgClassName
{
background-color: #E784DB;
}
</style>
border-color css
<style>
span { border-color: #E784DB; }
span { border-color: rgb(231,132,219); }
td.TdClassName
{
border-color: #E784DB;
}
.TagClassName
{
border-color: #E784DB;
}
</style>