Shades of Pale Magenta #E784D8
Tints of Pale Magenta #E784D8
RGB
CMYK
RGB Variations
Color information
#E784D8 (or 0xE784D8) is known color: Pale Magenta. HEX triplet: E7, 84 and D8. RGB value is (231,132,216). Sum of RGB (Red+Green+Blue) = 231+132+216=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E784D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784D8 is #187B27. Grayscale: #AAAAAA. Windows color (decimal): -1604392 or 14189799. OLE color: 14189799.
HSL color Cylindrical-coordinate representation of color #E784D8: hue angle of 309.09º 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 #E784D8 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 216 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.09 |
| HSL | 309.09º | 0.67% | 0.71% | - |
| HSV(B) | 309.09º | 0.43% | 0.91% | - |
| XYZ | 53.6 | 38.45 | 69.56 | - |
| YUV | 171.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 216 | 0 | 0.43 | 0.06 | 0.09 | 309.09 | 0.67 | 0.71 |
| Hex | E7 | 84 | D8 | 0 | 2B | 6 | 9 | 135 | 43 | 47 |
| Octal | 347 | 204 | 330 | 0 | 53 | 6 | 11 | 465 | 103 | 107 |
| Binary | 11100111 | 10000100 | 11011000 | 0 | 101011 | 110 | 1001 | 100110101 | 1000011 | 1000111 |
Color Harmonies of #E784D8
Complementary color
Monochromatic Colors of #E784D8
Black with #E784D8
Text Example
Text Example
White with #E784D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784D8; }
p { color: rgb(231,132,216); }
H1.HeaderClassName
{
color: #E784D8;
}
.AnyTagClassName
{
color: #E784D8;
}
</style>
background-color css
<style>
a { background-color: #E784D8; }
a { background-color: rgb(231,132,216); }
div.DivClassName
{
background-color: #E784D8;
}
.BgClassName
{
background-color: #E784D8;
}
</style>
border-color css
<style>
span { border-color: #E784D8; }
span { border-color: rgb(231,132,216); }
td.TdClassName
{
border-color: #E784D8;
}
.TagClassName
{
border-color: #E784D8;
}
</style>