Shades of Pale Magenta #E982DA
Tints of Pale Magenta #E982DA
RGB
CMYK
RGB Variations
Color information
#E982DA (or 0xE982DA) is known color: Pale Magenta. HEX triplet: E9, 82 and DA. RGB value is (233,130,218). Sum of RGB (Red+Green+Blue) = 233+130+218=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E982DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982DA is #167D25. Grayscale: #AAAAAA. Windows color (decimal): -1473830 or 14320361. OLE color: 14320361.
HSL color Cylindrical-coordinate representation of color #E982DA: hue angle of 308.74º degrees, saturation: 0.7, 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 #E982DA is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 218 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.09 |
| HSL | 308.74º | 0.7% | 0.71% | - |
| HSV(B) | 308.74º | 0.44% | 0.91% | - |
| XYZ | 54.24 | 38.35 | 70.87 | - |
| YUV | 170.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 218 | 0 | 0.44 | 0.06 | 0.09 | 308.74 | 0.7 | 0.71 |
| Hex | E9 | 82 | DA | 0 | 2C | 6 | 9 | 135 | 46 | 47 |
| Octal | 351 | 202 | 332 | 0 | 54 | 6 | 11 | 465 | 106 | 107 |
| Binary | 11101001 | 10000010 | 11011010 | 0 | 101100 | 110 | 1001 | 100110101 | 1000110 | 1000111 |
Color Harmonies of #E982DA
Complementary color
Monochromatic Colors of #E982DA
Black with #E982DA
Text Example
Text Example
White with #E982DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982DA; }
p { color: rgb(233,130,218); }
H1.HeaderClassName
{
color: #E982DA;
}
.AnyTagClassName
{
color: #E982DA;
}
</style>
background-color css
<style>
a { background-color: #E982DA; }
a { background-color: rgb(233,130,218); }
div.DivClassName
{
background-color: #E982DA;
}
.BgClassName
{
background-color: #E982DA;
}
</style>
border-color css
<style>
span { border-color: #E982DA; }
span { border-color: rgb(233,130,218); }
td.TdClassName
{
border-color: #E982DA;
}
.TagClassName
{
border-color: #E982DA;
}
</style>