Shades of Pale Magenta #E780DA
Tints of Pale Magenta #E780DA
RGB
CMYK
RGB Variations
Color information
#E780DA (or 0xE780DA) is known color: Pale Magenta. HEX triplet: E7, 80 and DA. RGB value is (231,128,218). Sum of RGB (Red+Green+Blue) = 231+128+218=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E780DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780DA is #187F25. Grayscale: #A8A8A8. Windows color (decimal): -1605414 or 14319847. OLE color: 14319847.
HSL color Cylindrical-coordinate representation of color #E780DA: hue angle of 307.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780DA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 218 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.09 |
| HSL | 307.57º | 0.68% | 0.7% | - |
| HSV(B) | 307.57º | 0.45% | 0.91% | - |
| XYZ | 53.33 | 37.49 | 70.76 | - |
| YUV | 169.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 218 | 0 | 0.45 | 0.06 | 0.09 | 307.57 | 0.68 | 0.7 |
| Hex | E7 | 80 | DA | 0 | 2D | 6 | 9 | 134 | 44 | 46 |
| Octal | 347 | 200 | 332 | 0 | 55 | 6 | 11 | 464 | 104 | 106 |
| Binary | 11100111 | 10000000 | 11011010 | 0 | 101101 | 110 | 1001 | 100110100 | 1000100 | 1000110 |
Color Harmonies of #E780DA
Complementary color
Monochromatic Colors of #E780DA
Black with #E780DA
Text Example
Text Example
White with #E780DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780DA; }
p { color: rgb(231,128,218); }
H1.HeaderClassName
{
color: #E780DA;
}
.AnyTagClassName
{
color: #E780DA;
}
</style>
background-color css
<style>
a { background-color: #E780DA; }
a { background-color: rgb(231,128,218); }
div.DivClassName
{
background-color: #E780DA;
}
.BgClassName
{
background-color: #E780DA;
}
</style>
border-color css
<style>
span { border-color: #E780DA; }
span { border-color: rgb(231,128,218); }
td.TdClassName
{
border-color: #E780DA;
}
.TagClassName
{
border-color: #E780DA;
}
</style>